Retrieve all task types related to a given scene.

GET /data/scenes/{scene_id}/task-types

Path parameters

Responses

  • 200

    All task types related to given scene

GET /data/scenes/{scene_id}/task-types
curl \
 -X GET http://localhost:8080/api/data/scenes/{scene_id}/task-types \
 -H "Authorization: $API_KEY"