---
title: "Get payroll results for the given payroll period"
method: GET
path: "/v2/providers/employers/payrolladministrations/{payrollAdministrationId}/payrollperiods/{payrollPeriodId}/payrollresults"
tags: ["Payroll results"]
---

# Get payroll results for the given payroll period

`GET /v2/providers/employers/payrolladministrations/{payrollAdministrationId}/payrollperiods/{payrollPeriodId}/payrollresults`

__Activity name :__ <a href="https://developer.loket.nl/Activities/GetPayrollPeriodResultsByPayrollAdministrationIdAndPayrollPeriodId" target="_blank">GetPayrollPeriodResultsByPayrollAdministrationIdAndPayrollPeriodId</a>  <br>  <br><br>Returns the payroll results for the payroll period.<br><br>__Note :__ This endpoint is related to the `GetPayrollRunResultsByPayrollRunId` endpoint.<br>Both endpoints return the same output just in a different way. This endpoint returns the current state of the payroll results for the given period where as `GetPayrollRunResultsByPayrollRunId` returns the payroll results for the given payroll run (a payroll run can contain payroll results for multiple payroll periods). It's possible for payroll results to be created after the end of the payroll period it zelf. For example, the payroll periode 01-2020 ends at 31-01-2020 (in case of a monthly payroll period) it is possible that the payroll run for period 07-2020 contains payroll results for the period 01-2020 due to a retroactivity change for that period. This change in the payroll run for payroll period 07-2020 would require the system to reaquire the results for period 01-2020 (as they changed).<br>

## Path parameters

- `payrollAdministrationId` string, uuid, required
- `payrollPeriodId` integer, required

## Query parameters

- `payrollComponents` integer[]
- `payrollComponentSet` string, uuid

## Headers

- `Authorization` string, required
- `Accept` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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