curl --request GET \
--url https://staging.api.us.aptlydone.com/decision/v1/delegations/{id}/changelog/revision-ids \
--header 'Authorization: Bearer <token>'
[
"100000",
"100001"
]
curl --request GET \
--url https://staging.api.us.aptlydone.com/decision/v1/delegations/{id}/changelog/revision-ids \
--header 'Authorization: Bearer <token>'
[
"100000",
"100001"
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Delegation changelog revision ids retrieved successfully
The response is of type any
.