Get Child Company Distribution

Returns child companies with their distribution status for a parent company event chain.
Only available for parent companies.
Supports two response formats:

  • Tree format (default): Returns a recursive tree of companies with nested child_companies.
  • Flat paginated format: When page parameter is provided, returns a flat paginated list
    with total_entries and _embedded.companies — each company includes parent_id,
    children_count, and enabled status. Supports text search via company[text].
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Company ID

int32
required

Event Chain ID

Query Params
int32

Page number (enables flat paginated response)

int32
Defaults to 20

Results per page

string

Search by company name

Responses
200

Company Distribution

403

Forbidden

404

Not Found

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!