← Tools Reference

Document360

Document360 integration (Productivity, Developer Tools). Imported from open-connector.

API key4 toolshttps://apihub.document360.io
GET
document360_list_workspaces
List Document360 workspaces, also called project versions, for the API token.

/v2/ProjectVersions

GET
document360_list_workspace_articles
List articles in a Document360 workspace with optional language and pagination filters.

/v2/ProjectVersions/{projectVersionId}/articles

5 parameters
ParamTypeRequiredDescription
projectVersionIdstringrequiredThe Document360 project version or workspace ID. Fetch it with list_workspaces.
langCodestringoptionalThe Document360 language code such as en, fr, de-DE, or pt-BR.
pageintegeroptionalThe 0-based page index used by Document360 paginated endpoints.
hitsPerPageintegeroptionalThe number of articles per page. Use 0 to let Document360 return all articles, …
securityVisibilityintegeroptionalDocument360 protection level filter where 0 means public and 1 means private or…
GET
document360_get_workspace_categories
Get the Document360 category hierarchy for a workspace.

/v2/ProjectVersions/{projectVersionId}/categories

5 parameters
ParamTypeRequiredDescription
projectVersionIdstringrequiredThe Document360 project version or workspace ID. Fetch it with list_workspaces.
excludeArticlesbooleanoptionalWhether Document360 should omit articles from category nodes.
langCodestringoptionalThe Document360 language code such as en, fr, de-DE, or pt-BR.
includeCategoryDescriptionbooleanoptionalWhether Document360 should include category descriptions in the response.
securityVisibilityintegeroptionalDocument360 protection level filter where 0 means public and 1 means private or…
GET
document360_search_workspace
Search for a phrase inside a Document360 workspace.

/v2/ProjectVersions/{projectVersionId}/{langCode}

5 parameters
ParamTypeRequiredDescription
projectVersionIdstringrequiredThe Document360 project version or workspace ID. Fetch it with list_workspaces.
langCodestringrequiredThe Document360 language code such as en, fr, de-DE, or pt-BR.
searchQuerystringrequiredThe phrase to search across articles in the workspace.
pageintegeroptionalThe 0-based page index used by Document360 paginated endpoints.
hitsPerPageintegeroptionalThe number of search results per page. Document360 accepts values from 0 throug…