Retrieve all task types related to a given shot.
Path parameters
-
shot_id Required
GET
/data/shots/{shot_id}/task-types
curl \
--request GET http://api.example.com/data/shots/{shot_id}/task-types \
--header "Authorization: $API_KEY"