List Locations
Operations
List Locations
List the saved locations owned by the org, its tutors, and its students.
locations has three owner columns (org_id / tutor_id / student_id), exactly
one of which is set; owner_type is resolved in the response. Scoped to the
union of this org, its accepted members, and its students.
GET
List Locations
Authorizations
Org API key as Token token=ei_live_...
Query Parameters
Filter by owner type: org, tutor, student
Filter by owning tutor UUID
Filter by owning student UUID
Records per page (default 20, max 100)
Required range:
1 <= x <= 100Pagination offset
Required range:
x >= 0