List Revisions
- REST Method: GET
- URL: https://docsapi.helpscout.net/v1/articles/{id}/revisions
Note: This endpoint returns an array of ArticleRevisionRef objects, which do not contain the text attribute associated with an ArticleRevision object and is more suitable for displaying in a list.
Request
Name | Type | Required | Default | Options | Notes |
---|---|---|---|---|---|
page | Int | No | 1 |
To request subsequent pages:
- https://docsapi.helpscout.net/v1/articles/{id}/revisions?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 ArticleRevisionRef objects. |