Gets the list of all applications that were onboarded by tenant administrator. A maximum of 500 applications are returned. Use pagination to fetch the next set of applications.

Entitlements required: manageAppAccessAdmin (Manage application lifecycle). Under the provisioning section the attributeMappings, reverseAttributeMappings and extension sections will always be an empty object.

Query Params
string

Ordinality of the page to fetch. Required for paginated queries.

string

Total number of applications to return in each page. Cannot be greater than count. Required for paginated queries.

string

Search query to return matching applications e.g search="q={searchString}". The query returns list of application which has {searchString} as a sub-string in application name. Examples: 1. If a tenant has Applications with name App1, App12, App123 and Query is search="q=pp12" then the applications returned will be App12 & App123. If search="q=pp1", then all the applications which contains App1 in it will be returned i.e. App1, App12, App123.

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.

Responses

401

User not Authorised.

Language
URL
Choose an example:
application/json