Skip to main content

Get children organizations up to certain depth

GET 

/platform/solutions/api/v1/orgs/{orgId}/children

Retrieve child organizations under a given organization up to a specified depth.

Parameters

  • orgId (Guid, required): ID of the parent organization.
  • depth (int, optional, default=1): Number of levels of children to retrieve.

Responses

  • 200 OK: returns children org tree.

Request

Responses

OK