v1
latestOpenAPI 3.0.12026-07-17387979.8 KBSubscription Validation
Get all apis
This will provide access to apis in database.
get/apis
Query parameters
apiIdstring
Search condition. Api ID
contextstring
Search condition. context of the api
versionstring
Search condition. versio of the api
gatewayLabelstring
Search condition. label associated with the APIs
expandboolean
Defines whether the returned response should contain full details of API
Headers
xWSO2Tenantstring required
This is used to specify the tenant domain, where the resource need to be retrieved from.
Acceptstring
Media types acceptable for the response. Default is application/json.
Response
An array of APIs in the database
Example response
{
"count": 1,
"list": [
{
"apiType": "APIProduct",
"status": "APIProduct",
"organization": "wso2.com",
"securityScheme": "Oauth2,api_key",
"subtype": "Default"
}
],
"pagination": {
"limit": 1,
"total": 10
}
}