Get the specific property value for a property from the application settings.
Perform an HTTP GET request at the following URL:
http://host:port/[public/]odata/applications/{v1|latest}/{appid}/Connections(‘{appcid}’)/<property-name>
If successful, returns a 200 OK status code and an HTTP response body with the application settings.
GET /odata/applications/v1/com.sap.myapp/Connections('b6d50e93-bcaa-439d-9741-660a3cb56771')/DeviceType HTTP/1.1 Cookie: X-SUP-APPCID=b6d50e93-bcaa-439d-9741-660a3cb56771; X-SUP-SESSID=97ts80gwhxkc Host: supserver:8000 Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.3 (java 1.5) Authorization: Basic REVWMDAwMTppbml0aWFs
HTTP response header:
HTTP/1.1 200 OK Content-Type: application/xml;charset=utf-8 Expires: Thu, 01 Jan 1970 00:00:00 GMT Set-Cookie: X-SUP-APPCID=b6d50e93-bcaa-439d-9741-660a3cb56771 DataServiceVersion: 1.0 Date: Mon, 13 Aug 2012 23:00:27 GMT Transfer-Encoding: chunked
HTTP response body:
<?xml version='1.0' encoding='utf-8'?> <DeviceType xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices"> Windows </DeviceType>