GET applications/{applicationId}
Gets the identified Application in consumer's Environment.
Remarks
C4M Error Code returned:
- null - Application returned successfully. 
- ApplicationNotFound - The requested application does not exist on this environment. 
- 403 - Forbidden - The authenticated user doesn't have permission to access the resource. 
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| applicationId | Application identifier. | Define this parameter in the request URI. | 
Response Information
Application as ApplicationResponseDto registered in environment with the given Id.
Response body formats
application/json, text/json
					Sample:
							
    {
  "platform": 0,
  "alias": "My Android App",
  "id": 1,
  "packageName": "com.example.myandroidapp"
}