---
title: "Reads all Codes"
method: GET
path: "/api/2026-07-01/resources/payroll_integrations_base/codes"
tags: ["PayrollIntegrationsBase > Code"]
---

# Reads all Codes

`GET /api/2026-07-01/resources/payroll_integrations_base/codes`

Reads all Codes

## Query parameters

- `code` string — Code Value
- `integrations[]` string[], required — Payroll Integration names
- `codeable_id` string — Related object ID. Used together with codeable_type
- `codeable_type` string — Related object type. Used together with codeable_id

## Response `200`

OK

- object
  - `data` PayrollIntegrationsBaseCode[]
    - `id` string, required — Code identifier
    - `company_id` string, required — Company ID where the code belongs to
    - `code` string, required — Code value
    - `codeable_id` string, required — Related object ID. Used together with codeable_type
    - `codeable_type` string, required — Related object type. Used together with codeable_id
    - `integration` 'a3innuva' | 'a3nom' | 'agenda' | 'paierh' | 'yeap_paierh' | 'silae' | 'sage100' | 'datev' | 'datev_api' | 'datev_lug_api' | 'datev_lauds' | 'team_system' | 'zucchetti' | 'gispaghe' | 'job_sistemi', required — Integration name
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

[API](https://skmtc.dev/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.dev/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
