curl \
--request GET 'http://api.example.com/data/user/projects/open' \
--header "Authorization: $API_KEY"
GET
/data/persons/{instance_id}
curl \
--request GET 'http://api.example.com/data/persons/{instance_id}' \
--header "Authorization: $API_KEY"
DELETE
/data/task-types/{instance_id}
curl \
--request DELETE 'http://api.example.com/data/task-types/{instance_id}' \
--header "Authorization: $API_KEY"
DELETE
/data/departments/{instance_id}
curl \
--request DELETE 'http://api.example.com/data/departments/{instance_id}' \
--header "Authorization: $API_KEY"
GET
/data/day-offs/{instance_id}
curl \
--request GET 'http://api.example.com/data/day-offs/{instance_id}' \
--header "Authorization: $API_KEY"
GET
/data/custom-actions/
curl \
--request GET 'http://api.example.com/data/custom-actions/' \
--header "Authorization: $API_KEY"
PUT
/data/events/{instance_id}
curl \
--request PUT 'http://api.example.com/data/events/{instance_id}' \
--header "Authorization: $API_KEY"
DELETE
/data/news/{instance_id}
curl \
--request DELETE 'http://api.example.com/data/news/{instance_id}' \
--header "Authorization: $API_KEY"
GET
/data/entity-links/
curl \
--request GET 'http://api.example.com/data/entity-links/' \
--header "Authorization: $API_KEY"
GET
/export/csv/task-types.csv
curl \
--request GET 'http://api.example.com/export/csv/task-types.csv' \
--header "Authorization: $API_KEY"
POST
/data/tasks/{task_id}/working-file-path
curl \
--request POST 'http://api.example.com/data/tasks/{task_id}/working-file-path' \
--header "Authorization: $API_KEY"
GET
/data/entities/{entity_id}/output-types/{output_type_id}/output-files
curl \
--request GET 'http://api.example.com/data/entities/{entity_id}/output-types/{output_type_id}/output-files' \
--header "Authorization: $API_KEY"
POST
/import/shotgun/remove/sequence
curl \
--request POST 'http://api.example.com/import/shotgun/remove/sequence' \
--header "Authorization: $API_KEY"
POST
/import/csv/projects/{project_id}/task-types/{task_type_id}/estimations
curl \
--request POST 'http://api.example.com/import/csv/projects/{project_id}/task-types/{task_type_id}/estimations' \
--header "Authorization: $API_KEY"
GET
/data/persons/{person_id}/desktop-login-logs
curl \
--request GET 'http://api.example.com/data/persons/{person_id}/desktop-login-logs' \
--header "Authorization: $API_KEY"
GET
/data/persons/time-spents/day-table/{year}/{month}
curl \
--request GET 'http://api.example.com/data/persons/time-spents/day-table/{year}/{month}' \
--header "Authorization: $API_KEY"
GET
/data/persons/{person_id}/day-offs/month/{year}/{month}
curl \
--request GET 'http://api.example.com/data/persons/{person_id}/day-offs/month/{year}/{month}' \
--header "Authorization: $API_KEY"
GET
/actions/preview-files/{preview_file_id}/extract-frame
curl \
--request GET 'http://api.example.com/actions/preview-files/{preview_file_id}/extract-frame' \
--header "Authorization: $API_KEY"
GET
/data/projects/all
curl \
--request GET 'http://api.example.com/data/projects/all' \
--header "Authorization: $API_KEY"
POST
/data/projects/{project_id}/settings/preview-background-files
curl \
--request POST 'http://api.example.com/data/projects/{project_id}/settings/preview-background-files' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/schedule-items/{task_type_id}/episodes
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/schedule-items/{task_type_id}/episodes' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/schedule-items/{task_type_id}/sequences
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/schedule-items/{task_type_id}/sequences' \
--header "Authorization: $API_KEY"
GET
/data/shots/all
curl \
--request GET 'http://api.example.com/data/shots/all' \
--header "Authorization: $API_KEY"
GET
/data/shots/with-tasks
curl \
--request GET 'http://api.example.com/data/shots/with-tasks' \
--header "Authorization: $API_KEY"
DELETE
/data/sequences/{sequence_id}
curl \
--request DELETE 'http://api.example.com/data/sequences/{sequence_id}' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/scenes
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/scenes' \
--header "Authorization: $API_KEY"
POST
/data/projects/{project_id}/scenes
curl \
--request POST 'http://api.example.com/data/projects/{project_id}/scenes' \
--header "Authorization: $API_KEY"
GET
/data/tasks/{task_id}/comments
curl \
--request GET 'http://api.example.com/data/tasks/{task_id}/comments' \
--header "Authorization: $API_KEY"
POST
/actions/projects/{project_id}/task-types/{task_type_id}/create-tasks/{entity_type}/
curl \
--request POST 'http://api.example.com/actions/projects/{project_id}/task-types/{task_type_id}/create-tasks/{entity_type}/' \
--header "Authorization: $API_KEY"
GET
/data/user/projects/open
GET
/data/user/projects/{project_id}/sequences
curl \
--request GET 'http://api.example.com/data/user/projects/{project_id}/sequences' \
--header "Authorization: $API_KEY"
POST
/data/user/filters
curl \
--request POST 'http://api.example.com/data/user/filters' \
--header "Authorization: $API_KEY"
POST
/data/user/desktop-login-logs
curl \
--request POST 'http://api.example.com/data/user/desktop-login-logs' \
--header "Authorization: $API_KEY"
GET
/data/user/tasks/{task_id}/subscribed
curl \
--request GET 'http://api.example.com/data/user/tasks/{task_id}/subscribed' \
--header "Authorization: $API_KEY"
POST
/data/entities/{entity_id}/chat/messages
curl \
--request POST 'http://api.example.com/data/entities/{entity_id}/chat/messages' \
--header "Authorization: $API_KEY"
GET
/data/concepts/{concept_id}/preview-files
curl \
--request GET 'http://api.example.com/data/concepts/{concept_id}/preview-files' \
--header "Authorization: $API_KEY"