Fetches the applications that are entitled to a user.

Note: If the requestid and requestorid parameters are specified, the API checks the validity of the request ID and returns a list of entitled applications for the specified requestor ID. Entitlements required: Any authenticated user

Query Params
string

Ordinality of the page to fetch

string

Total number of applications to return in each page. Cannot be greater than count

string

Total number of applications to return to client. Client can use the returned applications to perform client side pagination before making a remote call again. Assumed same as limit if not specified

string

Search query to return matching applications e.g search="q={searchString}". Search is carried out against the application name attribute.

string

Attributes to sort results on, supported values are 'name' and 'entityid'. Prepend the attribute with '+' or '-' sign for ascending and descending sorted order respectively. If not specified, sorted in ascending order on entityid. The entity id corresponds to application id.

string

The request id used to grant access for an application.

string

The userid whose entitled applications are to be returned.

Responses

401

User is not Authorised.

Language
URL
Choose an example:
application/json