コラボレーション構成の取得
get
/documents/api/1.2/config/collaboration
コラボレーション構成を取得します。
リクエスト
この操作のリクエスト・パラメータはありません。
トップに戻るレスポンス
サポートされるメディア・タイプ
- application/json
- application/xml
200レスポンス
リクエストが処理されました。
ルート・スキーマ : CollaborationConfigurationResponse
タイプ:
object
レスポンス本文には、コラボレーション構成に関する情報が含まれます。
ソースを表示
- clientURL(optional): string
コラボレーション・クライアントURL。
- cListURL(optional): string
コラボレーションcList URL。
- errorCode(optional): number
エラー・コードがゼロ(0)の場合は、エラーなしです
- oAuthClientURL(optional): string
コラボレーションのOAuthクライアントURL。
- oAuthCListURL(optional): string
コラボレーションOAuth cList URL。
- restURL(optional): string
コラボレーションREST URL。
- serviceURL(optional): string
CollaborationサービスURL
レスポンスの例(application/json)
{
"errorCode":"0",
"cListURL":"http://service1-tenant1.dly.gemmain.shared.cec.oraclecorp.com:19200/osn/web/cList",
"clientURL":"http://service1-tenant1.dly.gemmain.shared.cec.oraclecorp.com:19200/osn",
"oAuthCListURL":"http://service1-tenant1.dly.gemmain.shared.cec.oraclecorp.com:19200/osnoauth/web/cList",
"oAuthClientURL":"http://service1-tenant1.dly.gemmain.shared.cec.oraclecorp.com:19200/osnoauth",
"restURL":"http://service1-tenant1.dly.gemmain.shared.cec.oraclecorp.com:19200/osn/social/api/v1",
"serviceURL":"http://service1-tenant1.dly.gemmain.shared.cec.oraclecorp.com:19200/osn"
}
例
次の例では、コラボレーション構成情報を取得します。
GET .../config/collaboration
リクエスト・ヘッダー
なし。
リクエスト本文
なし。
HTTPステータス・コード
HTTP_STATUS = 200
JSONレスポンス
{ "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" }