EAI API Documentation
Get Audit Logs
0min
to retrieve audit logs based on specific criteria, use the following rest api https //{subdomain} teleskope io/1/eai/graph?getauditlogs\&zone id={zone id}\&start date={start date}\&end date={end date} replace {subdomain} with the customer's assigned subdomain required parameters zone id encoded zone id start date start date in yyyy mm dd format end date end date in yyyy mm dd format note start date and end date should not be more than 1 month apart optional parameters group id encoded group id (optional) chapter id encoded chapter id (optional) channel id encoded channel id (optional) example urls all logs in zone https //{subdomain} teleskope io/1/eai/graph?getauditlogs\&zone id={zone id} specific group https //{subdomain} teleskope io/1/eai/graph?getauditlogs\&zone id={zone id}\&group id={group id} specific chapter https //{subdomain} teleskope io/1/eai/graph?getauditlogs\&zone id={zone id}\&group id={group id}\&chapter id={chapter id} specific channel https //{subdomain} teleskope io/1/eai/graph?getauditlogs\&zone id={zone id}\&group id={group id}\&channel id={channel id}