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
Name | Type | Description |
---|---|---|
state | String | The state of auto orient for a given map derived from an Enum |
time_queued | float | Time when auto orient process was last queued for this map |
RESPONSES
status: OK
{"state":"Oriented","time_queued":1675181409}