Get close entity

GET /closeAPI/api/close/entity/{id}

Path parameters

  • id integer Required

Responses

GET /closeAPI/api/close/entity/{id}
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/entity/{id}'
Response examples (200)
{
  "id": 42,
  "parentId": 42,
  "name": "string",
  "number": "string",
  "description": "string",
  "status": "ACTIVE",
  "type": "ENTITY",
  "entityId": 42,
  "collaboration": true
}