Retrieve all shots, adds project name and asset type name and all related tasks.

GET /data/shots/with-tasks

Query parameters

  • project_id

Responses

  • 200

    All shots

GET /data/shots/with-tasks
curl \
 --request GET 'http://api.example.com/data/shots/with-tasks' \
 --header "Authorization: $API_KEY"