Get application details\n
https://apis.wso2.com/api/am/publisher/v0.9/applications/{applicationId}
GET
apim:api_create
curl -H "Authorization: Bearer b0982cd2aacd463ff5f63cd5ebe58f4a" http://127.0.0.1:9763/api/am/publisher/v0.9/applications/896658a0-b4ee-4535-bbfa-806c894a4015
HTTP/1.1 200 OK
Content-Type: application/json
{
"groupId": "",
"subscriber": "admin",
"throttlingTier": "Unlimited",
"applicationId": "896658a0-b4ee-4535-bbfa-806c894a4015",
"description": null,
"name": "DefaultApplication"
}
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Path |
applicationId required |
**Application Identifier** consisting of the UUID of the Application.\n |
String | |
Header |
Accept optional |
Media types acceptable for the response. Default is JSON.\n |
String |
JSON |
Header |
If-None-Match optional |
Validator for conditional requests; based on the ETag of the formerly retrieved\nvariant of the resourec.\n |
String | |
Header |
If-Modified-Since optional |
Validator for conditional requests; based on Last Modified header of the\nformerly retrieved variant of the resource.\n |
String |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK.\nApplication returned.\n |
Application |
304 |
Not Modified.\nEmpty body because the client has already the latest version of the requested resource.\n |
|
404 |
Not Found.\nRequested application does not exist.\n |
Error |
406 |
Not Acceptable.\nThe requested media type is not supported\n |
Error |