List Related Articles
- REST Method: GET
- URL: https://docsapi.helpscout.net/v1/articles/{id}/related
Use this endpoint to return a list of articles related to the specified article id. Full articles are not returned. Instead, an ArticleRef is returned, which is an abbreviated version of the Article suitable for displaying in a list.
Request
Name | Type | Required | Default | Options | Notes |
---|---|---|---|---|---|
page | Int | No | 1 | ||
status | String | No | all |
|
|
sort | String | No | order |
|
|
order | String | No | desc |
|
To request subsequent pages:
- https://docsapi.helpscout.net/v1/articles/{id}/related?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. |
Contents