---
title: "Retrieve group slab/tier log history"
method: GET
path: "/userGroup2/slabHistory"
---

# Retrieve group slab/tier log history

`GET /userGroup2/slabHistory`

This API enables you to retrieve group's tier log history.

## Query parameters

- `fleetGroupId` integer
- `startDate` string
- `endDate` string
- `pageSize` integer

## Response `200`

200

- object
  - `data` object[]
    - `fromSlabNumber` integer
    - `toSlabNumber` integer
    - `from` string
    - `to` string
    - `changedOn` string
    - `notes` string
    - `tillId` integer
    - `store` object
      - `id` integer
      - `code` string
      - `description` string
      - `name` string
      - `type` string
      - `adminType` string
      - `isOrgUnit` boolean
    - `type` string
    - `programId` integer
  - `pagination` object
    - `limit` integer
    - `offset` integer
    - `total` integer
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
