---
title: "List Logins"
method: POST
path: "/fetch/LAT"
tags: ["Logs"]
---

# List Logins

`POST /fetch/LAT`

Retrieves the login application log – `LoginAuditTrail` (LAT).

## Request body

- object
  - `endRow` integer
  - `oldValues` object, nullable
  - `operationType` string
  - `startRow` integer
  - `textMatchStyle` string

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `startRow` integer
    - `data` LoginAuditTrail[]
      - `typedId` string
      - `createdBy` integer
      - `lastUpdateDate` string, date-time
      - `clientIP` string
      - `details` string
      - `userName` string
      - `version` integer
      - `timestamp` string
      - `createDate` string, date-time
      - `lastUpdateBy` integer
    - `endRow` integer
    - `totalRows` integer
    - `status` integer

## Other responses

- `401` — Unauthorized. Wrong password.
- `403` — Forbidden. Authenticated, but the user has been deactivated.

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
