getSiteApAutoOrientationStatus

GET https://{{host}}/api/v1/sites/:site_id/maps/:map_id/auto_orient

This API is called to view the current status of auto orient for a given map.

Response Parameters

NameTypeDescription
stateStringThe state of auto orient for a given map derived from an Enum
time_queuedfloatTime when auto orient process was last queued for this map

RESPONSES

status: OK

{"state":"Oriented","time_queued":1675181409}