List all task types
List all task types
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
The ID of the task type.
- name string
Possible values: [
ABSA
,LABEL
,CLASS
,CLASSLABEL
]The name
- description string
the description of the task type
[
{
"id": 5,
"name": "ABSA",
"description": "string"
}
]
User is not authenticated. This means token is either not present or invalid
Something is wrong with the API.
Loading...