Get Collaboration Configuration

get

/documents/api/1.1/config/collaboration

Retrieve Collaboration configurations.

Request

There are no request parameters for this operation.

Response

Supported Media Types
  • application/json
  • application/xml
200 Response

The request was fulfilled.

Body
The response body includes information about Collaboration configurations.
Root Schema : CollaborationConfigurationResponse
The response body includes information about Collaboration configurations.
Example application/json

{
    "errorCode":"0",
    "cListURL":"http://service1-tenant1.dly.gemmain.shared.osn.oraclecorp.com:19200/osn/web/cList",
    "clientURL":"http://service1-tenant1.dly.gemmain.shared.osn.oraclecorp.com:19200/osn",
    "oAuthCListURL":"http://service1-tenant1.dly.gemmain.shared.osn.oraclecorp.com:19200/osnoauth/web/cList",
    "oAuthClientURL":"http://service1-tenant1.dly.gemmain.shared.osn.oraclecorp.com:19200/osnoauth",
    "restURL":"http://service1-tenant1.dly.gemmain.shared.osn.oraclecorp.com:19200/osn/social/api/v1",
    "serviceURL":"http://service1-tenant1.dly.gemmain.shared.osn.oraclecorp.com:19200/osn"
}

Examples

The following example will retrieve Collaboration configuration information.

GET .../config/collaboration

Request Header

None.

Request Body

None.

HTTP Status Code

HTTP_STATUS = 200

JSON Response

{
    "cListURL": "http://service1-tenant1.dly.gemmain.shared.osn.oraclecorp.com:19200/osn/web/cList",
    "clientURL": "http://service1-tenant1.dly.gemmain.shared.osn.oraclecorp.com:19200/osn",
    "errorCode": "0",
    "oAuthCListURL": "http://service1-tenant1.dly.gemmain.shared.osn.oraclecorp.com:19200/osnoauth/web/cList",
    "oAuthClientURL": "http://service1-tenant1.dly.gemmain.shared.osn.oraclecorp.com:19200/osnoauth",
    "restURL": "http://service1-tenant1.dly.gemmain.shared.osn.oraclecorp.com:19200/osn/social/api/v1",
    "serviceURL": "http://service1-tenant1.dly.gemmain.shared.osn.oraclecorp.com:19200/osn"
}