public class SubscriptionValidationApi extends Object
| Constructor and Description |
|---|
SubscriptionValidationApi() |
SubscriptionValidationApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiPolicyListDTO |
apiPoliciesGet(String xWSO2Tenant,
String policyName)
Get all API throttling policies
This will provide access to api level throttling policies in database.
|
com.squareup.okhttp.Call |
apiPoliciesGetAsync(String xWSO2Tenant,
String policyName,
ApiCallback<ApiPolicyListDTO> callback)
Get all API throttling policies (asynchronously)
This will provide access to api level throttling policies in database.
|
com.squareup.okhttp.Call |
apiPoliciesGetCall(String xWSO2Tenant,
String policyName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiPoliciesGet
|
ApiResponse<ApiPolicyListDTO> |
apiPoliciesGetWithHttpInfo(String xWSO2Tenant,
String policyName)
Get all API throttling policies
This will provide access to api level throttling policies in database.
|
APIListDTO |
apisGet(String xWSO2Tenant,
String apiId,
String context,
String version,
String gatewayLabel,
String accept)
Get all apis
This will provide access to apis in database.
|
com.squareup.okhttp.Call |
apisGetAsync(String xWSO2Tenant,
String apiId,
String context,
String version,
String gatewayLabel,
String accept,
ApiCallback<APIListDTO> callback)
Get all apis (asynchronously)
This will provide access to apis in database.
|
com.squareup.okhttp.Call |
apisGetCall(String xWSO2Tenant,
String apiId,
String context,
String version,
String gatewayLabel,
String accept,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisGet
|
ApiResponse<APIListDTO> |
apisGetWithHttpInfo(String xWSO2Tenant,
String apiId,
String context,
String version,
String gatewayLabel,
String accept)
Get all apis
This will provide access to apis in database.
|
ApplicationKeyMappingListDTO |
applicationKeyMappingsGet(String xWSO2Tenant,
String consumerKey,
String keymanager)
Get all application key mappings
This will provide access to application vs key mappings in database.
|
com.squareup.okhttp.Call |
applicationKeyMappingsGetAsync(String xWSO2Tenant,
String consumerKey,
String keymanager,
ApiCallback<ApplicationKeyMappingListDTO> callback)
Get all application key mappings (asynchronously)
This will provide access to application vs key mappings in database.
|
com.squareup.okhttp.Call |
applicationKeyMappingsGetCall(String xWSO2Tenant,
String consumerKey,
String keymanager,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationKeyMappingsGet
|
ApiResponse<ApplicationKeyMappingListDTO> |
applicationKeyMappingsGetWithHttpInfo(String xWSO2Tenant,
String consumerKey,
String keymanager)
Get all application key mappings
This will provide access to application vs key mappings in database.
|
ApplicationPolicyListDTO |
applicationPoliciesGet(String xWSO2Tenant,
String policyName)
Get all application throttling policies
This will provide access to application level throttling policies in database.
|
com.squareup.okhttp.Call |
applicationPoliciesGetAsync(String xWSO2Tenant,
String policyName,
ApiCallback<ApplicationPolicyListDTO> callback)
Get all application throttling policies (asynchronously)
This will provide access to application level throttling policies in database.
|
com.squareup.okhttp.Call |
applicationPoliciesGetCall(String xWSO2Tenant,
String policyName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationPoliciesGet
|
ApiResponse<ApplicationPolicyListDTO> |
applicationPoliciesGetWithHttpInfo(String xWSO2Tenant,
String policyName)
Get all application throttling policies
This will provide access to application level throttling policies in database.
|
ApplicationListDTO |
applicationsGet(String xWSO2Tenant,
Integer appId)
Get all applications
This will provide access to applications in database.
|
com.squareup.okhttp.Call |
applicationsGetAsync(String xWSO2Tenant,
Integer appId,
ApiCallback<ApplicationListDTO> callback)
Get all applications (asynchronously)
This will provide access to applications in database.
|
com.squareup.okhttp.Call |
applicationsGetCall(String xWSO2Tenant,
Integer appId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsGet
|
ApiResponse<ApplicationListDTO> |
applicationsGetWithHttpInfo(String xWSO2Tenant,
Integer appId)
Get all applications
This will provide access to applications in database.
|
ApiClient |
getApiClient() |
GlobalPolicyListDTO |
globalPoliciesGet(String xWSO2Tenant,
String policyName)
Get all Global throttling policies
This will provide access to global throttling policies in database.
|
com.squareup.okhttp.Call |
globalPoliciesGetAsync(String xWSO2Tenant,
String policyName,
ApiCallback<GlobalPolicyListDTO> callback)
Get all Global throttling policies (asynchronously)
This will provide access to global throttling policies in database.
|
com.squareup.okhttp.Call |
globalPoliciesGetCall(String xWSO2Tenant,
String policyName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for globalPoliciesGet
|
ApiResponse<GlobalPolicyListDTO> |
globalPoliciesGetWithHttpInfo(String xWSO2Tenant,
String policyName)
Get all Global throttling policies
This will provide access to global throttling policies in database.
|
ScopesListDTO |
scopesGet(String xWSO2Tenant,
String scopeKey)
Get all scopes.
|
com.squareup.okhttp.Call |
scopesGetAsync(String xWSO2Tenant,
String scopeKey,
ApiCallback<ScopesListDTO> callback)
Get all scopes.
|
com.squareup.okhttp.Call |
scopesGetCall(String xWSO2Tenant,
String scopeKey,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for scopesGet
|
ApiResponse<ScopesListDTO> |
scopesGetWithHttpInfo(String xWSO2Tenant,
String scopeKey)
Get all scopes.
|
void |
setApiClient(ApiClient apiClient) |
SubscriptionPolicyListDTO |
subscriptionPoliciesGet(String xWSO2Tenant,
String policyName)
Get all subscription throttling policies
This will provide access to subscription level throttling policies in database.
|
com.squareup.okhttp.Call |
subscriptionPoliciesGetAsync(String xWSO2Tenant,
String policyName,
ApiCallback<SubscriptionPolicyListDTO> callback)
Get all subscription throttling policies (asynchronously)
This will provide access to subscription level throttling policies in database.
|
com.squareup.okhttp.Call |
subscriptionPoliciesGetCall(String xWSO2Tenant,
String policyName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionPoliciesGet
|
ApiResponse<SubscriptionPolicyListDTO> |
subscriptionPoliciesGetWithHttpInfo(String xWSO2Tenant,
String policyName)
Get all subscription throttling policies
This will provide access to subscription level throttling policies in database.
|
SubscriptionListDTO |
subscriptionsGet(String xWSO2Tenant,
Integer apiId,
Integer appId)
Get all subscriptions
This will provide access to subscriptions in database.
|
com.squareup.okhttp.Call |
subscriptionsGetAsync(String xWSO2Tenant,
Integer apiId,
Integer appId,
ApiCallback<SubscriptionListDTO> callback)
Get all subscriptions (asynchronously)
This will provide access to subscriptions in database.
|
com.squareup.okhttp.Call |
subscriptionsGetCall(String xWSO2Tenant,
Integer apiId,
Integer appId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsGet
|
ApiResponse<SubscriptionListDTO> |
subscriptionsGetWithHttpInfo(String xWSO2Tenant,
Integer apiId,
Integer appId)
Get all subscriptions
This will provide access to subscriptions in database.
|
public SubscriptionValidationApi()
public SubscriptionValidationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call apiPoliciesGetCall(String xWSO2Tenant, String policyName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Api policy name (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApiPolicyListDTO apiPoliciesGet(String xWSO2Tenant, String policyName) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Api policy name (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiPolicyListDTO> apiPoliciesGetWithHttpInfo(String xWSO2Tenant, String policyName) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Api policy name (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apiPoliciesGetAsync(String xWSO2Tenant, String policyName, ApiCallback<ApiPolicyListDTO> callback) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Api policy name (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call apisGetCall(String xWSO2Tenant, String apiId, String context, String version, String gatewayLabel, String accept, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID (optional)context - **Search condition**. context of the api (optional)version - **Search condition**. versio of the api (optional)gatewayLabel - **Search condition**. label associated with the APIs (optional)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic APIListDTO apisGet(String xWSO2Tenant, String apiId, String context, String version, String gatewayLabel, String accept) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID (optional)context - **Search condition**. context of the api (optional)version - **Search condition**. versio of the api (optional)gatewayLabel - **Search condition**. label associated with the APIs (optional)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIListDTO> apisGetWithHttpInfo(String xWSO2Tenant, String apiId, String context, String version, String gatewayLabel, String accept) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID (optional)context - **Search condition**. context of the api (optional)version - **Search condition**. versio of the api (optional)gatewayLabel - **Search condition**. label associated with the APIs (optional)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisGetAsync(String xWSO2Tenant, String apiId, String context, String version, String gatewayLabel, String accept, ApiCallback<APIListDTO> callback) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID (optional)context - **Search condition**. context of the api (optional)version - **Search condition**. versio of the api (optional)gatewayLabel - **Search condition**. label associated with the APIs (optional)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call applicationKeyMappingsGetCall(String xWSO2Tenant, String consumerKey, String keymanager, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)consumerKey - **Search condition**. Consumer Key of the application (optional)keymanager - **Search condition**. KeyManager associated to consumer_key of the application (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationKeyMappingListDTO applicationKeyMappingsGet(String xWSO2Tenant, String consumerKey, String keymanager) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)consumerKey - **Search condition**. Consumer Key of the application (optional)keymanager - **Search condition**. KeyManager associated to consumer_key of the application (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationKeyMappingListDTO> applicationKeyMappingsGetWithHttpInfo(String xWSO2Tenant, String consumerKey, String keymanager) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)consumerKey - **Search condition**. Consumer Key of the application (optional)keymanager - **Search condition**. KeyManager associated to consumer_key of the application (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationKeyMappingsGetAsync(String xWSO2Tenant, String consumerKey, String keymanager, ApiCallback<ApplicationKeyMappingListDTO> callback) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)consumerKey - **Search condition**. Consumer Key of the application (optional)keymanager - **Search condition**. KeyManager associated to consumer_key of the application (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call applicationPoliciesGetCall(String xWSO2Tenant, String policyName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Application policy name (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationPolicyListDTO applicationPoliciesGet(String xWSO2Tenant, String policyName) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Application policy name (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationPolicyListDTO> applicationPoliciesGetWithHttpInfo(String xWSO2Tenant, String policyName) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Application policy name (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationPoliciesGetAsync(String xWSO2Tenant, String policyName, ApiCallback<ApplicationPolicyListDTO> callback) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Application policy name (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call applicationsGetCall(String xWSO2Tenant, Integer appId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)appId - **Search condition**. Application ID of the application (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationListDTO applicationsGet(String xWSO2Tenant, Integer appId) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)appId - **Search condition**. Application ID of the application (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationListDTO> applicationsGetWithHttpInfo(String xWSO2Tenant, Integer appId) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)appId - **Search condition**. Application ID of the application (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsGetAsync(String xWSO2Tenant, Integer appId, ApiCallback<ApplicationListDTO> callback) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)appId - **Search condition**. Application ID of the application (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call globalPoliciesGetCall(String xWSO2Tenant, String policyName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Global policy name (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GlobalPolicyListDTO globalPoliciesGet(String xWSO2Tenant, String policyName) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Global policy name (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GlobalPolicyListDTO> globalPoliciesGetWithHttpInfo(String xWSO2Tenant, String policyName) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Global policy name (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call globalPoliciesGetAsync(String xWSO2Tenant, String policyName, ApiCallback<GlobalPolicyListDTO> callback) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Global policy name (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call scopesGetCall(String xWSO2Tenant, String scopeKey, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)scopeKey - **Search condition**. Scope Key (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ScopesListDTO scopesGet(String xWSO2Tenant, String scopeKey) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)scopeKey - **Search condition**. Scope Key (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ScopesListDTO> scopesGetWithHttpInfo(String xWSO2Tenant, String scopeKey) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)scopeKey - **Search condition**. Scope Key (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call scopesGetAsync(String xWSO2Tenant, String scopeKey, ApiCallback<ScopesListDTO> callback) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)scopeKey - **Search condition**. Scope Key (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call subscriptionPoliciesGetCall(String xWSO2Tenant, String policyName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Subscription policy name (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic SubscriptionPolicyListDTO subscriptionPoliciesGet(String xWSO2Tenant, String policyName) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Subscription policy name (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SubscriptionPolicyListDTO> subscriptionPoliciesGetWithHttpInfo(String xWSO2Tenant, String policyName) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Subscription policy name (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call subscriptionPoliciesGetAsync(String xWSO2Tenant, String policyName, ApiCallback<SubscriptionPolicyListDTO> callback) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)policyName - **Search condition**. Subscription policy name (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call subscriptionsGetCall(String xWSO2Tenant, Integer apiId, Integer appId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID of the subscription (optional)appId - **Search condition**. Application ID of the subscription (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic SubscriptionListDTO subscriptionsGet(String xWSO2Tenant, Integer apiId, Integer appId) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID of the subscription (optional)appId - **Search condition**. Application ID of the subscription (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SubscriptionListDTO> subscriptionsGetWithHttpInfo(String xWSO2Tenant, Integer apiId, Integer appId) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID of the subscription (optional)appId - **Search condition**. Application ID of the subscription (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call subscriptionsGetAsync(String xWSO2Tenant, Integer apiId, Integer appId, ApiCallback<SubscriptionListDTO> callback) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID of the subscription (optional)appId - **Search condition**. Application ID of the subscription (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.