---
title: "GET /api/tenants/{tenantId}/payrolls/{payrollId}/reports/templates"
method: GET
path: "/api/tenants/{tenantId}/payrolls/{payrollId}/reports/templates"
tags: ["Payrolls"]
---

# GET /api/tenants/{tenantId}/payrolls/{payrollId}/reports/templates

`GET /api/tenants/{tenantId}/payrolls/{payrollId}/reports/templates`

## Path parameters

- `tenantId` integer, required
- `payrollId` integer, required

## Query parameters

- `culture` string
- `evaluationDate` string, date-time
- `regulationDate` string, date-time
- `reportNames` string[]

## Response `200`

OK

- ReportTemplate[]
  - `id` integer
  - `status` 'Active' | 'Inactive'
  - `created` string, date-time
  - `updated` string, date-time
  - `name` string, required
  - `culture` string, required
  - `content` string, required
  - `contentType` string, nullable
  - `schema` string, nullable
  - `resource` string, nullable
  - `overrideType` 'Active' | 'Inactive'
  - `attributes` object, nullable

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/payroll-engine/apis/payroll-engine-backend-api-v1.md) · [All operations](https://skmtc.net/payroll-engine/apis/payroll-engine-backend-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payroll-engine/payroll-engine-backend-api-v1/revisions/34e260deaa2c/schema)
