class EndPointHandler
Class EndPointHandler
EndPointHandler constructor.
No description
Return all the profiles associated to logged user.
Return the current active profile.
Change active profile to the profiles_id one.
Return all the possible entities of the current logged user (and for current active profile).
Return active entities of current logged user.
Change active entity to the entities_id one.
__construct(Client $client)
Client getClient()
array getMyProfiles()
array getActiveProfile()
array changeActiveProfile(integer $profiles_id)
array getMyEntities(array $queryString = [])
array getActiveEntities()
array changeActiveEntities(array $parameters = [])