---
title: "Fetch Activities"
method: POST
path: "/activitylog.fetch"
tags: ["Clicmanager"]
---

# Fetch Activities

`POST /activitylog.fetch`

Fetches activities for a CLIC module activity log in a concise format, e.g., when multiple 'add item' actions are performed consecutively, they are consolidated into a single activity log entry containing all details.

## Request body

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

## Response `200`

OK

- object

## Other responses

- `201` — Created

---

[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)
