Skip to contents

Relations (Table)

Get company relations and affiliations as a list.

View as Markdown

Returns company relations and affiliations in a flat table format, suitable for tabular display.

Endpoint

Parameters

ParameterTypeInDescription
company_idintegerpathThe unique identifier of the company.
pageintegerqueryPage number (default: 1).
limitintegerqueryRecords per page (default: 100).
typestringqueryOptional filter by connection type (e.g. officers, shareholders, addresses, contacts, affiliations, branches, subsidiaries).

Code Examples

Get relations table

Response

Success response

Error Handling

Error response

This is a paid endpoint. It can also respond with 402{"status": 402, "message": "payment required"} — when the subscription is expired, canceled, or past due, and 429{"status": 429, "message": "quota exhausted"} — when the plan’s report quota for the current period is used up.