Places

Fetch places

get/places

Query parameters

idsstring

Filter by object IDs

querystring

Filter by a freetext string. Properties searched: name

limitinteger

The number of objects to return

offsetinteger

The number of objects to offset

favorite'true' | 'false' | '*'

Include favorite status in response and/or filter by it.

* - include favorite field in response<br> true - include favorite field in response and return favorites<br> false - include favorite field in response and return non-favorites<br>

sort'favorite' | 'name' | '-name'

Sort the results

Response

OK

Example response

[
  {
    "time_zone": "Europe/London"
  }
]

Changes

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