Track when output control was changed via API
PreviousIdentify a usual / longest parking location via APINextAPI to retrieve videos from the platform
Last updated
Was this helpful?
Can we get the last updated time of output control through the API?
Two options depending on what you need:
Platform/API change history
Use user/audit/log/list.
Filter by output control actions.
Actual output state change
Create an output state change alert.
Then read notifications via history endpoints.
Summary:
Use audit logs to track platform/API actions for output control.
Use events if you want to know when output state physically changed, regardless of how it was triggered.
Last updated
Was this helpful?
Was this helpful?