curl \
--request GET 'http://api.example.com/data/day-offs/' \
--header "Authorization: $API_KEY"
GET
/auth/refresh-token
curl \
--request GET 'http://api.example.com/auth/refresh-token' \
--header "Authorization: $API_KEY"
POST
/auth/fido
curl \
--request POST 'http://api.example.com/auth/fido' \
--header "Authorization: $API_KEY"
PUT
/data/projects/{project_id}/entities/{entity_id}/casting
curl \
--request PUT 'http://api.example.com/data/projects/a24a6ea4-ce75-4665-a070-57453082c25/entities/a24a6ea4-ce75-4665-a070-57453082c25/casting' \
--header "Authorization: $API_KEY"
POST
/data/entities
curl \
--request POST 'http://api.example.com/data/entities' \
--header "Authorization: $API_KEY"
GET
/data/departments/{instance_id}
curl \
--request GET 'http://api.example.com/data/departments/a24a6ea4-ce75-4665-a070-57453082c25' \
--header "Authorization: $API_KEY"
GET
/data/output-types
curl \
--request GET 'http://api.example.com/data/output-types' \
--header "Authorization: $API_KEY"
GET
/data/day-offs/
DELETE
/data/entity-links/{instance_id}
curl \
--request DELETE 'http://api.example.com/data/entity-links/a24a6ea4-ce75-4665-a070-57453082c25' \
--header "Authorization: $API_KEY"
PUT
/data/chats/{instance_id}
curl \
--request PUT 'http://api.example.com/data/chats/a24a6ea4-ce75-4665-a070-57453082c25' \
--header "Authorization: $API_KEY"
GET
/data/entities/{entity_id}/output-types
curl \
--request GET 'http://api.example.com/data/entities/a24a6ea4-ce75-4665-a070-57453082c25/output-types' \
--header "Authorization: $API_KEY"
POST
/import/shotgun/sequences
curl \
--request POST 'http://api.example.com/import/shotgun/sequences' \
--header "Authorization: $API_KEY"
GET
/status/resources
curl \
--request GET 'http://api.example.com/status/resources' \
--header "Authorization: $API_KEY"
DELETE
/actions/persons/{person_id}/disable-two-factor-authentication
curl \
--request DELETE 'http://api.example.com/actions/persons/a24a6ea4-ce75-4665-a070-57453082c25/disable-two-factor-authentication' \
--header "Authorization: $API_KEY"
GET
/data/episodes/{episode_id}/sequences
curl \
--request GET 'http://api.example.com/data/episodes/a24a6ea4-ce75-4665-a070-57453082c25/sequences' \
--header "Authorization: $API_KEY"
GET
/data/sequences/{sequence_id}
curl \
--request GET 'http://api.example.com/data/sequences/a24a6ea4-ce75-4665-a070-57453082c25' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/quotas/persons/{person_id}
curl \
--request GET 'http://api.example.com/data/projects/a24a6ea4-ce75-4665-a070-57453082c25/quotas/persons/a24a6ea4-ce75-4665-a070-57453082c25?count_mode=weighted' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/comments
curl \
--request GET 'http://api.example.com/data/projects/a24a6ea4-ce75-4665-a070-57453082c25/comments' \
--header "Authorization: $API_KEY"
Create a desktop login log. Desktop login logs can
only be created by the current user.
POST
/data/user/desktop-login-logs
curl \
--request POST 'http://api.example.com/data/user/desktop-login-logs' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'date=2022-07-12'
Response examples (201)
{}