Returns the attributes of a resource along with their sort, filter, and type specifications.
GET
/v2/transactions/statuses/meta/properties
curl \
--request GET 'https://api.pre.transactiondesk.com/v2/transactions/statuses/meta/properties' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"name": "Id",
"type": "Guid",
"canFilter": true,
"canSort": true,
"filterType": "Equals"
}
]
Response examples (401)
{
"code": 401,
"message": "Unauthorized. The user is not authenticated.",
"details": []
}
Response examples (404)
{
"code": 404,
"message": "Item not found.",
"details": []
}