audit-logs

List audit-logs

get/audit-logs/

Query parameters

action_typestring[]

Select audit-log entries with this action_type

created_date_gtstring date-time

Select objects with created_date greater than this value

created_date_gtestring date-time

Select objects with created_date greater than or equal to this value

created_date_last_n_daysnumber

Select objects with created_date in last N days

created_date_ltstring date-time

Select objects with created_date less than this value

created_date_ltestring date-time

Select objects with created_date less than or equal to this value

created_date_nth_full_weeknumber

Select objects with created_date in last Nth week (including Sunday and Saturday)

created_date_nth_work_weeknumber

Select objects with created_date in last Nth week (only working days, i.e. excluding Sunday and Saturday)

device_uidstring

Select audit-log entries with this device_uid

id_ininteger[]

Select audit logs with provided ids

limitstring

Number of results to return per page.

object_idstring

Select audit-log entries with this object_id

object_typestring[]

Select audit-log entries with this object_type

orderingstring

Which field to use when ordering the results. Available fields: id, created_date

pagestring

Pagination cursor value.

request_ipstring

Select audit-log entries with this request_ip

user_idinteger

Select audit-log entries that matched this user_id

user_loginstring

Select audit-log entries with this user_login

Response

next_pagestring nullable
prev_pagestring nullable

Changes