Get task types 1

GET /closeAPI/api/close/lov/task

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • id integer
    • name string
    • shortName string
    • exportValue string
    • order integer
    • statusId integer
GET /closeAPI/api/close/lov/task
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/close/lov/task'
Response examples (200)
[
  {
    "id": 42,
    "name": "string",
    "shortName": "string",
    "exportValue": "string",
    "order": 42,
    "statusId": 42
  }
]