v1

latestOpenAPI 3.0.12026-07-17387979.8 KB
Subscription Validation

Get all application throttling policies

This will provide access to application level throttling policies in database.

get/application-policies

Query parameters

policyNamestring

Search condition. Application policy name

Headers

xWSO2Tenantstring required

This is used to specify the tenant domain, where the resource need to be retrieved from.

Response

An array of application policies in the database

countinteger

Number of ApplicationPolicies returned.

Example response

{
  "count": 1,
  "pagination": {
    "limit": 1,
    "total": 10
  }
}