GET
/cs-close-api/entities/{id}
curl \
--request GET 'https://customer.trintech.com/cs-close-api/entities/{id}'
Response examples (200)
{
"id": 42,
"entityDefinitionId": 42,
"snapshotId": 42,
"parentId": 42,
"name": "string",
"description": "string",
"number": "string",
"periodId": 42,
"childCount": 42,
"hasChildren": true
}