View set
GET https://api.pegasusgateway.com/geofences
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Page. Default value: 1 | |
set | number | Page size. Default value: 200 | |
search.properties.custom.foo | string | Advanced filter for searching various entities, matches a field separated by dot (.) for deep searching (example: GET /api/vehicles ?search.info.license_plate=ABC123 or ?search.groups=[1,2,3]) | |
search.geometry.type | string | Search by geometry type | |
select | string | Filter by selected fields, place a - in front to exclude, supports regex (ex: &select=name,groups &select=-i.*) | |
modified_before | string | Show results from modifications before this date in YYYY-MM-DD[Thh:mm:ss] format | |
modified_after | string | Show results from modifications after this date in YYYY-MM-DD[Thh:mm:ss] format |