Document360 integration (Productivity, Developer Tools). Imported from open-connector.
https://apihub.document360.io/v2/ProjectVersions
/v2/ProjectVersions/{projectVersionId}/articles
| Param | Type | Required | Description |
|---|---|---|---|
| projectVersionId | string | required | The Document360 project version or workspace ID. Fetch it with list_workspaces. |
| langCode | string | optional | The Document360 language code such as en, fr, de-DE, or pt-BR. |
| page | integer | optional | The 0-based page index used by Document360 paginated endpoints. |
| hitsPerPage | integer | optional | The number of articles per page. Use 0 to let Document360 return all articles, … |
| securityVisibility | integer | optional | Document360 protection level filter where 0 means public and 1 means private or… |
/v2/ProjectVersions/{projectVersionId}/categories
| Param | Type | Required | Description |
|---|---|---|---|
| projectVersionId | string | required | The Document360 project version or workspace ID. Fetch it with list_workspaces. |
| excludeArticles | boolean | optional | Whether Document360 should omit articles from category nodes. |
| langCode | string | optional | The Document360 language code such as en, fr, de-DE, or pt-BR. |
| includeCategoryDescription | boolean | optional | Whether Document360 should include category descriptions in the response. |
| securityVisibility | integer | optional | Document360 protection level filter where 0 means public and 1 means private or… |
/v2/ProjectVersions/{projectVersionId}/{langCode}
| Param | Type | Required | Description |
|---|---|---|---|
| projectVersionId | string | required | The Document360 project version or workspace ID. Fetch it with list_workspaces. |
| langCode | string | required | The Document360 language code such as en, fr, de-DE, or pt-BR. |
| searchQuery | string | required | The phrase to search across articles in the workspace. |
| page | integer | optional | The 0-based page index used by Document360 paginated endpoints. |
| hitsPerPage | integer | optional | The number of search results per page. Document360 accepts values from 0 throug… |