curl --request GET \
--url https://staging.api.us.aptlydone.com/settings/v1/decision-authority-value-types/{tenantId} \
--header 'Authorization: Bearer <token>'
{
"statusCode": 200,
"timestamp": "2025-06-24T08:51:42.214Z",
"message": "Success",
"data": {
"id": "8bbfd910-5ff7-4833-ad75-1010e6880b78",
"tenantId": "f0decfa7-a192-4176-ad43-037f43ad0082",
"isCurrencyValue": true,
"isNumberValue": false,
"isTimeValue": false,
"isAuthorisedValue": false,
"isPercentageValue": false
}
}
curl --request GET \
--url https://staging.api.us.aptlydone.com/settings/v1/decision-authority-value-types/{tenantId} \
--header 'Authorization: Bearer <token>'
{
"statusCode": 200,
"timestamp": "2025-06-24T08:51:42.214Z",
"message": "Success",
"data": {
"id": "8bbfd910-5ff7-4833-ad75-1010e6880b78",
"tenantId": "f0decfa7-a192-4176-ad43-037f43ad0082",
"isCurrencyValue": true,
"isNumberValue": false,
"isTimeValue": false,
"isAuthorisedValue": false,
"isPercentageValue": false
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Decision authority value type details retrieved successfully
The response is of type object
.