GET
/
v1
/
decisions
/
{id}
/
changelog
/
revision-ids
Get decision changelog revision IDs
curl --request GET \
  --url https://staging.api.us.aptlydone.com/decision/v1/decisions/{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

Decision changelog revision ids retrieved successfully

The response is of type any.