Locations API¶
List Locations¶
GET /api/locations
OAuth AuthorizationRequired: project_read
schema
locations
: Arrayid
: Integername
: Stringregions
: Arrayid
: Integername
: String
Show Location¶
GET /api/locations/{id}
OAuth AuthorizationRequired: project_read
schema
location
: Objectid
: Integername
: Stringregions
: Arrayid
: Integername
: String
Last update: 2021-12-31