Oracle CRM On Demand REST API Developer's Guide > Using the Oracle CRM On Demand REST API > Getting a List of Available Oracle CRM On Demand Versions >

Getting A Specific Oracle CRM On Demand Version Description


The following details are for a request to get a description of a specific version of Oracle CRM On Demand from the Oracle CRM On Demand Server:

  • URL: /OnDemand/user/Rest/028/versions
  • HTTP Method: GET
  • Content-Type: None
  • Request body: None

The following are the details for the response to a successful request:

  • HTTP Code: 200
  • Content-Type: application/vnd.oracle.adf.description+json
  • Response body:

{
     "versions": [
       {
           "version": "028",
           "lifecycle": "active",
           "isLatest": true,
           "catalog": {
           "links": {
              "self": {
               "rel": "self",
               "href": "/OnDemand/user/Rest/028/describe"
              },
              "canonical": {
               "rel": "canonical",
               "href": "/OnDemand/user/Rest/028/describe"
              }
            }
              },
              "links": {
               "self": {
                "rel": "self",
                "href": "/OnDemand/user/Rest/028/versions"
               },
                "canonical": {
                   "rel": "canonical",
                   "href": "/OnDemand/user/Rest/028/versions"
                },
                "predecessor-version": {
                   "rel": "predecessor-version",
                   "href": "/OnDemand/user/Rest/latest/versions"
                },
                "current": {
                   "rel": "current",
                   "href": "/OnDemand/user/Rest/028/versions"
                }
            }
        }
    ]
}

Oracle CRM On Demand REST API Developer's Guide, Release 32 Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.