List

Lists geofence templates for the caller’s organization. | authz: min_org_role=operator | () -> (GeofenceTemplateListRes)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

sort_byenumOptional
Field to sort by.
Allowed values:
sort_orderenumOptional
Sort order.
Allowed values:
pageintegerOptional>=1Defaults to 1
page_sizeintegerOptional1-100Defaults to 20
filter_archivedbooleanOptionalDefaults to false
Include archived templates instead of active templates.
filter_owned_by_user_idstringOptional
Filter by the user that created the template.
filter_created_at_timestamp_gtedatetimeOptional

Filter created_at_timestamp >= value.

filter_created_at_timestamp_ltedatetimeOptional

Filter created_at_timestamp <= value.

filter_last_edited_at_timestamp_gtedatetimeOptional

Filter last_edited_at_timestamp >= value.

filter_last_edited_at_timestamp_ltedatetimeOptional

Filter last_edited_at_timestamp <= value.

filter_last_used_at_timestamp_gtedatetimeOptional

Filter last_used_at_timestamp >= value.

filter_last_used_at_timestamp_ltedatetimeOptional

Filter last_used_at_timestamp <= value.

Response

Successful Response
itemslist of objects
total_countinteger

Errors

422
Geofence Templates List V1request Unprocessable Entity Error