公開アイテムを取得
/content/published/api/v1.1/items/{id}
公開された各アイテムには、次の情報があります:
- 標準フィールド: これらはシステムによって作成されたフィールドです。
- id: アイテムのID。
- type : アイテムのタイプ。
- name: アイテムの名前。
- typeCategory: タイプのカテゴリ。
- description : アイテムの説明。
- slug : 人間が判読可能な形式でコンテンツ・アイテムを識別するURLパーツ。
- language : アイテムの言語。
- createdDate : リクエストされたチャネルのアイテムの最初に公開された日付。
- updatedDate : リクエストされたチャネルのアイテムの最終公開日。
- mimeType : アイテムのmimeType。 コンテンツ・アイテムの場合はcontentItemとなり、デジタル・アセットの場合はimage/pngと同様になります。
- fileGroup : 品目のグループ。 指定可能な値は、contentItem、「イメージ」、「ファイル」、「ビデオ」です。
- ユーザー定義フィールド : これらは、タイプが定義されたときにユーザーによって作成されるフィールドです。 すべてのユーザー・フィールドは、fieldsノードで使用できます。
リクエスト・ヘッダー(オプション) :
| ヘッダー名 | ヘッダー値 |
|---|---|
| channelToken | {有効なチャネル・トークン値} |
| Accept | application/json |
リクエスト
- id: string
アイテムの一意の識別子(ID)。
- channelToken(optional): string
パブリッシュ・ターゲットのチャネル・トークン。 チャネル・トークンは、問合せパラメータまたはリクエスト・ヘッダーのいずれかとして提供する必要があります。
- expand(optional): string
Expandパラメータは、子リソース(参照アイテム)をアイテム・レスポンスとインラインで取得するオプションを提供します。 フィールド名またはallのコンマ区切りリストを受け入れます。 すべてのユーザー定義フィールド名にプレフィクスfieldsを付け、その後にピリオド(。)を付ける必要があります。 これらのフィールドが参照タイプである場合、リソースはレスポンス内でデータをインライン展開します。 フィールド名は大文字と小文字を区別します。 expandがall (小文字)として指定されると、リクエストされたアイテムの参照タイプのすべてのフィールドが展開されます。 展開が指定されていない場合、アイテム・レスポンスには参照されたアイテムへのリンクが含まれます。
このフォームの展開は1つのレベルのみでサポートされています。参照先フィールドの最初のレベルを超えて拡張するリクエストは、HTTP 400レスポンスを生成します。 リクエストされたアイテムのタイプ定義に従って展開に存在しないフィールドが含まれている場合、リソースはHTTP 400を生成します。
例 : expand= fields.field1, fields.field2
field1およびfield2を返します : このアイテムが属するタイプのユーザー定義フィールドの名前。
例 : expand= タクソノミ
このアイテムに割り当てられているすべてのカテゴリを含むタクソノミフィールドを返します。 タクソノミは、このアイテムの同じチャネルに公開する必要があります。
例 : expand= レンディション
このアイテムで使用可能なすべてのコンテンツ・レンディションを含むレンディションフィールドを返します。
例 : expand= すべて
このアイテムで使用可能なすべてのフィールド(分類およびレンディションを含む)を返します。 - links(optional): string
クライアントが結果に必要とするrel (リレーション)リンクのコンマ区切りのリストを受け入れます。 デフォルトでは、リソース内のすべての適用可能なリンクがレスポンスに含まれます。 可能な値は次のとおりです: self, canonical, describedby。
例: links=self,canonicalは、relプロパティselfまたはcanonicalを持つリンクのみを返します。
レスポンス
- application/json
200レスポンス
object- createdDate(optional): object createdDate
アイテムの作成日。 Map
having value, timezone, and description - description(optional): string
アイテムの説明。
- fields(optional): object fields
許可される追加プロパティ: additionalPropertiesユーザー定義フィールドのデータ。 Map
- fileExtension(optional): string
ファイルの拡張子。
- fileGroup(optional): string
- id(optional): string
アイテムのID。
- itemVariations(optional): array itemVariations
- language(optional): string
- links(optional): array links
リソースのリンク。
- mimeType(optional): string
- name(optional): string
アイテムの名前。
- renditions(optional): object RenditionsBean
- slug(optional): string
- taxonomies(optional): object TaxonomiesBean
- translatable(optional): boolean
- type(optional): string
アイテムのタイプ。
- typeCategory(optional): string
読取り専用:
true - updatedDate(optional): object updatedDate
アイテムの最終更新日。 Map
having value, timezone, and description
objectobject- items(optional): array items
アイテム・レンディション。
- links(optional): array links
object- items(optional): array items
アイテム・タクソノミ。
- links(optional): array links
リソース・リンク
objectobjectobject- id(optional): string
- isMaster(optional): boolean
- isPublished(optional): boolean
- lastModified(optional): string(date-time)
- links(optional): array links
- name(optional): string
- setId(optional): string
- slug(optional): string
- sourceId(optional): string
- sourceVersion(optional): integer(int32)
- status(optional): string
- type(optional): string
- value(optional): string
- varType(optional): string
object- href(optional): string
ターゲット・リソースURI。 それはテンプレートURIである可能性があります。 これはレスポンス取得の必須プロパティです。
- mediaType(optional): string
メディア・タイプ。
- method(optional): string
ターゲット・リソースへのアクセスに使用できるHTTPメソッド。
- profile(optional): string
ターゲット・リソースを記述するメタデータにリンクします。
- rel(optional): string
関係タイプ。 これはレスポンス取得の必須プロパティです。
- templated(optional): boolean
URIがテンプレートであるかどうか。
object- categories(optional): object TaxonomyCategories
CategoriesBean
- id(optional): string
タクソノミのId。
- links(optional): array links
- name(optional): string
タクソノミの名前
- shortName(optional): string
タクソノミの短縮名
object- items(optional): array items
タクソノミ・カテゴリ
object- apiName(optional): string
カテゴリのapiName
- id(optional): string
カテゴリのid。
- links(optional): array links
- name(optional): string
カテゴリの名前
- nodes(optional): array nodes
品目に割り当てられたカテゴリのノード。
array- Array of: object CategoryNodeItem
CategoryNodeBean
object- apiName(optional): string
カテゴリ・ノードのapiName。
- id(optional): string
カテゴリ・ノードのid。
- name(optional): string
カテゴリ・ノードの名前。
304レスポンス
400レスポンス
403レスポンス
404レスポンス
500レスポンス
例
次の例は、公開されたアイテムを読み取る方法を示しています。
curl -i -X GET -H "Accept:application/json" 'http://<hostname>/content/published/api/v1.1/items/{id}'
IDを持つ公開済アイテムを読み取ります: COREDEA9143F289F49BAAAF9832054B17D07、channelToken: f573b68c764a44f9bae0627140d8b0bd.
content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd
レスポンス本文
{
"id": "COREDEA9143F289F49BAAAF9832054B17D07",
"type": "Test521788296820009",
"name": "Test522465970992001",
"description": "Test522465971063002 description",
"typeCategory": "ContentType",
"slug": "1481786136407-test522465970992001",
"language": "en-US",
"translatable": false,
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "contentItem",
"mimeType": "contentItem",
"fileGroup": "contentItem",
"fields": {
"521736947983001testexp_number": null,
"521741018841007testexp_selfref": {
"id": "COREDEA9143F289F49BAAAF9832054B17D07",
"type": "Test521788296820009",
"name": "Test522465970992001",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741015735005testexp_ref1list": [
{
"id": "COREF0AB490473E44D3FABCFF78BE0DD9890",
"type": "Test521741379820007",
"name": "Test522438229663004",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREF0AB490473E44D3FABCFF78BE0DD9890?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"id": "CORE09BB238CB44E4A2CA2CEE5E90DE57CA3",
"type": "Test521741379820007",
"name": "Test522443736150006",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CORE09BB238CB44E4A2CA2CEE5E90DE57CA3?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
],
"521737484651003testexp_ref1": {
"id": "CORE1FF49BE9BA3E4B94B9915EBD7F6EAB7D",
"type": "Test521741379820007",
"name": "Test522451036022008",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CORE1FF49BE9BA3E4B94B9915EBD7F6EAB7D?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741020192009testexp_digital_ref": {
"id": "CONT3E3AFF31343940768BEBE5461F97A8BC",
"type": "DigitalAsset",
"name": "Test522387760830005.jpg",
"fileExtension": "jpg",
"typeCategory": "DigitalAssetType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT3E3AFF31343940768BEBE5461F97A8BC?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741021113001testexp_digital_reflist": [
{
"id": "CONT96692A3C727441C7A0E4D1F9CB27A622",
"type": "DigitalAsset",
"name": "Test522402763206006.jpg",
"fileExtension": "jpg",
"typeCategory": "DigitalAssetType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT96692A3C727441C7A0E4D1F9CB27A622?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"id": "CONTF954CD07CF11468CAF7EB292C3FA18C0",
"type": "DigitalAsset",
"name": "Test522410293593007.jpg",
"fileExtension": "jpg",
"typeCategory": "DigitalAssetType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONTF954CD07CF11468CAF7EB292C3FA18C0?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
]
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "canonical",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/metadata-catalog/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "describedby",
"method": "GET",
"mediaType": "application/schema+json"
}
]
}
これにより、IDがCOREDEA9143F289F49BAAAF9832054B17D07の公開済アイテムがchannelToken f573b68c764a44f9bae0627140d8b0bdで読み取られ、すべてのフィールド・データも展開されます。
content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?expand=all&channelToken=f573b68c764a44f9bae0627140d8b0bd
レスポンス本文
{
"id": "COREDEA9143F289F49BAAAF9832054B17D07",
"type": "Test521788296820009",
"name": "Test522465970992001",
"description": "Test522465971063002 description",
"typeCategory": "ContentType",
"slug": "1481786136407-test522465970992001",
"language": "en-US",
"translatable": false,
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "contentItem",
"mimeType": "contentItem",
"fileGroup": "contentItem",
"fields": {
"521736947983001testexp_number": null,
"521741018841007testexp_selfref": {
"id": "COREDEA9143F289F49BAAAF9832054B17D07",
"type": "Test521788296820009",
"name": "Test522465970992001",
"description": "Test522465971063002 description",
"typeCategory": "ContentType",
"slug": "1481786136407-test522465970992001",
"language": "en-US",
"translatable": false,
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "contentItem",
"mimeType": "contentItem",
"fileGroup": "contentItem",
"fields": {
"521736947983001testexp_number": null,
"521741018841007testexp_selfref": {
"id": "COREDEA9143F289F49BAAAF9832054B17D07",
"type": "Test521788296820009",
"name": "Test522465970992001",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741015735005testexp_ref1list": [
{
"id": "COREF0AB490473E44D3FABCFF78BE0DD9890",
"type": "Test521741379820007",
"name": "Test522438229663004",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREF0AB490473E44D3FABCFF78BE0DD9890?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"id": "CORE09BB238CB44E4A2CA2CEE5E90DE57CA3",
"type": "Test521741379820007",
"name": "Test522443736150006",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CORE09BB238CB44E4A2CA2CEE5E90DE57CA3?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
],
"521737484651003testexp_ref1": {
"id": "CORE1FF49BE9BA3E4B94B9915EBD7F6EAB7D",
"type": "Test521741379820007",
"name": "Test522451036022008",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CORE1FF49BE9BA3E4B94B9915EBD7F6EAB7D?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741020192009testexp_digital_ref": {
"id": "CONT3E3AFF31343940768BEBE5461F97A8BC",
"type": "DigitalAsset",
"name": "Test522387760830005.jpg",
"fileExtension": "jpg",
"typeCategory": "DigitalAssetType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT3E3AFF31343940768BEBE5461F97A8BC?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741021113001testexp_digital_reflist": [
{
"id": "CONT96692A3C727441C7A0E4D1F9CB27A622",
"type": "DigitalAsset",
"name": "Test522402763206006.jpg",
"fileExtension": "jpg",
"typeCategory": "DigitalAssetType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT96692A3C727441C7A0E4D1F9CB27A622?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"id": "CONTF954CD07CF11468CAF7EB292C3FA18C0",
"type": "DigitalAsset",
"name": "Test522410293593007.jpg",
"fileExtension": "jpg",
"typeCategory": "DigitalAssetType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONTF954CD07CF11468CAF7EB292C3FA18C0?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
]
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741015735005testexp_ref1list": [
{
"id": "COREF0AB490473E44D3FABCFF78BE0DD9890",
"type": "Test521741379820007",
"name": "Test522438229663004",
"description": "Test522438229719005 description",
"typeCategory": "ContentType",
"slug": "1481786136362-test522438229663004",
"language": "en-US",
"translatable": false,
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "contentItem",
"mimeType": "contentItem",
"fileGroup": "contentItem",
"fields": {
"521741021980005testexp_ref1": {
"id": "CORE95047AE9B19A47BBBB43228E51562E9F",
"type": "Test521788296820009",
"name": "Test522424146766000",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CORE95047AE9B19A47BBBB43228E51562E9F?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741021873003testexp_number": 40
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREF0AB490473E44D3FABCFF78BE0DD9890?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"id": "CORE09BB238CB44E4A2CA2CEE5E90DE57CA3",
"type": "Test521741379820007",
"name": "Test522443736150006",
"description": "Test522443736216007 description",
"typeCategory": "ContentType",
"slug": "1481786136374-test522443736150006",
"language": "en-US",
"translatable": false,
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "contentItem",
"mimeType": "contentItem",
"fileGroup": "contentItem",
"fields": {
"521741021980005testexp_ref1": {
"id": "CORE52FA403BCAE24C59854CDD09A629A535",
"type": "Test521788296820009",
"name": "Test522418464555008",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CORE52FA403BCAE24C59854CDD09A629A535?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741021873003testexp_number": 50
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CORE09BB238CB44E4A2CA2CEE5E90DE57CA3?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
],
"521737484651003testexp_ref1": {
"id": "CORE1FF49BE9BA3E4B94B9915EBD7F6EAB7D",
"type": "Test521741379820007",
"name": "Test522451036022008",
"description": "Test522451036102009 description",
"typeCategory": "ContentType",
"slug": "522456645488000-d$a(b)c",
"language": "en-US",
"translatable": false,
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "contentItem",
"mimeType": "contentItem",
"fileGroup": "contentItem",
"fields": {
"521741021980005testexp_ref1": {
"id": "COREBDFF7712168844788FEE5F09F5C3221C",
"type": "Test521741379820007",
"name": "Test522430350355002",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREBDFF7712168844788FEE5F09F5C3221C?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741021873003testexp_number": 60
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CORE1FF49BE9BA3E4B94B9915EBD7F6EAB7D?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741020192009testexp_digital_ref": {
"id": "CONT3E3AFF31343940768BEBE5461F97A8BC",
"type": "DigitalAsset",
"name": "Test522387760830005.jpg",
"description": "",
"typeCategory": "DigitalAssetType",
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "jpg",
"mimeType": "image/jpeg",
"fileGroup": "Images",
"fields": {
"metadata": {
"width": "5",
"height": "5"
},
"size": 631,
"native": {
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/native/Test522387760830005.jpg?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
"renditions": [
{
"name": "Thumbnail",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Thumbnail/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Thumbnail/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Medium",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Medium/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Medium/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Large",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Large/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Large/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Small",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Small/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Small/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
}
],
"mimeType": "image/jpeg",
"fileType": "jpeg"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT3E3AFF31343940768BEBE5461F97A8BC?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741021113001testexp_digital_reflist": [
{
"id": "CONT96692A3C727441C7A0E4D1F9CB27A622",
"type": "DigitalAsset",
"name": "Test522402763206006.jpg",
"description": "",
"typeCategory": "DigitalAssetType",
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "jpg",
"mimeType": "image/jpeg",
"fileGroup": "Images",
"fields": {
"metadata": {
"width": "5",
"height": "5"
},
"size": 631,
"native": {
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT96692A3C727441C7A0E4D1F9CB27A622/native/Test522402763206006.jpg?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
"renditions": [
{
"name": "Thumbnail",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT96692A3C727441C7A0E4D1F9CB27A622/Thumbnail/Test522402763206006.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT96692A3C727441C7A0E4D1F9CB27A622/Thumbnail/Test522402763206006.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Medium",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT96692A3C727441C7A0E4D1F9CB27A622/Medium/Test522402763206006.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT96692A3C727441C7A0E4D1F9CB27A622/Medium/Test522402763206006.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Large",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT96692A3C727441C7A0E4D1F9CB27A622/Large/Test522402763206006.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT96692A3C727441C7A0E4D1F9CB27A622/Large/Test522402763206006.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Small",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT96692A3C727441C7A0E4D1F9CB27A622/Small/Test522402763206006.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT96692A3C727441C7A0E4D1F9CB27A622/Small/Test522402763206006.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
}
],
"mimeType": "image/jpeg",
"fileType": "jpeg"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT96692A3C727441C7A0E4D1F9CB27A622?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"id": "CONTF954CD07CF11468CAF7EB292C3FA18C0",
"type": "DigitalAsset",
"name": "Test522410293593007.jpg",
"description": "",
"typeCategory": "DigitalAssetType",
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "jpg",
"fields": {
"metadata": {
"width": "5",
"height": "5"
},
"size": 631,
"native": {
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONTF954CD07CF11468CAF7EB292C3FA18C0/native/Test522410293593007.jpg?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
"renditions": [
{
"name": "Thumbnail",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONTF954CD07CF11468CAF7EB292C3FA18C0/Thumbnail/Test522410293593007.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONTF954CD07CF11468CAF7EB292C3FA18C0/Thumbnail/Test522410293593007.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Medium",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONTF954CD07CF11468CAF7EB292C3FA18C0/Medium/Test522410293593007.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONTF954CD07CF11468CAF7EB292C3FA18C0/Medium/Test522410293593007.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Large",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONTF954CD07CF11468CAF7EB292C3FA18C0/Large/Test522410293593007.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONTF954CD07CF11468CAF7EB292C3FA18C0/Large/Test522410293593007.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Small",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONTF954CD07CF11468CAF7EB292C3FA18C0/Small/Test522410293593007.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONTF954CD07CF11468CAF7EB292C3FA18C0/Small/Test522410293593007.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
}
],
"mimeType": "image/jpeg",
"fileType": "jpeg"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONTF954CD07CF11468CAF7EB292C3FA18C0?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
]
},
"taxonomies": {
"items": [
{
"id": "1F86FEB491E041A68CAE90851DF76A33",
"name": "Test521805686256003-taxonomyCars-assetExpand",
"shortName": "T26",
"categories": {
"items": [
{
"id": "F3BEB31A59EB4F10AB3A6850E374711C",
"name": "car two doors",
"apiName": "t26-c-c",
"nodes": [
{
"id": "0A98C1D090354636A895F1EE8971B545",
"name": "car small",
"apiName": "t26-c"
},
{
"id": "F3BEB31A59EB4F10AB3A6850E374711C",
"name": "car two doors",
"apiName": "t26-c-c"
}
],
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/taxonomies/1F86FEB491E041A68CAE90851DF76A33/categories/F3BEB31A59EB4F10AB3A6850E374711C?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"id": "819E762315AB41069BDBC9CAEA7481C4",
"name": "Car two doors",
"apiName": "t26-c-c1",
"nodes": [
{
"id": "F7AD4EF55DA0482C872F5FE8921613FF",
"name": "Car intermediate",
"apiName": "t26-c1"
},
{
"id": "819E762315AB41069BDBC9CAEA7481C4",
"name": "Car two doors",
"apiName": "t26-c-c1"
}
],
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/taxonomies/1F86FEB491E041A68CAE90851DF76A33/categories/819E762315AB41069BDBC9CAEA7481C4?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
]
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/taxonomies/1F86FEB491E041A68CAE90851DF76A33?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
]
},
"renditions": {
"items": [
{
"apiName": "summary",
"formats": [
{
"format": "desktop",
"links": [
{
"href": "http://<hostname>/content/published/api/v1.1/assets/COREDEA9143F289F49BAAAF9832054B17D07/renditions/summary?format=desktop&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"format": "mobile",
"links": [
{
"href": "http://<hostname>/content/published/api/v1.1/assets/COREDEA9143F289F49BAAAF9832054B17D07/renditions/summary?format=mobile&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
],
"type": "layoutrendition"
}
]
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=all",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=all",
"rel": "canonical",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/metadata-catalog/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "describedby",
"method": "GET",
"mediaType": "application/schema+json"
}
]
}
これは、channelTokenを使用してIDがCOREDEA9143F289F49BAAAF9832054B17D07の公開済アイテムを読み取ります: f573b68c764a44f9bae0627140d8b0bdでは、一方のフィールド・データも展開します。
content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?expand=all&channelToken=f573b68c764a44f9bae0627140d8b0bd
レスポンス本文
{
"id": "COREDEA9143F289F49BAAAF9832054B17D07",
"type": "Test521788296820009",
"name": "Test522465970992001",
"description": "Test522465971063002 description",
"typeCategory": "ContentType",
"slug": "1481786136407-test522465970992001",
"language": "en-US",
"translatable": false,
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "contentItem",
"mimeType": "contentItem",
"fileGroup": "contentItem",
"fields": {
"521736947983001testexp_number": null,
"521741018841007testexp_selfref": {
"id": "COREDEA9143F289F49BAAAF9832054B17D07",
"type": "Test521788296820009",
"name": "Test522465970992001",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741015735005testexp_ref1list": [
{
"id": "COREF0AB490473E44D3FABCFF78BE0DD9890",
"type": "Test521741379820007",
"name": "Test522438229663004",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREF0AB490473E44D3FABCFF78BE0DD9890?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"id": "CORE09BB238CB44E4A2CA2CEE5E90DE57CA3",
"type": "Test521741379820007",
"name": "Test522443736150006",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CORE09BB238CB44E4A2CA2CEE5E90DE57CA3?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
],
"521737484651003testexp_ref1": {
"id": "CORE1FF49BE9BA3E4B94B9915EBD7F6EAB7D",
"type": "Test521741379820007",
"name": "Test522451036022008",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CORE1FF49BE9BA3E4B94B9915EBD7F6EAB7D?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741020192009testexp_digital_ref": {
"id": "CONT3E3AFF31343940768BEBE5461F97A8BC",
"type": "DigitalAsset",
"name": "Test522387760830005.jpg",
"description": "",
"typeCategory": "DigitalAssetType",
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "jpg",
"mimeType": "image/jpeg",
"fileGroup": "Images",
"fields": {
"metadata": {
"width": "5",
"height": "5"
},
"size": 631,
"native": {
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/native/Test522387760830005.jpg?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
"renditions": [
{
"name": "Thumbnail",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Thumbnail/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Thumbnail/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Medium",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Medium/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Medium/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Large",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Large/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Large/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Small",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Small/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Small/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
}
],
"mimeType": "image/jpeg",
"fileType": "jpeg"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT3E3AFF31343940768BEBE5461F97A8BC?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741021113001testexp_digital_reflist": [
{
"id": "CONT96692A3C727441C7A0E4D1F9CB27A622",
"type": "DigitalAsset",
"name": "Test522402763206006.jpg",
"fileExtension": "jpg",
"typeCategory": "DigitalAssetType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT96692A3C727441C7A0E4D1F9CB27A622?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"id": "CONTF954CD07CF11468CAF7EB292C3FA18C0",
"type": "DigitalAsset",
"name": "Test522410293593007.jpg",
"fileExtension": "jpg",
"typeCategory": "DigitalAssetType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONTF954CD07CF11468CAF7EB292C3FA18C0?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
]
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=fields.521741020192009testexp_digital_ref",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=fields.521741020192009testexp_digital_ref",
"rel": "canonical",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/metadata-catalog/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "describedby",
"method": "GET",
"mediaType": "application/schema+json"
}
]
}
これは、channelTokenを使用してIDがCOREDEA9143F289F49BAAAF9832054B17D07の公開済アイテムを読み取ります: タクソノミ・データも展開している間のf573b68c764a44f9bae0627140d8b0bd。
/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?expand=taxonomies&channelToken=f573b68c764a44f9bae0627140d8b0bd
レスポンス本文
{
"id": "COREDEA9143F289F49BAAAF9832054B17D07",
"type": "Test521788296820009",
"name": "Test522465970992001",
"description": "Test522465971063002 description",
"typeCategory": "ContentType",
"slug": "1481786136407-test522465970992001",
"language": "en-US",
"translatable": false,
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "contentItem",
"mimeType": "contentItem",
"fileGroup": "contentItem",
"fields": {
"521736947983001testexp_number": null,
"521741018841007testexp_selfref": {
"id": "COREDEA9143F289F49BAAAF9832054B17D07",
"type": "Test521788296820009",
"name": "Test522465970992001",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741015735005testexp_ref1list": [
{
"id": "COREF0AB490473E44D3FABCFF78BE0DD9890",
"type": "Test521741379820007",
"name": "Test522438229663004",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREF0AB490473E44D3FABCFF78BE0DD9890?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"id": "CORE09BB238CB44E4A2CA2CEE5E90DE57CA3",
"type": "Test521741379820007",
"name": "Test522443736150006",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CORE09BB238CB44E4A2CA2CEE5E90DE57CA3?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
],
"521737484651003testexp_ref1": {
"id": "CORE1FF49BE9BA3E4B94B9915EBD7F6EAB7D",
"type": "Test521741379820007",
"name": "Test522451036022008",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CORE1FF49BE9BA3E4B94B9915EBD7F6EAB7D?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741020192009testexp_digital_ref": {
"id": "CONT3E3AFF31343940768BEBE5461F97A8BC",
"type": "DigitalAsset",
"name": "Test522387760830005.jpg",
"fileExtension": "jpg",
"typeCategory": "DigitalAssetType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT3E3AFF31343940768BEBE5461F97A8BC?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741021113001testexp_digital_reflist": [
{
"id": "CONT96692A3C727441C7A0E4D1F9CB27A622",
"type": "DigitalAsset",
"name": "Test522402763206006.jpg",
"fileExtension": "jpg",
"typeCategory": "DigitalAssetType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT96692A3C727441C7A0E4D1F9CB27A622?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"id": "CONTF954CD07CF11468CAF7EB292C3FA18C0",
"type": "DigitalAsset",
"name": "Test522410293593007.jpg",
"fileExtension": "jpg",
"typeCategory": "DigitalAssetType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONTF954CD07CF11468CAF7EB292C3FA18C0?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
]
},
"taxonomies": {
"items": [
{
"id": "1F86FEB491E041A68CAE90851DF76A33",
"name": "Test521805686256003-taxonomyCars-assetExpand",
"shortName": "T26",
"categories": {
"items": [
{
"id": "F3BEB31A59EB4F10AB3A6850E374711C",
"name": "car two doors",
"apiName": "t26-c-c",
"nodes": [
{
"id": "0A98C1D090354636A895F1EE8971B545",
"name": "car small",
"apiName": "t26-c"
},
{
"id": "F3BEB31A59EB4F10AB3A6850E374711C",
"name": "car two doors",
"apiName": "t26-c-c"
}
],
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/taxonomies/1F86FEB491E041A68CAE90851DF76A33/categories/F3BEB31A59EB4F10AB3A6850E374711C?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"id": "819E762315AB41069BDBC9CAEA7481C4",
"name": "Car two doors",
"apiName": "t26-c-c1",
"nodes": [
{
"id": "F7AD4EF55DA0482C872F5FE8921613FF",
"name": "Car intermediate",
"apiName": "t26-c1"
},
{
"id": "819E762315AB41069BDBC9CAEA7481C4",
"name": "Car two doors",
"apiName": "t26-c-c1"
}
],
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/taxonomies/1F86FEB491E041A68CAE90851DF76A33/categories/819E762315AB41069BDBC9CAEA7481C4?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
]
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/taxonomies/1F86FEB491E041A68CAE90851DF76A33?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
]
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=taxonomies",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=taxonomies",
"rel": "canonical",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/metadata-catalog/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "describedby",
"method": "GET",
"mediaType": "application/schema+json"
}
]
}
これは、channelTokenを使用してIDがCOREDEA9143F289F49BAAAF9832054B17D07の公開済アイテムを読み取ります: f573b68c764a44f9bae0627140d8b0bdwhileは、htmlレンディションの展開も行います。
/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?expand=renditions&channelToken=f573b68c764a44f9bae0627140d8b0b
レスポンス本文
{
"id": "COREDEA9143F289F49BAAAF9832054B17D07",
"type": "Test521788296820009",
"name": "Test522465970992001",
"description": "Test522465971063002 description",
"typeCategory": "ContentType",
"slug": "1481786136407-test522465970992001",
"language": "en-US",
"translatable": false,
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "contentItem",
"fields": {
"521736947983001testexp_number": null,
"521741018841007testexp_selfref": {
"id": "COREDEA9143F289F49BAAAF9832054B17D07",
"type": "Test521788296820009",
"name": "Test522465970992001",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741015735005testexp_ref1list": [
{
"id": "COREF0AB490473E44D3FABCFF78BE0DD9890",
"type": "Test521741379820007",
"name": "Test522438229663004",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREF0AB490473E44D3FABCFF78BE0DD9890?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"id": "CORE09BB238CB44E4A2CA2CEE5E90DE57CA3",
"type": "Test521741379820007",
"name": "Test522443736150006",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CORE09BB238CB44E4A2CA2CEE5E90DE57CA3?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
],
"521737484651003testexp_ref1": {
"id": "CORE1FF49BE9BA3E4B94B9915EBD7F6EAB7D",
"type": "Test521741379820007",
"name": "Test522451036022008",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CORE1FF49BE9BA3E4B94B9915EBD7F6EAB7D?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741020192009testexp_digital_ref": {
"id": "CONT3E3AFF31343940768BEBE5461F97A8BC",
"type": "DigitalAsset",
"name": "Test522387760830005.jpg",
"fileExtension": "jpg",
"typeCategory": "DigitalAssetType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT3E3AFF31343940768BEBE5461F97A8BC?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741021113001testexp_digital_reflist": [
{
"id": "CONT96692A3C727441C7A0E4D1F9CB27A622",
"type": "DigitalAsset",
"name": "Test522402763206006.jpg",
"fileExtension": "jpg",
"typeCategory": "DigitalAssetType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT96692A3C727441C7A0E4D1F9CB27A622?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"id": "CONTF954CD07CF11468CAF7EB292C3FA18C0",
"type": "DigitalAsset",
"name": "Test522410293593007.jpg",
"fileExtension": "jpg",
"typeCategory": "DigitalAssetType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONTF954CD07CF11468CAF7EB292C3FA18C0?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
]
},
"renditions": {
"items": [
{
"apiName": "summary",
"formats": [
{
"format": "desktop",
"links": [
{
"href": "http://<hostname>/content/published/api/v1.1/assets/COREDEA9143F289F49BAAAF9832054B17D07/renditions/summary?format=desktop&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"format": "mobile",
"links": [
{
"href": "http://<hostname>/content/published/api/v1.1/assets/COREDEA9143F289F49BAAAF9832054B17D07/renditions/summary?format=mobile&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
],
"type": "layoutrendition"
}
]
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=renditions",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=renditions",
"rel": "canonical",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/metadata-catalog/items/COREDEA9143F289F49BAAAF9832054B17D07?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "describedby",
"method": "GET",
"mediaType": "application/schema+json"
}
]
}
これは、channelTokenを使用してIDがCONT3E3AFF31343940768BEBE5461F97A8BCの公開済アイテムを読み取ります: f573b68c764a44f9bae0627140d8b0bdおよびすべてのフィールド・データの展開。 このアセットには言語がありません。
/content/published/api/v1.1/items/CONT3E3AFF31343940768BEBE5461F97A8BC?expand=all&channelToken=f573b68c764a44f9bae0627140d8b0bd
レスポンス本文
{
"id": "CONT3E3AFF31343940768BEBE5461F97A8BC",
"type": "DigitalAsset",
"name": "Test522387760830005.jpg",
"description": "",
"typeCategory": "DigitalAssetType",
"translatable": false,
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "jpg",
"mimeType": "image/jpeg",
"fileGroup": "Images",
"fields": {
"metadata": {
"width": "5",
"height": "5"
},
"size": 631,
"native": {
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/native/Test522387760830005.jpg?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
"renditions": [
{
"name": "Thumbnail",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Thumbnail/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Thumbnail/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Medium",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Medium/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Medium/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Large",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Large/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Large/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Small",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Small/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Small/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
}
],
"mimeType": "image/jpeg",
"fileType": "jpeg"
},
"taxonomies": {
"items": []
},
"renditions": {
"items": [
{
"apiName": "summary",
"formats": [
{
"format": "desktop",
"links": [
{
"href": "http://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/renditions/summary?format=desktop&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"format": "mobile",
"links": [
{
"href": "http://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/renditions/summary?format=mobile&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
],
"type": "layoutrendition"
}
]
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT3E3AFF31343940768BEBE5461F97A8BC?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=all",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT3E3AFF31343940768BEBE5461F97A8BC?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=all",
"rel": "canonical",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/metadata-catalog/items/CONT3E3AFF31343940768BEBE5461F97A8BC?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "describedby",
"method": "GET",
"mediaType": "application/schema+json"
}
]
}
これは、channelTokenを使用してIDがCONT3E3AFF31343940768BEBE5461F97A8BCの公開済アイテムを読み取ります: f573b68c764a44f9bae0627140d8b0bdおよびすべてのフィールド・データの展開。 このアセットには言語が関連付けられています。
/content/published/api/v1.1/items/CONT3E3AFF31343940768BEBE5461F97A8BC?expand=all&channelToken=f573b68c764a44f9bae0627140d8b0bd
レスポンス本文
{
"id": "CONT3E3AFF31343940768BEBE5461F97A8BC",
"type": "DigitalAsset",
"name": "Test522387760830005.jpg",
"description": "",
"typeCategory": "DigitalAssetType",
"language": "en-US",
"translatable": false,
"createdDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"updatedDate": {
"value": "2020-07-03T07:22:31.732Z",
"timezone": "UTC"
},
"fileExtension": "jpg",
"mimeType": "image/jpeg",
"fileGroup": "Images",
"fields": {
"metadata": {
"width": "5",
"height": "5"
},
"size": 631,
"native": {
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/native/Test522387760830005.jpg?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
"renditions": [
{
"name": "Thumbnail",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Thumbnail/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Thumbnail/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Medium",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Medium/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Medium/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Large",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Large/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Large/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
},
{
"name": "Small",
"formats": [
{
"format": "jpg",
"size": 631,
"mimeType": "image/jpeg",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Small/Test522387760830005.jpg?format=jpg&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/jpeg"
}
]
},
{
"format": "webp",
"size": 0,
"mimeType": "image/webp",
"metadata": {
"width": "5",
"height": "5"
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/Small/Test522387760830005.jpg?format=webp&type=responsiveimage&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "image/webp"
}
]
}
],
"type": "responsiveimage"
}
],
"mimeType": "image/jpeg",
"fileType": "jpeg"
},
"taxonomies": {
"items": []
},
"renditions": {
"items": [
{
"apiName": "summary",
"formats": [
{
"format": "desktop",
"links": [
{
"href": "http://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/renditions/summary?format=desktop&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
{
"format": "mobile",
"links": [
{
"href": "http://<hostname>/content/published/api/v1.1/assets/CONT3E3AFF31343940768BEBE5461F97A8BC/renditions/summary?format=mobile&channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
}
],
"type": "layoutrendition"
}
]
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT3E3AFF31343940768BEBE5461F97A8BC?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=all",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/items/CONT3E3AFF31343940768BEBE5461F97A8BC?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=all",
"rel": "canonical",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/metadata-catalog/items/CONT3E3AFF31343940768BEBE5461F97A8BC?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "describedby",
"method": "GET",
"mediaType": "application/schema+json"
}
]
}
}