スラグによる公開アイテムの取得
get
/content/published/api/v1.1/items/.by.slug/{slug}
固有のスラグ値によってパブリッシュ済のアイテムを返します。
リクエスト
パス・パラメータ
- slug: string
パブリッシュ済アイテムのスラグ値。 slug内の特殊文字はすべてエンコードする必要があります。
問合せパラメータ
- 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レスポンス
操作の成功
ルート・スキーマ : アイテム
型:
objectItem
Show Source
- 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
ネストされたスキーマ : createdDate
型:
objectアイテムの作成日。 Map having value, timezone, and description
ネストされたスキーマ : RenditionsBean
型:
Show Source
object- items(optional): array items
アイテム・レンディション。
- links(optional): array links
ネストされたスキーマ : TaxonomiesBean
型:
Show Source
object- items(optional): array items
アイテム・タクソノミ。
- links(optional): array links
リソース・リンク
ネストされたスキーマ : updatedDate
型:
objectアイテムの最終更新日。 Map having value, timezone, and description
ネストされたスキーマ : additionalProperties
型:
objectネストされたスキーマ : ItemVariation
型:
Show Source
object- 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リソースのリンク。
Show Source
- href(optional): string
ターゲット・リソースURI。 それはテンプレートURIである可能性があります。 これはレスポンス取得の必須プロパティです。
- mediaType(optional): string
メディア・タイプ。
- method(optional): string
ターゲット・リソースへのアクセスに使用できるHTTPメソッド。
- profile(optional): string
ターゲット・リソースを記述するメタデータにリンクします。
- rel(optional): string
関係タイプ。 これはレスポンス取得の必須プロパティです。
- templated(optional): boolean
URIがテンプレートであるかどうか。
ネストされたスキーマ : TaxonomyItem
型:
objectTaxonomyItem
Show Source
- categories(optional): object TaxonomyCategories
CategoriesBean
- id(optional): string
タクソノミのId。
- links(optional): array links
- name(optional): string
タクソノミの名前
- shortName(optional): string
タクソノミの短縮名
ネストされたスキーマ : TaxonomyCategories
型:
objectCategoriesBean
Show Source
- items(optional): array items
タクソノミ・カテゴリ
ネストされたスキーマ : CategoryItem
型:
objectCategoryItem
Show Source
- apiName(optional): string
カテゴリのapiName
- id(optional): string
カテゴリのid。
- links(optional): array links
- name(optional): string
カテゴリの名前
- nodes(optional): array nodes
品目に割り当てられたカテゴリのノード。
ネストされたスキーマ : nodes
型:
array品目に割り当てられたカテゴリのノード。
Show Source
- Array of: object CategoryNodeItem
CategoryNodeBean
ネストされたスキーマ : CategoryNodeItem
型:
objectCategoryNodeBean
Show Source
- 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/.by.slug/{slug}'
例1
Slugを使用して公開されたアイテムを読み取ります: 1481786136407-test522465970992001、channelToken: f573b68c764a44f9bae0627140d8b0bd.
/content/published/api/v1.1/items/.by.slug/1481786136407-test522465970992001?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/.by.slug/1481786136407-test522465970992001?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/.by.slug/1481786136362-test522438229663004?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/.by.slug/1481786136374-test522443736150006?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/.by.slug/522456645488000-d%24a%28b%29c?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/.by.slug/1481786136407-test522465970992001?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/items/.by.slug/1481786136407-test522465970992001?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "canonical",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/metadata-catalog/items/.by.slug/1481786136407-test522465970992001?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "describedby",
"method": "GET",
"mediaType": "application/schema+json"
}
]
}
例2
Slugを使用して公開されたアイテムを読み取ります: すべてのフィールド・データを展開しながら、channelToken f573b68c764a44f9bae0627140d8b0bdを使用した1481786136407-test522465970992001。
/content/published/api/v1.1/items/.by.slug/1481786136407-test522465970992001?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/.by.slug/1481786136407-test522465970992001?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/.by.slug/1481786136362-test522438229663004?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/.by.slug/1481786136374-test522443736150006?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/.by.slug/522456645488000-d%24a%28b%29c?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/.by.slug/1481786136407-test522465970992001?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/.by.slug/1481786136344-test522424146766000?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741021873003testexp_number": 40
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/.by.slug/1481786136362-test522438229663004?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/.by.slug/1481786136335-test522418464555008?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741021873003testexp_number": 50
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/.by.slug/1481786136374-test522443736150006?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/.by.slug/1481786136353-test522430350355002?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
}
]
},
"521741021873003testexp_number": 60
},
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/.by.slug/522456645488000-d%24a%28b%29c?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",
"mimeType": "image/jpeg",
"fileGroup": "Images",
"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/.by.slug/1481786136407-test522465970992001?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=all",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/items/.by.slug/1481786136407-test522465970992001?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=all",
"rel": "canonical",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/metadata-catalog/items/.by.slug/1481786136407-test522465970992001?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "describedby",
"method": "GET",
"mediaType": "application/schema+json"
}
]
}
例3
これは、channelTokenでslug 1481786136407-test522465970992001を使用して公開されたアイテムを読み取ります: f573b68c764a44f9bae0627140d8b0bdでは、一方のフィールド・データも展開します。
/content/published/api/v1.1/items/.by.slug/1481786136407-test522465970992001?expand=fields.521741020192009testexp_digital_ref&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/.by.slug/1481786136407-test522465970992001?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/.by.slug/1481786136362-test522438229663004?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/.by.slug/1481786136374-test522443736150006?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/.by.slug/522456645488000-d%24a%28b%29c?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/.by.slug/1481786136407-test522465970992001?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=fields.521741020192009testexp_digital_ref",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/items/.by.slug/1481786136407-test522465970992001?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/.by.slug/1481786136407-test522465970992001?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "describedby",
"method": "GET",
"mediaType": "application/schema+json"
}
]
}
例4
これは、channelTokenでslug 1481786136407-test522465970992001を使用して公開されたアイテムを読み取ります: タクソノミ・データも展開している間のf573b68c764a44f9bae0627140d8b0bd。
/content/published/api/v1.1/items/.by.slug/1481786136407-test522465970992001?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/.by.slug/1481786136407-test522465970992001?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/.by.slug/1481786136362-test522438229663004?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/.by.slug/1481786136374-test522443736150006?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/.by.slug/522456645488000-d%24a%28b%29c?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/.by.slug/1481786136407-test522465970992001?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=taxonomies",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/items/.by.slug/1481786136407-test522465970992001?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=taxonomies",
"rel": "canonical",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/metadata-catalog/items/.by.slug/1481786136407-test522465970992001?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "describedby",
"method": "GET",
"mediaType": "application/schema+json"
}
]
}
例5
これは、channelTokenでslug 1481786136407-test522465970992001を使用して公開されたアイテムを読み取ります: htmlレンディションを展開しながらf573b68c764a44f9bae0627140d8b0bd。
/content/published/api/v1.1/items/.by.slug/1481786136407-test522465970992001?expand=renditions&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",
"fields": {
"521736947983001testexp_number": null,
"521741018841007testexp_selfref": {
"id": "COREDEA9143F289F49BAAAF9832054B17D07",
"type": "Test521788296820009",
"name": "Test522465970992001",
"typeCategory": "ContentType",
"links": [
{
"href": "https://<hostname>/content/published/api/v1.1/items/.by.slug/1481786136407-test522465970992001?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/.by.slug/1481786136362-test522438229663004?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/.by.slug/1481786136374-test522443736150006?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/.by.slug/522456645488000-d%24a%28b%29c?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/.by.slug/1481786136407-test522465970992001?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=renditions",
"rel": "self",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/items/.by.slug/1481786136407-test522465970992001?channelToken=f573b68c764a44f9bae0627140d8b0bd&expand=renditions",
"rel": "canonical",
"method": "GET",
"mediaType": "application/json"
},
{
"href": "https://<hostname>/content/published/api/v1.1/metadata-catalog/items/.by.slug/1481786136407-test522465970992001?channelToken=f573b68c764a44f9bae0627140d8b0bd",
"rel": "describedby",
"method": "GET",
"mediaType": "application/schema+json"
}
]
}
}