GET https://apis.wso2.com/api/am/publisher/v0.16/applications/{applicationId}
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
Not required
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Path |
applicationId required |
**Application Identifier** consisting of the UUID of the Application. |
String | |
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 | |
Header |
If-Modified-Since optional |
Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource (Will be supported in future). |
String |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK. Application returned. |
Application |
304 |
Not Modified. Empty body because the client has already the latest version of the requested resource (Will be supported in future). |
|
404 |
Not Found. Requested application does not exist. |
Error |
406 |
Not Acceptable. The requested media type is not supported |
Error |