---
title: "Get Printable Total Rewards Statement"
method: GET
path: "/api/v1/compensation/total_rewards/{employeeId}/printable"
tags: ["Total Rewards", "Public API"]
---

# Get Printable Total Rewards Statement

`GET /api/v1/compensation/total_rewards/{employeeId}/printable`

Generate and return a PDF printable version of the employee's Total Rewards statement.

OAuth Scopes: total_rewards

## Path parameters

- `employeeId` string, required

## Query parameters

- `multiplier` number
- `year` integer

## Response `200`

PDF document streamed with Content-Disposition: attachment.

## Other responses

- `400` — Invalid argument (e.g. bad year or multiplier).
- `403` — The authenticated caller lacks permission to view this employee's Total Rewards statement.
- `500` — Unexpected server error.

---

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