---
title: "Retrieves a simplified list of all salary statements for the specified payroll batch."
method: GET
path: "/api/salarystatements/salarybatch/{batchId}/simple"
tags: ["SalaryStatements"]
---

# Retrieves a simplified list of all salary statements for the specified payroll batch.

`GET /api/salarystatements/salarybatch/{batchId}/simple`

## Path parameters

- `batchId` integer, required

## Response `200`

OK

- IntectWebAPIControllersSalaryStatementsControllerSimpleSalaryStatement[]
  - `Id` integer
  - `UserEmploymentId` integer
  - `UserFullName` string
  - `PayoutAmount` number, double
  - `UserIdentityNumber` string
  - `UserExternalReference` string

---

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