Get entities by reference

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

Path parameters

  • id integer Required

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
GET /closeAPI/api/close/reference/{id}/entity
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/reference/{id}/entity'
Response examples (200)
[
  {
    "id": 42,
    "number": "string",
    "name": "string"
  }
]