スキンを取得します
取得
/v1/portal/portals/{portalId}/skins
リスト・ラッパー内のポータルのスキンに関する情報を返します
リクエスト
パス・パラメータ
- portalId: string
ポータルの短縮ID。
問合せパラメータ
レスポンス
サポートされているメディア・タイプ
- application/json
403レスポンス
無効なutokenが指定されました
例
このエンドポイントを使用して、ポータルのスキンの情報を取得します。
ポータルのスキンの情報を取得するには、RESTリソースでGETリクエストを発行します。リクエストでは、詳細を取得するポータルIDを指定する必要があります。問合せパラメータを使用して、結果をフィルタできます。次の書式を使用し、cURLを使用してGETリクエストを発行します。
curl -i -X GET
http://hostname:port/rest/api/v1/portal/portals/{portalId}/skins?utoken=utoken
-H 'Content-Type: application/json'
説明:
HTTPステータス・コード
HTTP_STATUS = 200
レスポンス本文の例
この例では、ポータルで使用可能なスキンの情報を表示できます。JSON形式のレスポンス本文のコンテンツはJSON形式です。
"resourceType": "urn:oracle:webcenter:portal:skins",
"startIndex": 0,
"itemsPerPage": 10,
"items": [
{
"links": [
{
"rel": "self",
"resourceType": "urn:oracle:webcenter:portal:skin",
"capabilities": "urn:oracle:webcenter:update urn:oracle:webcenter:read",
"
},
],
"resourceType": "urn:oracle:webcenter:portal:skin",
"skinId": "webcenter-portal.desktop",
"skinFamily": "webcenter-portal",
"skinExtends": "webcenterfx.desktop",
"translatedDescription": "WebCenter Portal Skin",
"visible": true,
"displayName": "WebCenter Portal",
"customAttributes": {},
"descriptionKey": "PORTALFX.DESCRIPTION",
"displayNameKey": "PORTALFX.DISPLAYNAME",
"usesCustomSecurity": false,
"seeded": true,
"contentDir": "/oracle/webcenter/siteresources/shared",
"logoURL": "/adf/webcenter/srm_dflt_logo_qualifier.png",
"resourceBundle": "oracle.webcenter.webcenterapp.resource.WebCenterResourceBundle",
"name": "WebCenter Portal",
"namespace": "skin",
"modifier": "system",
"modified": "2018-07-26T01:46:19.215Z",
"creator": "system",
"description": "WebCenter Portal Skin",
"currentVersionId": "59f92977-e8cd-468c-802e-34b5745acd03",
"created": "2018-07-26T01:46:19.215Z",
"securityId": "oracle_webcenter_siteresource_4b47_b98f_2bda6456db37",
"documentRef": "/META-INF/adf/spaces/skins/webcenter-portal/webcenter-portal.css",
"shortId": "HA",
"locale": "en_US",
"id": "1da6456db37"
},