---
title: "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."
method: GET
path: "/api/audit/externallogchangeevents"
tags: ["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

- `lastId` integer, required
- `limitRecords` integer, required

## Response `200`

OK

- IntectWebAPIControllersAuditAuditChangeEventDTO
  - `LastId` integer
  - `HasMore` boolean
  - `AuditChangeEventRecords` IntectBusinessLogicAuditAuditReadRepositoryAuditChangeEventRecord[]
    - `Id` integer
    - `OccurredAtUtc` string, date-time
    - `UserName` string
    - `AffectedEntityName` string
    - `Operation` string
    - `ChangeType` string
    - `ExtraJson` string

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
