Retrieve a single given news related to a given project
Path parameters
-
project_id Required
-
news_id Required
curl \
--request GET http://api.example.com/data/projects/{project_id}/news/{news_id} \
--header "Authorization: $API_KEY"
curl \
--request DELETE http://api.example.com/auth/email-otp \
--header "Authorization: $API_KEY"
curl \
--request GET http://api.example.com/auth/saml/login \
--header "Authorization: $API_KEY"
curl \
--request GET http://api.example.com/data/assets/{asset_id}/tasks \
--header "Authorization: $API_KEY"
curl \
--request GET http://api.example.com/data/assets/{asset_id}/scene-asset-instances \
--header "Authorization: $API_KEY"
curl \
--request POST http://api.example.com/data/assets/{asset_id}/asset-asset-instances \
--header "Authorization: $API_KEY"
curl \
--request PUT http://api.example.com/data/projects/{project_id}/entities/{entity_id}/casting \
--header "Authorization: $API_KEY"
project.
curl \
--request GET http://api.example.com/data/projects/{project_id}/sequences/all/casting \
--header "Authorization: $API_KEY"
curl \
--request GET http://api.example.com/data/scenes/{scene_id}/camera-instances \
--header "Authorization: $API_KEY"
curl \
--request DELETE http://api.example.com/data/shots/{shot_id}/asset-instances/{asset_instance_id} \
--header "Authorization: $API_KEY"
If it's already acknowledged, remove acknowledgement.
curl \
--request POST http://api.example.com/data/tasks/{task_id}/comments/{comment_id}/ack \
--header "Authorization: $API_KEY"
Filters can be specified in the query string.
curl \
--request GET http://api.example.com/data/projects \
--header "Authorization: $API_KEY"
curl \
--request DELETE http://api.example.com/data/projects/{instance_id} \
--header "Authorization: $API_KEY"
JSON format is expected. Model performs the validation automatically when fields are modified.
curl \
--request PUT http://api.example.com/data/project-status/{instance_id} \
--header "Authorization: $API_KEY"
JSON format is expected. Model performs the validation automatically when fields are modified.
curl \
--request PUT http://api.example.com/data/departments/{instance_id} \
--header "Authorization: $API_KEY"
Filters can be specified in the query string.
curl \
--request GET http://api.example.com/data/softwares \
--header "Authorization: $API_KEY"
JSON format is expected. The model performs the validation automatically when instantiated.
curl \
--request POST http://api.example.com/data/softwares \
--header "Authorization: $API_KEY"
curl \
--request DELETE http://api.example.com/data/time-spents/{instance_id} \
--header "Authorization: $API_KEY"
JSON format is expected. Model performs the validation automatically when fields are modified.
curl \
--request PUT http://api.example.com/data/custom-actions/{instance_id} \
--header "Authorization: $API_KEY"
Filters can be specified in the query string.
curl \
--request GET http://api.example.com/data/playlists/ \
--header "Authorization: $API_KEY"
JSON format is expected. Model performs the validation automatically when fields are modified.
curl \
--request PUT http://api.example.com/data/playlists/{instance_id} \
--header "Authorization: $API_KEY"
curl \
--request DELETE http://api.example.com/data/schedule-items/{instance_id} \
--header "Authorization: $API_KEY"
curl \
--request GET http://api.example.com/data/news/ \
--header "Authorization: $API_KEY"
JSON format is expected. The model performs the validation automatically when instantiated.
curl \
--request POST http://api.example.com/data/news/ \
--header "Authorization: $API_KEY"
curl \
--request DELETE http://api.example.com/data/milestones/{instance_id} \
--header "Authorization: $API_KEY"
Filters can be specified in the query string.
curl \
--request GET http://api.example.com/data/entity-links/ \
--header "Authorization: $API_KEY"
curl \
--request DELETE http://api.example.com/data/preview-background-files/{instance_id} \
--header "Authorization: $API_KEY"
curl \
--request GET http://api.example.com/data/working-files/{working_file_id}/file \
--header "Authorization: $API_KEY"
Template files are located on the server side. Each template has a name which means that you just have to give a name to "select" the template to link with the project.
curl \
--request POST http://api.example.com/actions/projects/{project_id}/set-file-tree \
--header "Authorization: $API_KEY"
curl \
--request POST http://api.example.com/import/shotgun/remove/version \
--header "Authorization: $API_KEY"
be every adapter supported by OpenTimelineIO, for example: EDL, OTIO...
).
curl \
--request POST http://api.example.com/import/otio/projects/{project_id} \
--header "Authorization: $API_KEY"
curl \
--request GET http://api.example.com/data/projects/{project_id}/news/{news_id} \
--header "Authorization: $API_KEY"