Get controls by close task

GET /closeAPI/api/close/task/{id}/control

Path parameters

  • id integer Required

Responses

GET /closeAPI/api/close/task/{id}/control
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/close/task/{id}/control'
Response examples (200)
[
  {
    "id": 42,
    "name": "string",
    "number": "string",
    "description": "string",
    "status": "ACTIVE",
    "type": {
      "id": 42,
      "systemValueGroupId": 42,
      "name": "string",
      "shortName": "string",
      "exportValue": "string",
      "order": 42,
      "status": "ACTIVE"
    },
    "importance": {
      "id": 42,
      "systemValueGroupId": 42,
      "name": "string",
      "shortName": "string",
      "exportValue": "string",
      "order": 42,
      "status": "ACTIVE"
    },
    "frequency": {
      "id": 42,
      "systemValueGroupId": 42,
      "name": "string",
      "shortName": "string",
      "exportValue": "string",
      "order": 42,
      "status": "ACTIVE"
    }
  }
]