Application (Collection)


Retrieve/Search applications

GET https://apis.wso2.com/api/am/admin/v0.16/applications

This operation can be used to retrieve list of applications that is belonged to the given user, If no user is provided then the application for the user associated with the provided access token will be returned.

OAuth 2.0 Scope

Not required

Examples

Parameters

Type Name Description Schema Default
Query

user

optional

username of the application creator

String

Query

limit

optional

Maximum size of resource array to return.

Integer

25

Query

offset

optional

Starting point within the complete list of items qualified.

Integer

0

Header

Accept

optional

Media types acceptable for the response. Default is application/json.

String

application/json

Header

If-None-Match

optional

Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource (Will be supported in future).

String

Query

tenantDomain

optional

Tenant domain of the applications to get. This has to be specified only if require to get applications of another tenant other than the requester's tenant. So, if not specified, the default will be set as the requester's tenant domain. This cross tenant Application access is allowed only for super tenant admin users only at a migration process.

String

Responses

HTTP Code Description Schema

200

OK. Application list returned.

ApplicationList

304

Not Modified. Empty body because the client has already the latest version of the requested resource (Will be supported in future).

400

Bad Request. Invalid request or validation error.

Error

406

Not Acceptable. The requested media type is not supported.

Error