curl --request GET \
--url https://staging.api.us.aptlydone.com/decision/v1/decisions/linked-records-count \
--header 'Authorization: Bearer <token>'
{
"statusCode": 200,
"timestamp": "2025-06-24T10:47:32.804Z",
"message": "Success",
"data": {
"total": 15,
"decision": 10,
"delegation": 5
}
}
curl --request GET \
--url https://staging.api.us.aptlydone.com/decision/v1/decisions/linked-records-count \
--header 'Authorization: Bearer <token>'
{
"statusCode": 200,
"timestamp": "2025-06-24T10:47:32.804Z",
"message": "Success",
"data": {
"total": 15,
"decision": 10,
"delegation": 5
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Document ID
"105fa115-52d0-4466-baff-740447a60774"
All linked decision and delegation count retrieved successfully
The response is of type object
.