機械翻訳について

コラボレーション構成の取得

get

/documents/api/1.2/config/collaboration

コラボレーション構成を取得します。

リクエスト

この操作のリクエスト・パラメータはありません。

トップに戻る

レスポンス

サポートされるメディア・タイプ

200レスポンス

リクエストが処理されました。

本文 ()
ルート・スキーマ : CollaborationConfigurationResponse
タイプ: object
レスポンス本文には、コラボレーション構成に関する情報が含まれます。
ソースを表示
レスポンスの例(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"
}
先頭に戻る