Help Scout Docs integration (Productivity, Communication). Imported from open-connector.
https://docsapi.helpscout.net/v1/sites
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request. |
| pageSize | integer | optional | The number of items Help Scout Docs should return per page. |
/collections
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request. |
| pageSize | integer | optional | The number of items Help Scout Docs should return per page. |
/collections/{collectionId}/categories
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | required | The Help Scout Docs collection ID whose categories to list. |
| page | integer | optional | The 1-based page number to request. |
| pageSize | integer | optional | The number of items Help Scout Docs should return per page. |
/collections/{collectionId}/articles
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | required | The Help Scout Docs collection ID whose articles to list. |
| categoryId | string | optional | The Help Scout Docs category ID whose articles to list. |
| page | integer | optional | The 1-based page number to request. |
| pageSize | integer | optional | The number of items Help Scout Docs should return per page. |
/search/articles
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The search query to run against Help Scout Docs articles. |
| collectionId | string | optional | The optional Help Scout Docs collection ID to filter by. |
| siteId | string | optional | The optional Help Scout Docs site ID to filter by. |
| visibility | string | optional | The optional collection visibility filter. |
| page | integer | optional | The 1-based page number to request. |
| pageSize | integer | optional | The number of items Help Scout Docs should return per page. |
/articles/{articleIdOrNumber}
| Param | Type | Required | Description |
|---|---|---|---|
| articleIdOrNumber | string | required | The Help Scout Docs article ID or article number to fetch. |
| draft | boolean | optional | Whether to return the draft version when unpublished changes exist. |