GET
/entities/{id}
curl \
--request GET 'https://usaapi02.cadencyservices.trintech.com/test/api/entities/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": 42,
"entityDefinitionId": 42,
"snapshotId": 42,
"parentId": 42,
"name": "string",
"description": "string",
"number": "string",
"periodId": 42,
"childCount": 42,
"hasChildren": true
}