Retrieves the actor hierarchy for the current user. Optionally, you can specify an ActorID to get the hierarchy for a specific actor, filter by StatusID, or limit the hierarchy levels returned.
Enter your API key. It's required to authenticate API requests.
Specify the unique identifier of an actor to retrieve its hierarchy instead of the current user's hierarchy.
Filter the hierarchy to only include actors with a specific status identifier.
The maximum number of hierarchy levels to retrieve.
The actor hierarchy was retrieved successfully.
Represents the hierarchy of an actor, including details about the actor and its children in the hierarchy.
The unique identifier of the parent actor, if applicable. This indicates the actor's position within a larger hierarchy.
The unique identifier of the actor.
A brief description of the actor.
The identifier representing the type of actor, defining their role or classification.
The status identifier of the actor, indicating their current status.
The level of hierarchy at which the actor is positioned within the organizational structure.
A list of child actors that belong to this actor, representing the next level in the hierarchy.