Lists all locations

get/locations/v1beta1/locations

Retrieve location information for all locations.

SecurityBearer
Request
query Parameters
offset
required
integer

Offset

limit
required
integer [ 1 .. 2000 ]
Default: 100

Limit

filter
string

Filter data using a subset of OData 4.0 and return only the subset of resources that match the filter. The Get locations API can be filtered by name.

Examples:
Return locations that contain a name
filter=contains(name, 'test')
Responses
200

OK

400

Bad request

404

Not found

500

Internal server error

Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "count": 0,
  • "offset": 0,
  • "total": 0
}