Return tasks related to given shot for current user.

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

Responses

  • Tasks related to given shot for current user

GET /data/user/shots/{shot_id}/task-types
curl \
 --request GET 'http://api.example.com/data/user/shots/{shot_id}/task-types' \
 --header "Authorization: $API_KEY"