---
title: "Get data fields"
method: GET
path: "/v2/data-fields"
tags: ["Other"]
---

# Get data fields

`GET /v2/data-fields`

Provides a list of all industries and industry categories, technologies and regions searchable by Ocean.io.

Calling this endpoint does not consume any credits.

## Query parameters

- `apiToken` string, nullable

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- PublicGetDataFieldsResponse
  - `industries` PublicIndustries[] — List of industries
    - `industries` string[] — List of industries
    - `industryCategory` string, nullable — Industry category name
  - `linkedinIndustries` string[] — List of Linkedin industries
  - `technologies` PublicTechnology[] — List of technologies
    - `name` string, nullable — The technology name
    - `categories` string[] — Technology categories
  - `regions` object — List of regions per country
  - `seniorities` Seniority[] — List of seniorities computed from the job title of the person
  - `departments` Department[] — List of departments computed from the job title of the person
  - `subDepartments` PublicSubDepartments[] — Sub-departments, grouped under the department each one belongs to. A sub-department is a narrower version of its department, so filtering on one already limits results to that department.
    - `department` 'Accounting and Finance' | 'Board' | 'Business Support' | 'Customer Relations' | 'Design' | 'Editorial Personnel' | 'Engineering' | 'Founder/Owner' | 'Healthcare' | 'HR' | 'Legal' | 'Management' | 'Manufacturing' | 'Marketing and Advertising' | 'Operations' | 'PR and Communications' | 'Procurement' | 'Product' | 'Quality Control' | 'R&D' | 'Sales' | 'Security' | 'Supply Chain' | 'Other' | 'Education', required
    - `subDepartments` SubDepartment[], required — Sub-departments within that department

## Other responses

- `400` — Bad Request
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not found
- `422` — Validation Error

## Changes

- **2026-09-01** `a5d5c0530873` — 1 info
  - added the optional property `subDepartments` to the response with the `200` status
- **2026-08-24** `7be4c13a1cf6` — 5 warning
  - added the new `Education` enum value to the `departments/items/` response property for the response status `200`
  - added the new `Entry` enum value to the `seniorities/items/` response property for the response status `200`
  - added the new `Intern` enum value to the `seniorities/items/` response property for the response status `200`
  - added the new `Professional` enum value to the `seniorities/items/` response property for the response status `200`
  - …1 more

[Change history](https://skmtc.dev/ocean/apis/ocean-io-api-documentation/changes/v2/data-fields/get.md)

---

[API](https://skmtc.dev/ocean/apis/ocean-io-api-documentation.md) · [All operations](https://skmtc.dev/ocean/apis/ocean-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ocean/ocean-io-api-documentation/revisions/a5d5c0530873/schema)
