List Articles
- REST Method: GET
- URL: https://docsapi.helpscout.net/v1/collections/{id}/articles
- URL: https://docsapi.helpscout.net/v1/categories/{id}/articles
Use this endpoint to return a list of articles for a collection or category. Full articles are not returned. Instead, an ArticleRef is returned, which is an abbreviated version of the Article suitable for displaying in a list.
Note: Articles can be listed by either a Collection or a Category.
Request
Name | Type | Required | Default | Options | Notes |
---|---|---|---|---|---|
page | Int | No | 1 | ||
status | String | No | all |
|
|
sort | String | No | order |
|
|
order | String | No | desc |
|
|
pageSize | Integer | No | 50 | Max pageSize is 100 |
To request subsequent pages:
- https://docsapi.helpscout.net/v1/collections/{id}/articles?page=2
- https://docsapi.helpscout.net/v1/categories/{id}/articles?page=2
Response
Response | Name | Type | Notes |
---|---|---|---|
Header | Status | Int | 200 |
Body | page | Int | Current page that was passed in on the request |
pages | Int | Total number of pages available | |
count | Int | Total number of objects available | |
items | Collection | Collection of ArticleRef objects. |