Reorder

Reorders an active session’s geofences using an exact ID permutation. | auth: api_key | authz: min_org_role=operator | (SessionGeofenceReorderReq) -> (Session2)

Authentication

AuthorizationBearer

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

Path parameters

session_idstringRequired

Request

This endpoint expects an object.
ordered_geofence_idslist of stringsOptional

Response

Successful Response
_idstring
created_at_timestampdatetime
device_idstring
device_mac_addressstring
org_idstring

Must be a string starting with org_

schema_versioninteger
commentsstringOptional<=524288 characters
flight_leg_idslist of stringsOptional
flight_loaded_status_by_flight_leg_idmap from strings to optional stringsOptional
flight_loaded_statuseslist of stringsOptional
flight_numberslist of stringsOptional
geofenceslist of objectsOptional
last_seen_at_locationobjectOptional

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

last_seen_at_location_citystringOptional
last_seen_at_location_large_citystringOptional
last_seen_at_timestampdatetimeOptional
off_chrt_reference_idstringOptionalformat: "^[A-Za-z0-9._~\-]{1,64}$"1-64 characters

Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, ’.’, ’_’, ’~’, ’-’ (RFC 3986 unreserved).

off_chrt_shipper_org_data_idstringOptional
publicbooleanOptionalDefaults to false
shared_with_org_idslist of stringsOptional
terminatedbooleanOptionalDefaults to false
terminated_at_timestampdatetimeOptional
termination_scheduled_for_timestampdatetimeOptional

Errors

422
Session Geofences Reorder V1request Unprocessable Entity Error