Get move task options
Path parameters
-
id
integer Required
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"
}
]