curl --request GET \
--url https://staging.api.us.aptlydone.com/document/v1/documents/{id}/changelog/revision-ids \
--header 'Authorization: Bearer <token>'[
"100000",
"100001"
]curl --request GET \
--url https://staging.api.us.aptlydone.com/document/v1/documents/{id}/changelog/revision-ids \
--header 'Authorization: Bearer <token>'[
"100000",
"100001"
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
asc, desc Document changelog revision ids retrieved successfully