Get captions by task
Path parameters
-
id
integer Required
GET
/closeAPI/api/close/task/{id}/caption
curl \
--request GET 'http://close-service:8082/closeAPI/api/close/task/{id}/caption'
Response examples (200)
{
"captions": [
{
"id": 42,
"caption": "string",
"dataTypeId": 42,
"excelAddress": "string",
"order": 42,
"readonly": true
}
]
}