/tracking
/tracking/geofence_templates

List

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

get/tracking/geofence_templates/list/v1

Query parameters

sort_by'created_at_timestamp' | 'last_edited_at_timestamp' | 'last_used_at_timestamp' | 'name'

Field to sort by.

sort_order'asc' | 'desc'

Sort order for query results

Sort order.

pageinteger
page_sizeinteger
filter_archivedboolean

Include archived templates instead of active templates.

Include archived templates instead of active templates.

filter_owned_by_user_idstring nullable

Must be a string starting with user_

Filter by the user that created the template.

filter_created_at_timestamp_gtestring date-time nullable

Filter created_at_timestamp >= value.

Filter created_at_timestamp >= value.

filter_created_at_timestamp_ltestring date-time nullable

Filter created_at_timestamp <= value.

Filter created_at_timestamp <= value.

filter_last_edited_at_timestamp_gtestring date-time nullable

Filter last_edited_at_timestamp >= value.

Filter last_edited_at_timestamp >= value.

filter_last_edited_at_timestamp_ltestring date-time nullable

Filter last_edited_at_timestamp <= value.

Filter last_edited_at_timestamp <= value.

filter_last_used_at_timestamp_gtestring date-time nullable

Filter last_used_at_timestamp >= value.

Filter last_used_at_timestamp >= value.

filter_last_used_at_timestamp_ltestring date-time nullable

Filter last_used_at_timestamp <= value.

Filter last_used_at_timestamp <= value.

Response

Successful Response

total_countinteger required

Changes

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