Get Organization Limits And Usage Endpoint

Returns organization limits and current usage: storage, share links, event organizers, photographers, and upload (image tagging). For use on the project page header.

  • mode=event_organizer: use auth user's id, resolve to organization.
  • mode=photographer: require projectId, resolve one event_organizer from event_organizer_projects, then their organization.
get/getOrganizationLimitsAndUsage

Query parameters

modestring required

event_organizer or photographer

event_organizer or photographer

projectIdinteger nullable

Required when mode=photographer

Required when mode=photographer

Response

Successful Response

{"stackTrail":"paths:/getOrganizationLimitsAndUsage:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.