Companies

List companies

Retrieve a paginated list of companies with filtering, search, and ordering capabilities.

get/public/v1/companies/

Query parameters

searchstring nullable
updated_afterstring date-time nullable
updated_beforestring date-time nullable
idinteger[] nullable
namestring nullable
parent_company_idinteger[] nullable
currency_iso_4217_codeSystemCurrencies[] nullable
is_activeboolean nullable
is_eliminationboolean nullable
orderingstring nullable
limitinteger

Number of records to return per page (capped at 100)

Number of records to return per page (capped at 100)

offsetinteger

Number of records to skip before starting to return results

Number of records to skip before starting to return results

Response

OK

countinteger required

Changes

Changed in 1 of the 14 revisions of this API.4

    • added the new optional query request parameter updated_after

      new-optional-request-parameter

    • added the new optional query request parameter updated_before

      new-optional-request-parameter

    • added the required property items/items/created_at to the response with the 200 status

      response-required-property-added

    • added the required property items/items/updated_at to the response with the 200 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog