---
title: "Retrieves a simplified list of the SalaryBatchRecords contained in a specified SalaryStatement."
method: GET
path: "/api/salarystatements/{salaryStatementId}/batchrecords/simple"
tags: ["SalaryStatements"]
---

# Retrieves a simplified list of the SalaryBatchRecords contained in a specified SalaryStatement.

`GET /api/salarystatements/{salaryStatementId}/batchrecords/simple`

## Path parameters

- `salaryStatementId` integer, required

## Response `200`

OK

- IntectWebAPIControllersSalaryStatementsControllerSimpleSalaryBatchRecord[]
  - `Id` integer
  - `SalaryTypeId` integer
  - `Description` string
  - `Amount` number, double

---

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