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