---
title: "Download payroll report"
method: GET
path: "/payroll/report/{id}"
tags: ["Payroll"]
deprecated: true
---

# Download payroll report

`GET /payroll/report/{id}`

> **Deprecated.**

curl request example
curl --location --request GET 'https://hurma.work/api/v1/payroll/report/{id}' \
--header 'token: 886308a96833251c04ee18fff519a7aa15073256d6a5460587bd892e40e58c53d0dcab74cdde736' \
--header 'personal-token: 886308a96833251c04ee18fff519a7aa15073256d6a5460587bd892e40e58c53d0dcab74cdde736' \
--form 'id='7''

## Path parameters

- `id` integer, required

## Headers

- `token` string, required

## Response `200`

ОК

## Other responses

- `403` — Forbidden
- `422` — Invalid request parameters

---

[API](https://skmtc.net/hurma/apis/hurma-public-api-v1-endpoints.md) · [All operations](https://skmtc.net/hurma/apis/hurma-public-api-v1-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hurma/hurma-public-api-v1-endpoints/versions/c2e35a68e512/schema)
