GET
/
v1
/
documents
/
{id}
/
changelog
/
revision-ids
Get document changelog revision IDs
curl --request GET \
  --url https://staging.api.us.aptlydone.com/document/v1/documents/{id}/changelog/revision-ids \
  --header 'Authorization: Bearer <token>'
[
  "100000",
  "100001"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

sortOrder
enum<string>
Available options:
asc,
desc

Response

200 - application/json

Document changelog revision ids retrieved successfully

The response is of type any.