curl \
--request GET 'http://api.example.com/data/salary-scales' \
--header "Authorization: $API_KEY"
GET
/auth/fido
curl \
--request GET 'http://api.example.com/auth/fido' \
--header "Authorization: $API_KEY"
POST
/actions/assets/share
curl \
--request POST 'http://api.example.com/actions/assets/share' \
--header "Authorization: $API_KEY"
POST
/actions/projects/{project_id}/asset-types/{asset_type_id}/assets/share
curl \
--request POST 'http://api.example.com/actions/projects/{project_id}/asset-types/{asset_type_id}/assets/share' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/asset-types/{asset_type_id}/casting
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/asset-types/{asset_type_id}/casting' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/entity-links
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/entity-links' \
--header "Authorization: $API_KEY"
POST
/data/shots/{shot_id}/asset-instances
curl \
--request POST 'http://api.example.com/data/shots/{shot_id}/asset-instances' \
--header "Authorization: $API_KEY"
Create several comments at once.
Each comment requires a text, a task id, a task_status and a person as arguments. This way, comments keep history of status changes. When the comment is created, it updates the task status with given task status.
POST
/actions/projects/{project_id}/tasks/comment-many
curl \
--request POST 'http://api.example.com/actions/projects/{project_id}/tasks/comment-many' \
--header "Authorization: $API_KEY"
GET
/data/departments/{instance_id}
curl \
--request GET 'http://api.example.com/data/departments/{instance_id}' \
--header "Authorization: $API_KEY"
GET
/data/file-status/
curl \
--request GET 'http://api.example.com/data/file-status/' \
--header "Authorization: $API_KEY"
PUT
/data/output-types/{instance_id}
curl \
--request PUT 'http://api.example.com/data/output-types/{instance_id}' \
--header "Authorization: $API_KEY"
DELETE
/data/output-types/{instance_id}
curl \
--request DELETE 'http://api.example.com/data/output-types/{instance_id}' \
--header "Authorization: $API_KEY"
GET
/data/comments/{instance_id}
curl \
--request GET 'http://api.example.com/data/comments/{instance_id}' \
--header "Authorization: $API_KEY"
GET
/data/status-automations/{instance_id}
curl \
--request GET 'http://api.example.com/data/status-automations/{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"
PUT
/data/milestones/{instance_id}
curl \
--request PUT 'http://api.example.com/data/milestones/{instance_id}' \
--header "Authorization: $API_KEY"
GET
/data/chat-messages/
curl \
--request GET 'http://api.example.com/data/chat-messages/' \
--header "Authorization: $API_KEY"
GET
/data/salary-scales
DELETE
/data/edits/{edit_id}
curl \
--request DELETE 'http://api.example.com/data/edits/{edit_id}' \
--header "Authorization: $API_KEY"
GET
/export/csv/projects.csv
curl \
--request GET 'http://api.example.com/export/csv/projects.csv' \
--header "Authorization: $API_KEY"
GET
/data/tasks/{task_id}/working-files/last-revisions
curl \
--request GET 'http://api.example.com/data/tasks/{task_id}/working-files/last-revisions' \
--header "Authorization: $API_KEY"
POST
/import/shotgun/remove/episode
curl \
--request POST 'http://api.example.com/import/shotgun/remove/episode' \
--header "Authorization: $API_KEY"
POST
/import/csv/projects/{project_id}/edits
curl \
--request POST 'http://api.example.com/import/csv/projects/{project_id}/edits' \
--header "Authorization: $API_KEY"
POST
/import/csv/projects/{project_id}/casting
curl \
--request POST 'http://api.example.com/import/csv/projects/{project_id}/casting' \
--header "Authorization: $API_KEY"
GET
/data/persons/time-spents/week-table/{year}
curl \
--request GET 'http://api.example.com/data/persons/time-spents/week-table/{year}' \
--header "Authorization: $API_KEY"
GET
/data/persons/{person_id}/day-offs/week/{year}/{week}
curl \
--request GET 'http://api.example.com/data/persons/{person_id}/day-offs/week/{year}/{week}' \
--header "Authorization: $API_KEY"
PUT
/actions/preview-files/{preview_file_id}/set-main-preview
curl \
--request PUT 'http://api.example.com/actions/preview-files/{preview_file_id}/set-main-preview' \
--header "Authorization: $API_KEY"
GET
/data/projects/open
curl \
--request GET 'http://api.example.com/data/projects/open' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/task-types
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/task-types' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/settings/preview-background-files
curl \
--request GET '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}/asset-types
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/schedule-items/{task_type_id}/asset-types' \
--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/sequences/{sequence_id}
curl \
--request GET 'http://api.example.com/data/sequences/{sequence_id}' \
--header "Authorization: $API_KEY"
POST
/data/projects/{project_id}/shots
curl \
--request POST 'http://api.example.com/data/projects/{project_id}/shots' \
--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"
GET
/data/tasks/open-tasks/stats
curl \
--request GET 'http://api.example.com/data/tasks/open-tasks/stats' \
--header "Authorization: $API_KEY"
POST
/actions/projects/{project_id}/task-types/{task_type_id}/concepts/create-tasks
curl \
--request POST 'http://api.example.com/actions/projects/{project_id}/task-types/{task_type_id}/concepts/create-tasks' \
--header "Authorization: $API_KEY"
GET
/data/user/projects/{project_id}/asset-types
curl \
--request GET 'http://api.example.com/data/user/projects/{project_id}/asset-types' \
--header "Authorization: $API_KEY"
GET
/data/user/done-tasks
curl \
--request GET 'http://api.example.com/data/user/done-tasks' \
--header "Authorization: $API_KEY"
DELETE
/data/user/filter-groups/{filter_group_id}
curl \
--request DELETE 'http://api.example.com/data/user/filter-groups/{filter_group_id}' \
--header "Authorization: $API_KEY"
GET
/data/entities/{entity_id}/chat
curl \
--request GET 'http://api.example.com/data/entities/{entity_id}/chat' \
--header "Authorization: $API_KEY"
GET
/data/concepts/{concept_id}/task-types
curl \
--request GET 'http://api.example.com/data/concepts/{concept_id}/task-types' \
--header "Authorization: $API_KEY"