---
title: "List Security & Configuration Events"
method: POST
path: "/fetch/SAT"
tags: ["Logs"]
---

# List Security & Configuration Events

`POST /fetch/SAT`

Retrieves events related to security (Management of User Groups, Management of Roles, Pricefx user account deactivation) and some configuration settings (e.g., changing default calculation logics).

## Request body

- object
  - `endRow` integer
  - `oldValues` object, nullable
  - `operationType` string
  - `startRow` integer
  - `textMatchStyle` string
  - `data` object
    - `_constructor` string
    - `operator` string
    - `criteria` object[]
      - `fieldName` string
      - `operator` string
      - `value` string

## Response `200`

OK

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

---

[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/revisions/0850b5d6be73/schema)
