---
title: "Gets all workers comp codes for a company"
method: GET
path: "/v{version}/CompanySettings/workersCompCodes"
tags: ["CompanySettings"]
---

# Gets all workers comp codes for a company

`GET /v{version}/CompanySettings/workersCompCodes`

## Path parameters

- `version` string, required

## Headers

- `company-id` string, required

## Response `200`

Success

- CompaniesContractsQueriesGetWorkersCompCodesResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` BilfloModelsCompanySettingsWorkersCompCode[], nullable
    - `workersCompCodeId` integer
    - `name` string, nullable
    - `description` string, nullable
    - `additionalBurden` number, double
    - `isActive` boolean

---

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