Audit
Retrieves a paginated list of audit change events for the current company. Only records with an ID greater than the specified {lastId} are returned. The number of returned records is limited by {limitRecords} (max 1000). The response includes the last returned ID and a flag indicating whether more records are available.
get/api/audit/externallogchangeevents
Query parameters
lastIdinteger required
The last processed record ID. Only records with a higher ID will be fetched. Use 0 to start from the beginning.
limitRecordsinteger required
The maximum number of records to return. Must be between 1 and 1000. Values outside this range will default to 1000.
Response
OK