Get task links
Path parameters
-
id
integer Required
GET
/closeAPI/api/close/account/{id}/links/tasks
curl \
--request GET 'http://close-service:8082/closeAPI/api/close/account/{id}/links/tasks'
Response examples (200)
[
{
"id": 42,
"number": "string",
"name": "string"
}
]