Retrieve quotas statistics for shots.

GET /data/projects/{project_id}/quotas/persons/{person_id}

Path parameters

  • project_id Required
  • person_id Required

Query parameters

  • count_mode Required
  • studio_id

Responses

  • 200

    Quotas statistics for shots

GET /data/projects/{project_id}/quotas/persons/{person_id}
curl \
 --request GET 'http://api.example.com/data/projects/{project_id}/quotas/persons/{person_id}' \
 --header "Authorization: $API_KEY"