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
- 200
- 400
- 401
- 403
- 404
- 500
- 501
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Not Implemented