Previous page Next page
| Method | GET /IP address:port/<api_ver>/class/list |
| Description | The query is used to get a list of all classes for a certain task |
GET http://localhost:5000/v1.3/class/list?task_id=58e6486f44ec5b9cfa59d49011743739e4c37b9b6ecd90cd795f1307ca83fbf2
where:
| Parameter | Description |
|---|---|
| task_id | A unique identifier of the task (uid), to which the class belongs. It can be obtained using a task list query (see Get the list of tasks) |
[
"CAR",
"BIKE",
"BUS"
]