GET
/closeAPI/api/close/entity/{id}/sub-entity
curl \
--request GET 'https://customer.trintech.com/closeAPI/api/close/entity/{id}/sub-entity'
Response examples (200)
[
{
"id": 42,
"parentId": 42,
"name": "string",
"number": "string",
"description": "string",
"status": "ACTIVE",
"type": "ENTITY",
"entityId": 42,
"collaboration": true
}
]