REST API Connection Attributes Example

The connection attributes are returned when you send a request to log into an Oracle CRM On Demand server session.

To return the connection attributes, send an HTTP GET request to the following URL:

/OnDemand/user/Rest/Connection

The REST API request returns the connection response with the following attributes. Some values of the attributes are context-sensitive. For more information about connection attributes, see REST API Connection Attributes.

{
   "Connection": {
   "apiVersion": "028",
   "apiVersionMinimum": "026",
   "clientHelpURL": "https://support.oracle.com/epmos/faces/DocumentDisplay?id=1802485.1",
   "dateFormatLocale": "yyyy-MM-dd, yyyy-MM-dd'T'HH:mm:ss'Z'",
   "languageLocale": "ENU",
   "maximumFileSize": 20,
   "Version": "028.009.000",
   "ServerDate": "2014-12-10T10:55:36Z",
   "LastLoggedIn": "2014-12-08T13:22:41Z",
   "UserLoginId": "REST/USER1",
   "UserId": "1QA2-21ATBK",
   "TenantId": "1QA2-21AI7F",
   "CompanyName": "rest"
 }
}