v1

latestOpenAPI 3.0.1MIT2026-07-2691084.8 KB

Get Companies

Get all companies (recruitment, sales, etc.) with their custom fields, files, and more. This endpoint is not paginated, you got enverything at once.

get/rest/v2/companies

Query parameters

updatedAfterstring

An ISO 8601 date string to filter companies updated after this date

wherestring

A JSON object string containing the graphQL filters for more advanced usage. Example: {"statusId": {"_eq": "cae642f0-463c-45f5-9db5-e0a280a8e883"} }

orderBystring

A JSON object string containing the order. Example: { "createdAt": "desc" }

limitnumber

The number of companies to return. Default is 100. Maximum is 1000

offsetnumber

The number of companies to skip. Default is 0.

Response

Responses for GET /api/rest/companies