Get move task options

GET /closeAPI/api/close/task/{id}/move-options

Path parameters

  • id integer Required

Responses

GET /closeAPI/api/close/task/{id}/move-options
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/task/{id}/move-options'
Response examples (200)
[
  {
    "id": 42,
    "parentId": 42,
    "hasChildren": true,
    "name": "string",
    "number": "string",
    "description": "string",
    "status": "ACTIVE",
    "type": "ENTITY"
  }
]