Return tasks related to given shot for current user.

GET /data/user/shots/{shot_id}/task-types

Path parameters

Responses

  • 200

    Tasks related to given shot for current user

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