Get accounts by task
Path parameters
-
id
integer Required
GET
/closeAPI/api/close/task/{id}/account
curl \
--request GET 'http://close-service:8082/closeAPI/api/close/task/{id}/account'
Response examples (200)
[
{
"id": 42,
"name": "string",
"number": "string",
"accountType": "string",
"description": "string",
"parent": {
"id": 42,
"name": "string",
"number": "string"
},
"taskCount": 42,
"disclosureType": "string",
"numberOfAccountsToDelete": 42
}
]