Clears all API applications for the given portal.
Retrieves a list of portals for the given API application.
Lists all API applications for the given portal.
Lists all API applications for all portals.
The result set is of the following format:
{ "1": [ "client_id1", "client_id2" ] }
Removes the given API application from the given portal.
Stores the given API application in the given portal.
Returns info about existing client by portal code, username and password, returns 403 if portal is not registered or the client does not exist with given params
Returns info about portal where username and password is registered
Tries to delete existing client by username and password
Create or set a basic client with given username, name and password Only password and scopes can be changed
Lists all available portals.
The result set is of the following format:
{ "1": { "url": "https://mijn.gntel.nl", "description": "The main portal" } }
Collects meta information for all portals the user is known for.
The result is of the following format:
[
Removes the given portal.
Creates or updates the portal matching the given URL. The portal code is automatically determined.
Clears all users for the given portal.
Retrieves a list of portal entries belonging to the given user.
Lists all users for the given portal.
Lists all users for all portals.
The result set is of the following format:
{ "1": [ "piet@gntel.nl", "radim@gfxpulse.sk" ], "2": [ "piet@gntel.nl", "test@voipxs.nl" ] }
**WARNING**: this may be a large set!
Removes the given user from the given portal.
Adds the given user to the given portal.
Returns a list of all methods available in the current entry point
Returns the documentation of the given method name.
Returns an array describing the signature of the given method name.
The result is an array with: - Return type as first elements - Types of method arguments from element 1 to N
Call multiple RPC methods at once.