Audit
Retrieves a paginated list of audit read 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/externallogreadevents
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.