Previous page Classes  Create a new class Next page

On the page:


General info

Method

GET /IP address:port/<api_ver>/class/list

DescriptionThe query is used to get a list of all classes for a certain task

Sample request

GET http://localhost:5000/v1.3/class/list?task_id=58e6486f44ec5b9cfa59d49011743739e4c37b9b6ecd90cd795f1307ca83fbf2

where:

ParameterDescription
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)

Sample response

[
    "CAR",
    "BIKE",
    "BUS"
]
  • No labels