---
title: "GET /api/services/app/AuditLog/GetAuditLogs"
method: GET
path: "/api/services/app/AuditLog/GetAuditLogs"
tags: ["AuditLog"]
---

# GET /api/services/app/AuditLog/GetAuditLogs

`GET /api/services/app/AuditLog/GetAuditLogs`

## Query parameters

- `StartDate` string, date-time
- `EndDate` string, date-time
- `UserName` string
- `ServiceName` string
- `MethodName` string
- `BrowserInfo` string
- `HasException` boolean
- `MinExecutionDuration` integer
- `MaxExecutionDuration` integer
- `Sorting` string
- `MaxResultCount` integer
- `SkipCount` integer

## Response `200`

Success

- PagedResultDtoOfAuditLogListDto
  - `items` AuditLogListDto[], nullable
    - `id` integer
    - `userId` integer, nullable
    - `userName` string, nullable
    - `impersonatorTenantId` integer, nullable
    - `impersonatorUserId` integer, nullable
    - `serviceName` string, nullable
    - `methodName` string, nullable
    - `parameters` string, nullable
    - `executionTime` string, date-time
    - `executionDuration` integer
    - `clientIpAddress` string, nullable
    - `clientName` string, nullable
    - `browserInfo` string, nullable
    - `exception` string, nullable
    - `customData` string, nullable
  - `totalCount` integer

---

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