---
title: "Get payroll journal"
method: GET
path: "/companies/{company}/reports/payroll_journal"
---

# Get payroll journal

`GET /companies/{company}/reports/payroll_journal`

Returns the specified payroll journal.

## Path parameters

- `company` string, required

## Query parameters

- `start` string, date
- `end` string, date
- `payroll` string
- `include_taxable_wages` boolean
- `include_gross_taxable_wages` boolean
- `include_employee_id` boolean
- `include_contractors` boolean
- `group_by` 'workplace'

## Headers

- `Accept` string

## Response `200`

200

- object
  - `next` string
  - `previous` string
  - `results` object[]
    - `payroll` string
    - `company` string
    - `payday` string
    - `period_start` string
    - `period_end` string
    - `payment_method` string
    - `summary` object
      - `totals` object
        - `employee_gross` string
        - `employee_reimbursements` string
        - `employee_net` string
        - `company_taxes` string
        - `employee_taxes` string
        - `company_benefits` string
        - `employee_benefits` string
        - `post_tax_deductions` string
      - `earning_totals` object[]
        - `type` string
        - `amount` string
        - `hours` number, float
        - `piece_units` string
      - `employee_taxes` object[]
        - `id` string
        - `description` string
        - `amount` string
      - `company_taxes` object[]
        - `id` string
        - `description` string
        - `amount` string
      - `employee_benefits` object[]
      - `company_benefits` object[]
      - `post_tax_deductions` object[]
    - `item_records` object[]
      - `totals` object
        - `employee_gross` string
        - `employee_reimbursements` string
        - `employee_net` string
        - `company_taxes` string
        - `employee_taxes` string
        - `company_benefits` string
        - `employee_benefits` string
        - `post_tax_deductions` string
      - `earning_totals` object[]
        - `type` string
        - `amount` string
        - `hours` number, float
        - `piece_units` string
      - `employee_taxes` object[]
        - `id` string
        - `description` string
        - `amount` string
      - `company_taxes` object[]
        - `id` string
        - `description` string
        - `amount` string
      - `employee_benefits` object[]
      - `company_benefits` object[]
      - `post_tax_deductions` object[]
      - `payroll_item` string
      - `employee` string

## Other responses

- `400` — 400

---

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