Get select close tasks

GET /closeAPI/api/close/task/{id}/selects

Path parameters

  • id integer Required

Responses

GET /closeAPI/api/close/task/{id}/selects
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/task/{id}/selects'
Response examples (200)
[
  {
    "id": 42,
    "parentId": 42,
    "name": "string",
    "number": "string",
    "description": "string",
    "frequencyId": 42,
    "frequencyName": "string",
    "status": "ACTIVE",
    "type": "ENTITY",
    "entityId": 42,
    "entityName": "string",
    "isCollaboration": true,
    "isCritical": true,
    "isClosePackage": true,
    "taskTypeId": 42,
    "taskTypeName": "string",
    "isAttachmentRequired": true
  }
]