v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
PayrollIntegrationsBase > Code

Reads all Codes

Reads all Codes

get/api/2026-07-01/resources/payroll_integrations_base/codes

Query parameters

codestring

Code Value

Example:COD-51

Code Value

integrations[]string[] required

Payroll Integration names

Payroll Integration names

codeable_idstring

Related object ID. Used together with codeable_type

Example:1

Related object ID. Used together with codeable_type

codeable_typestring

Related object type. Used together with codeable_id

Example:Employee | Company | LegalEntity | Location

Related object type. Used together with codeable_id

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "company_id": "2",
      "code": "COD-51",
      "codeable_id": "5",
      "codeable_type": "Employee | Company | LegalEntity | Location | TimeoffLeaveType",
      "integration": "a3innuva"
    }
  ]
}