#
Retrieve last updated assets
#
Via CSV
For retrieval of last updated assets via CSV, we invite you to perform unitary or scheduled exports. Each CSV retrieved from this interface or directly from your FTP server will give you all the assets and all or part of the data for each asset (depending on whether you use a mapping or not)
Among the data present in the CSV, you will find in particular :
- the creation date
- the date of the update
- the URLs for downloading media
This should allow you to filter the contents of the CSV according to your needs and perform the desired processing.
Please refer to the following documentation about asset export and scheduled exports to retrieve last updated assets through CSV.
#
Through the API
Reference documentation
For more details about this request, please visit the reference documentation for the endpoint GetAssetCollection.
By making the following call, you will receive in the form of a paginated collection the assets updated after the 1st of September 2023 at 3:38 AM:
curl --request GET \
--url 'https://{{instance}}.quable.com/api/assets/?page=1&limit=30&dateModified[after]=2023-09-01 03:38:09' \
--header 'accept: application/ld+json'
You can use either dateModified[after]
or dateModified[strictly_after]
as parameter, depending on your needs.
Expected date format
Note that the expected date format is: YYYY-MM-DD HH:MM:SS (like for instance: 2023-09-01 03:38:09).
{
"@context": "/api/contexts/Asset",
"@id": "/api/assets",
"@type": "hydra:Collection",
"hydra:member": [
{
"@type": "Asset",
"@id": "/api/assets/2e664610-8ffe-4bae-8da9-front",
"name": "Enregistrement de l’écran 2023-04-26 à 12.27.59.mov",
"active": true,
"attributes": [],
"metadata": {
"file_size": "17.85MB",
"mime_type": "video/quicktime",
"file_name": "Enregistrement de l’écran 2023-04-26 à 12.27.59.mov"
},
"url": "https://cdn.quable.com/education-developers/2e664610-8ffe-4bae-8da9-front/original/Enregistrement de l’écran 2023-04-26 à 12.27.59.mov",
"originalFilename": "Enregistrement de l’écran 2023-04-26 à 12.27.59.mov",
"thumbnailUrl": "https://cdn.quable.com/education-developers/2e664610-8ffe-4bae-8da9-front/system-thumbnail/enregistrement-de-l-e-cran-2023-04-26-a-12-27-59-mov.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/2e664610-8ffe-4bae-8da9-front/system-preview/enregistrement-de-l-e-cran-2023-04-26-a-12-27-59-mov.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [],
"variantLinks": [],
"dateCreated": "2023-04-28T10:27:57+00:00",
"dateModified": "2023-10-07T18:18:54+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/2e664610-8ffe-4bae-8da9-front/system-preview/enregistrement-de-l-e-cran-2023-04-26-a-12-27-59-mov.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/2e664610-8ffe-4bae-8da9-front/system-thumbnail/enregistrement-de-l-e-cran-2023-04-26-a-12-27-59-mov.jpg"
},
"id": "2e664610-8ffe-4bae-8da9-front",
"legacyId": 167
},
{
"@type": "Asset",
"@id": "/api/assets/f3018e4a-7a44-4b52-b54c-front",
"name": "croquis.jpeg",
"active": true,
"attributes": [],
"metadata": {
"width": "244",
"detail": {
"FileSize": "15 kB",
"FileType": "JPEG",
"MIMEType": "image/jpeg",
"ImageSize": "244x366",
"ImageWidth": 244,
"Megapixels": 0.089,
"ImageHeight": 366,
"JFIFVersion": 1.01,
"XResolution": 1,
"YResolution": 1,
"BitsPerSample": 8,
"FileAccessDate": "2021:08:09 12:58:53+00:00",
"FileModifyDate": "2021:08:09 12:58:53+00:00",
"ResolutionUnit": "None",
"ColorComponents": 3,
"EncodingProcess": "Progressive DCT, Huffman coding",
"FilePermissions": "rw-------",
"YCbCrSubSampling": "YCbCr4:4:4 (1 1)",
"FileTypeExtension": "jpg",
"FileInodeChangeDate": "2021:08:09 12:58:53+00:00"
},
"height": "366",
"file_name": "croquis.jpeg",
"mime_type": "image/jpeg",
"color_space": "Gray",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/f3018e4a-7a44-4b52-b54c-front/original/croquis.jpeg",
"originalFilename": "croquis.jpeg",
"thumbnailUrl": "https://cdn.quable.com/education-developers/f3018e4a-7a44-4b52-b54c-front/thumbnail/croquis-jpeg.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/f3018e4a-7a44-4b52-b54c-front/preview/croquis-jpeg.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/0544e317-b091-48d1-9062-d783a99756fd",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/link_type_croquis",
"id": "link_type_croquis"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/reference_oversize_vest",
"id": "reference_oversize_vest"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/f3018e4a-7a44-4b52-b54c-front",
"id": "f3018e4a-7a44-4b52-b54c-front"
},
"sequence": 1,
"id": "0544e317-b091-48d1-9062-d783a99756fd",
"legacyId": 194
}
],
"variantLinks": [],
"dateCreated": "2021-08-09T12:58:53+00:00",
"dateModified": "2023-10-19T08:49:24+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/f3018e4a-7a44-4b52-b54c-front/preview/croquis-jpeg.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/f3018e4a-7a44-4b52-b54c-front/thumbnail/croquis-jpeg.jpg",
"1920x": "https://cdn.quable.com/education-developers/f3018e4a-7a44-4b52-b54c-front/1920x/croquis-jpeg.jpg"
},
"id": "f3018e4a-7a44-4b52-b54c-front",
"legacyId": 6
},
{
"@type": "Asset",
"@id": "/api/assets/b0e61fe7-2a37-4978-98aa-front",
"name": "green-men-shirt-1.png",
"active": true,
"attributes": [],
"metadata": {
"width": "684",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "302 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "684x693",
"Interlace": "Noninterlaced",
"ProfileID": 0,
"ImageWidth": 684,
"Megapixels": 0.474,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 693,
"Orientation": "Horizontal (normal)",
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"MakeAndModel": "(Binary data 40 bytes, use -b option to extract)",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 684,
"FileAccessDate": "2021:08:23 15:30:19+00:00",
"FileModifyDate": "2021:08:23 15:30:19+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "2.1.0",
"VideoCardGamma": "(Binary data 1554 bytes, use -b option to extract)",
"ExifImageHeight": 693,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95047 1 1.0891",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:13 09:39:37",
"RedMatrixColumn": "0.38875 0.21851 0.03897",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.14597 0.09384 0.65976",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.42949 0.68765 0.12617",
"NativeDisplayInfo": "(Binary data 1598 bytes, use -b option to extract)",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Display",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508 0.75165",
"FileInodeChangeDate": "2021:08:23 15:30:19+00:00",
"ProfileDescriptionML": "Color LCD",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileDescriptionML-ca-ES": "LCD en color",
"ProfileDescriptionML-cs-CZ": "Barevný LCD",
"ProfileDescriptionML-da-DK": "LCD-farveskærm",
"ProfileDescriptionML-de-DE": "Farb-LCD",
"ProfileDescriptionML-el-GR": "Έγχρωμη οθόνη LCD",
"ProfileDescriptionML-en-AU": "Colour LCD",
"ProfileDescriptionML-en-GB": "Colour LCD",
"ProfileDescriptionML-es-ES": "LCD color",
"ProfileDescriptionML-es-XL": "LCD color",
"ProfileDescriptionML-fi-FI": "Väri-LCD",
"ProfileDescriptionML-fr-CA": "ACL couleur",
"ProfileDescriptionML-fr-FR": "LCD couleur",
"ProfileDescriptionML-he-IL": "LCD צבעוני",
"ProfileDescriptionML-hi-IN": "रंगीन LCD",
"ProfileDescriptionML-hr-HR": "LCD u boji",
"ProfileDescriptionML-hu-HU": "Színes LCD",
"ProfileDescriptionML-it-IT": "LCD colori",
"ProfileDescriptionML-ja-JP": "カラーLCD",
"ProfileDescriptionML-ko-KR": "컬러 LCD",
"ProfileDescriptionML-nb-NO": "Farge-LCD",
"ProfileDescriptionML-nl-NL": "Kleuren-LCD",
"ProfileDescriptionML-pl-PL": "Kolor LCD",
"ProfileDescriptionML-pt-BR": "LCD Colorido",
"ProfileDescriptionML-pt-PT": "LCD a Cores",
"ProfileDescriptionML-ro-RO": "LCD color",
"ProfileDescriptionML-ru-RU": "Цветной ЖК-дисплей",
"ProfileDescriptionML-sk-SK": "Farebný LCD",
"ProfileDescriptionML-sv-SE": "Färg-LCD",
"ProfileDescriptionML-th-TH": "LCD สี",
"ProfileDescriptionML-tr-TR": "Renkli LCD",
"ProfileDescriptionML-uk-UA": "Кольоровий LCD",
"ProfileDescriptionML-vi-VN": "LCD Màu",
"ProfileDescriptionML-zh-CN": "彩色LCD",
"ProfileDescriptionML-zh-TW": "彩色LCD"
},
"height": "693",
"file_name": "green-men-shirt-1.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/b0e61fe7-2a37-4978-98aa-front/original/green-men-shirt-1.png",
"originalFilename": "green-men-shirt-1.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/b0e61fe7-2a37-4978-98aa-front/thumbnail/green-men-shirt-1-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/b0e61fe7-2a37-4978-98aa-front/preview/green-men-shirt-1-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/3a9fed5c-79a4-48fb-9600-e2a4ecd6eff4",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_smooth_green_shirt",
"id": "color_reference_smooth_green_shirt"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/b0e61fe7-2a37-4978-98aa-front",
"id": "b0e61fe7-2a37-4978-98aa-front"
},
"sequence": 1,
"id": "3a9fed5c-79a4-48fb-9600-e2a4ecd6eff4",
"legacyId": 108
}
],
"variantLinks": [],
"dateCreated": "2021-08-23T15:30:19+00:00",
"dateModified": "2023-10-19T08:49:24+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/b0e61fe7-2a37-4978-98aa-front/preview/green-men-shirt-1-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/b0e61fe7-2a37-4978-98aa-front/thumbnail/green-men-shirt-1-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/b0e61fe7-2a37-4978-98aa-front/1920x/green-men-shirt-1-png.jpg"
},
"id": "b0e61fe7-2a37-4978-98aa-front",
"legacyId": 62
},
{
"@type": "Asset",
"@id": "/api/assets/7875ce43-fb90-4e45-b89a-front",
"name": "green-men-shirt-2.png",
"active": true,
"attributes": [],
"metadata": {
"width": "663",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "369 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "663x692",
"Interlace": "Noninterlaced",
"ProfileID": 0,
"ImageWidth": 663,
"Megapixels": 0.459,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 692,
"Orientation": "Horizontal (normal)",
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"MakeAndModel": "(Binary data 40 bytes, use -b option to extract)",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 663,
"FileAccessDate": "2021:08:23 15:30:22+00:00",
"FileModifyDate": "2021:08:23 15:30:22+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "2.1.0",
"VideoCardGamma": "(Binary data 1554 bytes, use -b option to extract)",
"ExifImageHeight": 692,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95047 1 1.0891",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:13 09:39:37",
"RedMatrixColumn": "0.38875 0.21851 0.03897",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.14597 0.09384 0.65976",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.42949 0.68765 0.12617",
"NativeDisplayInfo": "(Binary data 1598 bytes, use -b option to extract)",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Display",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508 0.75165",
"FileInodeChangeDate": "2021:08:23 15:30:22+00:00",
"ProfileDescriptionML": "Color LCD",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileDescriptionML-ca-ES": "LCD en color",
"ProfileDescriptionML-cs-CZ": "Barevný LCD",
"ProfileDescriptionML-da-DK": "LCD-farveskærm",
"ProfileDescriptionML-de-DE": "Farb-LCD",
"ProfileDescriptionML-el-GR": "Έγχρωμη οθόνη LCD",
"ProfileDescriptionML-en-AU": "Colour LCD",
"ProfileDescriptionML-en-GB": "Colour LCD",
"ProfileDescriptionML-es-ES": "LCD color",
"ProfileDescriptionML-es-XL": "LCD color",
"ProfileDescriptionML-fi-FI": "Väri-LCD",
"ProfileDescriptionML-fr-CA": "ACL couleur",
"ProfileDescriptionML-fr-FR": "LCD couleur",
"ProfileDescriptionML-he-IL": "LCD צבעוני",
"ProfileDescriptionML-hi-IN": "रंगीन LCD",
"ProfileDescriptionML-hr-HR": "LCD u boji",
"ProfileDescriptionML-hu-HU": "Színes LCD",
"ProfileDescriptionML-it-IT": "LCD colori",
"ProfileDescriptionML-ja-JP": "カラーLCD",
"ProfileDescriptionML-ko-KR": "컬러 LCD",
"ProfileDescriptionML-nb-NO": "Farge-LCD",
"ProfileDescriptionML-nl-NL": "Kleuren-LCD",
"ProfileDescriptionML-pl-PL": "Kolor LCD",
"ProfileDescriptionML-pt-BR": "LCD Colorido",
"ProfileDescriptionML-pt-PT": "LCD a Cores",
"ProfileDescriptionML-ro-RO": "LCD color",
"ProfileDescriptionML-ru-RU": "Цветной ЖК-дисплей",
"ProfileDescriptionML-sk-SK": "Farebný LCD",
"ProfileDescriptionML-sv-SE": "Färg-LCD",
"ProfileDescriptionML-th-TH": "LCD สี",
"ProfileDescriptionML-tr-TR": "Renkli LCD",
"ProfileDescriptionML-uk-UA": "Кольоровий LCD",
"ProfileDescriptionML-vi-VN": "LCD Màu",
"ProfileDescriptionML-zh-CN": "彩色LCD",
"ProfileDescriptionML-zh-TW": "彩色LCD"
},
"height": "692",
"file_name": "green-men-shirt-2.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/7875ce43-fb90-4e45-b89a-front/original/green-men-shirt-2.png",
"originalFilename": "green-men-shirt-2.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/7875ce43-fb90-4e45-b89a-front/thumbnail/green-men-shirt-2-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/7875ce43-fb90-4e45-b89a-front/preview/green-men-shirt-2-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/3b85c75f-4f5c-4772-97d2-717962c7aaed",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_smooth_green_shirt",
"id": "color_reference_smooth_green_shirt"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/7875ce43-fb90-4e45-b89a-front",
"id": "7875ce43-fb90-4e45-b89a-front"
},
"sequence": 2,
"id": "3b85c75f-4f5c-4772-97d2-717962c7aaed",
"legacyId": 109
}
],
"variantLinks": [],
"dateCreated": "2021-08-23T15:30:23+00:00",
"dateModified": "2023-10-19T08:49:24+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/7875ce43-fb90-4e45-b89a-front/preview/green-men-shirt-2-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/7875ce43-fb90-4e45-b89a-front/thumbnail/green-men-shirt-2-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/7875ce43-fb90-4e45-b89a-front/1920x/green-men-shirt-2-png.jpg"
},
"id": "7875ce43-fb90-4e45-b89a-front",
"legacyId": 63
},
{
"@type": "Asset",
"@id": "/api/assets/d4eeb935-0cc8-4fd6-95f4-front",
"name": "yellow-men-shirt-2.png",
"active": true,
"attributes": [],
"metadata": {
"width": "646",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "186 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "646x694",
"Interlace": "Noninterlaced",
"ProfileID": 0,
"ImageWidth": 646,
"Megapixels": 0.448,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 694,
"Orientation": "Horizontal (normal)",
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"MakeAndModel": "(Binary data 40 bytes, use -b option to extract)",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 646,
"FileAccessDate": "2021:08:23 15:39:23+00:00",
"FileModifyDate": "2021:08:23 15:39:23+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "2.1.0",
"VideoCardGamma": "(Binary data 1554 bytes, use -b option to extract)",
"ExifImageHeight": 694,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95047 1 1.0891",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:13 09:39:37",
"RedMatrixColumn": "0.38875 0.21851 0.03897",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.14597 0.09384 0.65976",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.42949 0.68765 0.12617",
"NativeDisplayInfo": "(Binary data 1598 bytes, use -b option to extract)",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Display",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508 0.75165",
"FileInodeChangeDate": "2021:08:23 15:39:23+00:00",
"ProfileDescriptionML": "Color LCD",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileDescriptionML-ca-ES": "LCD en color",
"ProfileDescriptionML-cs-CZ": "Barevný LCD",
"ProfileDescriptionML-da-DK": "LCD-farveskærm",
"ProfileDescriptionML-de-DE": "Farb-LCD",
"ProfileDescriptionML-el-GR": "Έγχρωμη οθόνη LCD",
"ProfileDescriptionML-en-AU": "Colour LCD",
"ProfileDescriptionML-en-GB": "Colour LCD",
"ProfileDescriptionML-es-ES": "LCD color",
"ProfileDescriptionML-es-XL": "LCD color",
"ProfileDescriptionML-fi-FI": "Väri-LCD",
"ProfileDescriptionML-fr-CA": "ACL couleur",
"ProfileDescriptionML-fr-FR": "LCD couleur",
"ProfileDescriptionML-he-IL": "LCD צבעוני",
"ProfileDescriptionML-hi-IN": "रंगीन LCD",
"ProfileDescriptionML-hr-HR": "LCD u boji",
"ProfileDescriptionML-hu-HU": "Színes LCD",
"ProfileDescriptionML-it-IT": "LCD colori",
"ProfileDescriptionML-ja-JP": "カラーLCD",
"ProfileDescriptionML-ko-KR": "컬러 LCD",
"ProfileDescriptionML-nb-NO": "Farge-LCD",
"ProfileDescriptionML-nl-NL": "Kleuren-LCD",
"ProfileDescriptionML-pl-PL": "Kolor LCD",
"ProfileDescriptionML-pt-BR": "LCD Colorido",
"ProfileDescriptionML-pt-PT": "LCD a Cores",
"ProfileDescriptionML-ro-RO": "LCD color",
"ProfileDescriptionML-ru-RU": "Цветной ЖК-дисплей",
"ProfileDescriptionML-sk-SK": "Farebný LCD",
"ProfileDescriptionML-sv-SE": "Färg-LCD",
"ProfileDescriptionML-th-TH": "LCD สี",
"ProfileDescriptionML-tr-TR": "Renkli LCD",
"ProfileDescriptionML-uk-UA": "Кольоровий LCD",
"ProfileDescriptionML-vi-VN": "LCD Màu",
"ProfileDescriptionML-zh-CN": "彩色LCD",
"ProfileDescriptionML-zh-TW": "彩色LCD"
},
"height": "694",
"file_name": "yellow-men-shirt-2.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/d4eeb935-0cc8-4fd6-95f4-front/original/yellow-men-shirt-2.png",
"originalFilename": "yellow-men-shirt-2.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/d4eeb935-0cc8-4fd6-95f4-front/thumbnail/yellow-men-shirt-2-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/d4eeb935-0cc8-4fd6-95f4-front/preview/yellow-men-shirt-2-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/32948342-336a-40cd-93c8-e8ec6011ce4e",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_smooth_yellow_shirt",
"id": "color_reference_smooth_yellow_shirt"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/d4eeb935-0cc8-4fd6-95f4-front",
"id": "d4eeb935-0cc8-4fd6-95f4-front"
},
"sequence": 1,
"id": "32948342-336a-40cd-93c8-e8ec6011ce4e",
"legacyId": 112
}
],
"variantLinks": [],
"dateCreated": "2021-08-23T15:39:23+00:00",
"dateModified": "2023-10-19T08:49:24+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/d4eeb935-0cc8-4fd6-95f4-front/preview/yellow-men-shirt-2-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/d4eeb935-0cc8-4fd6-95f4-front/thumbnail/yellow-men-shirt-2-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/d4eeb935-0cc8-4fd6-95f4-front/1920x/yellow-men-shirt-2-png.jpg"
},
"id": "d4eeb935-0cc8-4fd6-95f4-front",
"legacyId": 66
},
{
"@type": "Asset",
"@id": "/api/assets/bab194ea-c054-403b-97c3-front",
"name": "yellow-men-shirt3.png",
"active": true,
"attributes": [],
"metadata": {
"width": "690",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "399 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "690x694",
"Interlace": "Noninterlaced",
"ProfileID": 0,
"ImageWidth": 690,
"Megapixels": 0.479,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 694,
"Orientation": "Horizontal (normal)",
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"MakeAndModel": "(Binary data 40 bytes, use -b option to extract)",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 690,
"FileAccessDate": "2021:08:23 15:39:30+00:00",
"FileModifyDate": "2021:08:23 15:39:30+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "2.1.0",
"VideoCardGamma": "(Binary data 1554 bytes, use -b option to extract)",
"ExifImageHeight": 694,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95047 1 1.0891",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:13 09:39:37",
"RedMatrixColumn": "0.38875 0.21851 0.03897",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.14597 0.09384 0.65976",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.42949 0.68765 0.12617",
"NativeDisplayInfo": "(Binary data 1598 bytes, use -b option to extract)",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Display",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508 0.75165",
"FileInodeChangeDate": "2021:08:23 15:39:30+00:00",
"ProfileDescriptionML": "Color LCD",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileDescriptionML-ca-ES": "LCD en color",
"ProfileDescriptionML-cs-CZ": "Barevný LCD",
"ProfileDescriptionML-da-DK": "LCD-farveskærm",
"ProfileDescriptionML-de-DE": "Farb-LCD",
"ProfileDescriptionML-el-GR": "Έγχρωμη οθόνη LCD",
"ProfileDescriptionML-en-AU": "Colour LCD",
"ProfileDescriptionML-en-GB": "Colour LCD",
"ProfileDescriptionML-es-ES": "LCD color",
"ProfileDescriptionML-es-XL": "LCD color",
"ProfileDescriptionML-fi-FI": "Väri-LCD",
"ProfileDescriptionML-fr-CA": "ACL couleur",
"ProfileDescriptionML-fr-FR": "LCD couleur",
"ProfileDescriptionML-he-IL": "LCD צבעוני",
"ProfileDescriptionML-hi-IN": "रंगीन LCD",
"ProfileDescriptionML-hr-HR": "LCD u boji",
"ProfileDescriptionML-hu-HU": "Színes LCD",
"ProfileDescriptionML-it-IT": "LCD colori",
"ProfileDescriptionML-ja-JP": "カラーLCD",
"ProfileDescriptionML-ko-KR": "컬러 LCD",
"ProfileDescriptionML-nb-NO": "Farge-LCD",
"ProfileDescriptionML-nl-NL": "Kleuren-LCD",
"ProfileDescriptionML-pl-PL": "Kolor LCD",
"ProfileDescriptionML-pt-BR": "LCD Colorido",
"ProfileDescriptionML-pt-PT": "LCD a Cores",
"ProfileDescriptionML-ro-RO": "LCD color",
"ProfileDescriptionML-ru-RU": "Цветной ЖК-дисплей",
"ProfileDescriptionML-sk-SK": "Farebný LCD",
"ProfileDescriptionML-sv-SE": "Färg-LCD",
"ProfileDescriptionML-th-TH": "LCD สี",
"ProfileDescriptionML-tr-TR": "Renkli LCD",
"ProfileDescriptionML-uk-UA": "Кольоровий LCD",
"ProfileDescriptionML-vi-VN": "LCD Màu",
"ProfileDescriptionML-zh-CN": "彩色LCD",
"ProfileDescriptionML-zh-TW": "彩色LCD"
},
"height": "694",
"file_name": "yellow-men-shirt3.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/bab194ea-c054-403b-97c3-front/original/yellow-men-shirt3.png",
"originalFilename": "yellow-men-shirt3.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/bab194ea-c054-403b-97c3-front/thumbnail/yellow-men-shirt3-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/bab194ea-c054-403b-97c3-front/preview/yellow-men-shirt3-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/4401907b-2aef-4fa9-b3b6-05e3e3f6af7d",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_smooth_yellow_shirt",
"id": "color_reference_smooth_yellow_shirt"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/bab194ea-c054-403b-97c3-front",
"id": "bab194ea-c054-403b-97c3-front"
},
"sequence": 3,
"id": "4401907b-2aef-4fa9-b3b6-05e3e3f6af7d",
"legacyId": 114
}
],
"variantLinks": [],
"dateCreated": "2021-08-23T15:39:30+00:00",
"dateModified": "2023-10-19T08:49:24+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/bab194ea-c054-403b-97c3-front/preview/yellow-men-shirt3-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/bab194ea-c054-403b-97c3-front/thumbnail/yellow-men-shirt3-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/bab194ea-c054-403b-97c3-front/1920x/yellow-men-shirt3-png.jpg"
},
"id": "bab194ea-c054-403b-97c3-front",
"legacyId": 68
},
{
"@type": "Asset",
"@id": "/api/assets/f619434a-f401-476c-8ea4-front",
"name": "men-look.png",
"active": true,
"attributes": [],
"metadata": {
"width": "683",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "179 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "683x691",
"Interlace": "Noninterlaced",
"ProfileID": 0,
"ImageWidth": 683,
"Megapixels": 0.472,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 691,
"Orientation": "Horizontal (normal)",
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"MakeAndModel": "(Binary data 40 bytes, use -b option to extract)",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 683,
"FileAccessDate": "2021:08:23 15:30:26+00:00",
"FileModifyDate": "2021:08:23 15:30:26+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "2.1.0",
"VideoCardGamma": "(Binary data 1554 bytes, use -b option to extract)",
"ExifImageHeight": 691,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95047 1 1.0891",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:13 09:39:37",
"RedMatrixColumn": "0.38875 0.21851 0.03897",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.14597 0.09384 0.65976",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.42949 0.68765 0.12617",
"NativeDisplayInfo": "(Binary data 1598 bytes, use -b option to extract)",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Display",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508 0.75165",
"FileInodeChangeDate": "2021:08:23 15:30:26+00:00",
"ProfileDescriptionML": "Color LCD",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileDescriptionML-ca-ES": "LCD en color",
"ProfileDescriptionML-cs-CZ": "Barevný LCD",
"ProfileDescriptionML-da-DK": "LCD-farveskærm",
"ProfileDescriptionML-de-DE": "Farb-LCD",
"ProfileDescriptionML-el-GR": "Έγχρωμη οθόνη LCD",
"ProfileDescriptionML-en-AU": "Colour LCD",
"ProfileDescriptionML-en-GB": "Colour LCD",
"ProfileDescriptionML-es-ES": "LCD color",
"ProfileDescriptionML-es-XL": "LCD color",
"ProfileDescriptionML-fi-FI": "Väri-LCD",
"ProfileDescriptionML-fr-CA": "ACL couleur",
"ProfileDescriptionML-fr-FR": "LCD couleur",
"ProfileDescriptionML-he-IL": "LCD צבעוני",
"ProfileDescriptionML-hi-IN": "रंगीन LCD",
"ProfileDescriptionML-hr-HR": "LCD u boji",
"ProfileDescriptionML-hu-HU": "Színes LCD",
"ProfileDescriptionML-it-IT": "LCD colori",
"ProfileDescriptionML-ja-JP": "カラーLCD",
"ProfileDescriptionML-ko-KR": "컬러 LCD",
"ProfileDescriptionML-nb-NO": "Farge-LCD",
"ProfileDescriptionML-nl-NL": "Kleuren-LCD",
"ProfileDescriptionML-pl-PL": "Kolor LCD",
"ProfileDescriptionML-pt-BR": "LCD Colorido",
"ProfileDescriptionML-pt-PT": "LCD a Cores",
"ProfileDescriptionML-ro-RO": "LCD color",
"ProfileDescriptionML-ru-RU": "Цветной ЖК-дисплей",
"ProfileDescriptionML-sk-SK": "Farebný LCD",
"ProfileDescriptionML-sv-SE": "Färg-LCD",
"ProfileDescriptionML-th-TH": "LCD สี",
"ProfileDescriptionML-tr-TR": "Renkli LCD",
"ProfileDescriptionML-uk-UA": "Кольоровий LCD",
"ProfileDescriptionML-vi-VN": "LCD Màu",
"ProfileDescriptionML-zh-CN": "彩色LCD",
"ProfileDescriptionML-zh-TW": "彩色LCD"
},
"height": "691",
"file_name": "men-look.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/f619434a-f401-476c-8ea4-front/original/men-look.png",
"originalFilename": "men-look.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/f619434a-f401-476c-8ea4-front/thumbnail/men-look-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/f619434a-f401-476c-8ea4-front/preview/men-look-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/6bb997f9-3bce-45d8-9e4d-22bda1167720",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_smooth_green_shirt",
"id": "color_reference_smooth_green_shirt"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/f619434a-f401-476c-8ea4-front",
"id": "f619434a-f401-476c-8ea4-front"
},
"sequence": 3,
"id": "6bb997f9-3bce-45d8-9e4d-22bda1167720",
"legacyId": 110
}
],
"variantLinks": [],
"dateCreated": "2021-08-23T15:30:26+00:00",
"dateModified": "2023-10-19T08:49:25+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/f619434a-f401-476c-8ea4-front/preview/men-look-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/f619434a-f401-476c-8ea4-front/thumbnail/men-look-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/f619434a-f401-476c-8ea4-front/1920x/men-look-png.jpg"
},
"id": "f619434a-f401-476c-8ea4-front",
"legacyId": 64
},
{
"@type": "Asset",
"@id": "/api/assets/a6fb0816-2808-450b-b840-front",
"name": "yellow-men-shirt1.png",
"active": true,
"attributes": [],
"metadata": {
"width": "696",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "480 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "696x696",
"Interlace": "Noninterlaced",
"ProfileID": 0,
"ImageWidth": 696,
"Megapixels": 0.484,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 696,
"Orientation": "Horizontal (normal)",
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"MakeAndModel": "(Binary data 40 bytes, use -b option to extract)",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 696,
"FileAccessDate": "2021:08:23 15:39:26+00:00",
"FileModifyDate": "2021:08:23 15:39:26+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "2.1.0",
"VideoCardGamma": "(Binary data 1554 bytes, use -b option to extract)",
"ExifImageHeight": 696,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95047 1 1.0891",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:13 09:39:37",
"RedMatrixColumn": "0.38875 0.21851 0.03897",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.14597 0.09384 0.65976",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.42949 0.68765 0.12617",
"NativeDisplayInfo": "(Binary data 1598 bytes, use -b option to extract)",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Display",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508 0.75165",
"FileInodeChangeDate": "2021:08:23 15:39:26+00:00",
"ProfileDescriptionML": "Color LCD",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileDescriptionML-ca-ES": "LCD en color",
"ProfileDescriptionML-cs-CZ": "Barevný LCD",
"ProfileDescriptionML-da-DK": "LCD-farveskærm",
"ProfileDescriptionML-de-DE": "Farb-LCD",
"ProfileDescriptionML-el-GR": "Έγχρωμη οθόνη LCD",
"ProfileDescriptionML-en-AU": "Colour LCD",
"ProfileDescriptionML-en-GB": "Colour LCD",
"ProfileDescriptionML-es-ES": "LCD color",
"ProfileDescriptionML-es-XL": "LCD color",
"ProfileDescriptionML-fi-FI": "Väri-LCD",
"ProfileDescriptionML-fr-CA": "ACL couleur",
"ProfileDescriptionML-fr-FR": "LCD couleur",
"ProfileDescriptionML-he-IL": "LCD צבעוני",
"ProfileDescriptionML-hi-IN": "रंगीन LCD",
"ProfileDescriptionML-hr-HR": "LCD u boji",
"ProfileDescriptionML-hu-HU": "Színes LCD",
"ProfileDescriptionML-it-IT": "LCD colori",
"ProfileDescriptionML-ja-JP": "カラーLCD",
"ProfileDescriptionML-ko-KR": "컬러 LCD",
"ProfileDescriptionML-nb-NO": "Farge-LCD",
"ProfileDescriptionML-nl-NL": "Kleuren-LCD",
"ProfileDescriptionML-pl-PL": "Kolor LCD",
"ProfileDescriptionML-pt-BR": "LCD Colorido",
"ProfileDescriptionML-pt-PT": "LCD a Cores",
"ProfileDescriptionML-ro-RO": "LCD color",
"ProfileDescriptionML-ru-RU": "Цветной ЖК-дисплей",
"ProfileDescriptionML-sk-SK": "Farebný LCD",
"ProfileDescriptionML-sv-SE": "Färg-LCD",
"ProfileDescriptionML-th-TH": "LCD สี",
"ProfileDescriptionML-tr-TR": "Renkli LCD",
"ProfileDescriptionML-uk-UA": "Кольоровий LCD",
"ProfileDescriptionML-vi-VN": "LCD Màu",
"ProfileDescriptionML-zh-CN": "彩色LCD",
"ProfileDescriptionML-zh-TW": "彩色LCD"
},
"height": "696",
"file_name": "yellow-men-shirt1.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "square"
},
"url": "https://cdn.quable.com/education-developers/a6fb0816-2808-450b-b840-front/original/yellow-men-shirt1.png",
"originalFilename": "yellow-men-shirt1.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/a6fb0816-2808-450b-b840-front/thumbnail/yellow-men-shirt1-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/a6fb0816-2808-450b-b840-front/preview/yellow-men-shirt1-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/561a2e6b-ce13-423f-81d2-4062cf7567b7",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_smooth_yellow_shirt",
"id": "color_reference_smooth_yellow_shirt"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/a6fb0816-2808-450b-b840-front",
"id": "a6fb0816-2808-450b-b840-front"
},
"sequence": 2,
"id": "561a2e6b-ce13-423f-81d2-4062cf7567b7",
"legacyId": 113
}
],
"variantLinks": [],
"dateCreated": "2021-08-23T15:39:27+00:00",
"dateModified": "2023-10-19T08:49:25+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/a6fb0816-2808-450b-b840-front/preview/yellow-men-shirt1-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/a6fb0816-2808-450b-b840-front/thumbnail/yellow-men-shirt1-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/a6fb0816-2808-450b-b840-front/1920x/yellow-men-shirt1-png.jpg"
},
"id": "a6fb0816-2808-450b-b840-front",
"legacyId": 67
},
{
"@type": "Asset",
"@id": "/api/assets/32fd1ffc-bb10-4b26-9293-front",
"name": "funk-men-trousers-1.png",
"active": true,
"attributes": [],
"metadata": {
"width": "687",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "222 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "687x691",
"Interlace": "Noninterlaced",
"ProfileID": 0,
"ImageWidth": 687,
"Megapixels": 0.475,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 691,
"Orientation": "Horizontal (normal)",
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"MakeAndModel": "(Binary data 40 bytes, use -b option to extract)",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 687,
"FileAccessDate": "2021:08:23 16:06:19+00:00",
"FileModifyDate": "2021:08:23 16:06:19+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "2.1.0",
"VideoCardGamma": "(Binary data 1554 bytes, use -b option to extract)",
"ExifImageHeight": 691,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95047 1 1.0891",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:13 09:39:37",
"RedMatrixColumn": "0.38875 0.21851 0.03897",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.14597 0.09384 0.65976",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.42949 0.68765 0.12617",
"NativeDisplayInfo": "(Binary data 1598 bytes, use -b option to extract)",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Display",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508 0.75165",
"FileInodeChangeDate": "2021:08:23 16:06:19+00:00",
"ProfileDescriptionML": "Color LCD",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileDescriptionML-ca-ES": "LCD en color",
"ProfileDescriptionML-cs-CZ": "Barevný LCD",
"ProfileDescriptionML-da-DK": "LCD-farveskærm",
"ProfileDescriptionML-de-DE": "Farb-LCD",
"ProfileDescriptionML-el-GR": "Έγχρωμη οθόνη LCD",
"ProfileDescriptionML-en-AU": "Colour LCD",
"ProfileDescriptionML-en-GB": "Colour LCD",
"ProfileDescriptionML-es-ES": "LCD color",
"ProfileDescriptionML-es-XL": "LCD color",
"ProfileDescriptionML-fi-FI": "Väri-LCD",
"ProfileDescriptionML-fr-CA": "ACL couleur",
"ProfileDescriptionML-fr-FR": "LCD couleur",
"ProfileDescriptionML-he-IL": "LCD צבעוני",
"ProfileDescriptionML-hi-IN": "रंगीन LCD",
"ProfileDescriptionML-hr-HR": "LCD u boji",
"ProfileDescriptionML-hu-HU": "Színes LCD",
"ProfileDescriptionML-it-IT": "LCD colori",
"ProfileDescriptionML-ja-JP": "カラーLCD",
"ProfileDescriptionML-ko-KR": "컬러 LCD",
"ProfileDescriptionML-nb-NO": "Farge-LCD",
"ProfileDescriptionML-nl-NL": "Kleuren-LCD",
"ProfileDescriptionML-pl-PL": "Kolor LCD",
"ProfileDescriptionML-pt-BR": "LCD Colorido",
"ProfileDescriptionML-pt-PT": "LCD a Cores",
"ProfileDescriptionML-ro-RO": "LCD color",
"ProfileDescriptionML-ru-RU": "Цветной ЖК-дисплей",
"ProfileDescriptionML-sk-SK": "Farebný LCD",
"ProfileDescriptionML-sv-SE": "Färg-LCD",
"ProfileDescriptionML-th-TH": "LCD สี",
"ProfileDescriptionML-tr-TR": "Renkli LCD",
"ProfileDescriptionML-uk-UA": "Кольоровий LCD",
"ProfileDescriptionML-vi-VN": "LCD Màu",
"ProfileDescriptionML-zh-CN": "彩色LCD",
"ProfileDescriptionML-zh-TW": "彩色LCD"
},
"height": "691",
"file_name": "funk-men-trousers-1.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/32fd1ffc-bb10-4b26-9293-front/original/funk-men-trousers-1.png",
"originalFilename": "funk-men-trousers-1.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/32fd1ffc-bb10-4b26-9293-front/thumbnail/funk-men-trousers-1-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/32fd1ffc-bb10-4b26-9293-front/preview/funk-men-trousers-1-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/afd9a925-a81f-4b73-90f5-1cf9e97f1bc6",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_90s_denim_trousers",
"id": "color_reference_90s_denim_trousers"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/32fd1ffc-bb10-4b26-9293-front",
"id": "32fd1ffc-bb10-4b26-9293-front"
},
"sequence": 1,
"id": "afd9a925-a81f-4b73-90f5-1cf9e97f1bc6",
"legacyId": 123
}
],
"variantLinks": [],
"dateCreated": "2021-08-23T16:06:19+00:00",
"dateModified": "2023-10-19T08:49:25+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/32fd1ffc-bb10-4b26-9293-front/preview/funk-men-trousers-1-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/32fd1ffc-bb10-4b26-9293-front/thumbnail/funk-men-trousers-1-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/32fd1ffc-bb10-4b26-9293-front/1920x/funk-men-trousers-1-png.jpg"
},
"id": "32fd1ffc-bb10-4b26-9293-front",
"legacyId": 77
},
{
"@type": "Asset",
"@id": "/api/assets/c57f5dba-50c9-4f31-8b68-front",
"name": "men-trousers.png",
"active": true,
"attributes": [],
"metadata": {
"width": "692",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "171 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "692x691",
"Interlace": "Noninterlaced",
"ProfileID": 0,
"ImageWidth": 692,
"Megapixels": 0.478,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 691,
"Orientation": "Horizontal (normal)",
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"MakeAndModel": "(Binary data 40 bytes, use -b option to extract)",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 692,
"FileAccessDate": "2021:08:23 16:06:22+00:00",
"FileModifyDate": "2021:08:23 16:06:22+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "2.1.0",
"VideoCardGamma": "(Binary data 1554 bytes, use -b option to extract)",
"ExifImageHeight": 691,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95047 1 1.0891",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:13 09:39:37",
"RedMatrixColumn": "0.38875 0.21851 0.03897",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.14597 0.09384 0.65976",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.42949 0.68765 0.12617",
"NativeDisplayInfo": "(Binary data 1598 bytes, use -b option to extract)",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Display",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508 0.75165",
"FileInodeChangeDate": "2021:08:23 16:06:22+00:00",
"ProfileDescriptionML": "Color LCD",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileDescriptionML-ca-ES": "LCD en color",
"ProfileDescriptionML-cs-CZ": "Barevný LCD",
"ProfileDescriptionML-da-DK": "LCD-farveskærm",
"ProfileDescriptionML-de-DE": "Farb-LCD",
"ProfileDescriptionML-el-GR": "Έγχρωμη οθόνη LCD",
"ProfileDescriptionML-en-AU": "Colour LCD",
"ProfileDescriptionML-en-GB": "Colour LCD",
"ProfileDescriptionML-es-ES": "LCD color",
"ProfileDescriptionML-es-XL": "LCD color",
"ProfileDescriptionML-fi-FI": "Väri-LCD",
"ProfileDescriptionML-fr-CA": "ACL couleur",
"ProfileDescriptionML-fr-FR": "LCD couleur",
"ProfileDescriptionML-he-IL": "LCD צבעוני",
"ProfileDescriptionML-hi-IN": "रंगीन LCD",
"ProfileDescriptionML-hr-HR": "LCD u boji",
"ProfileDescriptionML-hu-HU": "Színes LCD",
"ProfileDescriptionML-it-IT": "LCD colori",
"ProfileDescriptionML-ja-JP": "カラーLCD",
"ProfileDescriptionML-ko-KR": "컬러 LCD",
"ProfileDescriptionML-nb-NO": "Farge-LCD",
"ProfileDescriptionML-nl-NL": "Kleuren-LCD",
"ProfileDescriptionML-pl-PL": "Kolor LCD",
"ProfileDescriptionML-pt-BR": "LCD Colorido",
"ProfileDescriptionML-pt-PT": "LCD a Cores",
"ProfileDescriptionML-ro-RO": "LCD color",
"ProfileDescriptionML-ru-RU": "Цветной ЖК-дисплей",
"ProfileDescriptionML-sk-SK": "Farebný LCD",
"ProfileDescriptionML-sv-SE": "Färg-LCD",
"ProfileDescriptionML-th-TH": "LCD สี",
"ProfileDescriptionML-tr-TR": "Renkli LCD",
"ProfileDescriptionML-uk-UA": "Кольоровий LCD",
"ProfileDescriptionML-vi-VN": "LCD Màu",
"ProfileDescriptionML-zh-CN": "彩色LCD",
"ProfileDescriptionML-zh-TW": "彩色LCD"
},
"height": "691",
"file_name": "men-trousers.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "landscape"
},
"url": "https://cdn.quable.com/education-developers/c57f5dba-50c9-4f31-8b68-front/original/men-trousers.png",
"originalFilename": "men-trousers.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/c57f5dba-50c9-4f31-8b68-front/thumbnail/men-trousers-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/c57f5dba-50c9-4f31-8b68-front/preview/men-trousers-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/a98867d8-72c7-441b-b03f-e89bb8ec1dae",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_90s_denim_trousers",
"id": "color_reference_90s_denim_trousers"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/c57f5dba-50c9-4f31-8b68-front",
"id": "c57f5dba-50c9-4f31-8b68-front"
},
"sequence": 2,
"id": "a98867d8-72c7-441b-b03f-e89bb8ec1dae",
"legacyId": 124
}
],
"variantLinks": [],
"dateCreated": "2021-08-23T16:06:22+00:00",
"dateModified": "2023-10-19T08:49:25+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/c57f5dba-50c9-4f31-8b68-front/preview/men-trousers-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/c57f5dba-50c9-4f31-8b68-front/thumbnail/men-trousers-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/c57f5dba-50c9-4f31-8b68-front/1920x/men-trousers-png.jpg"
},
"id": "c57f5dba-50c9-4f31-8b68-front",
"legacyId": 78
},
{
"@type": "Asset",
"@id": "/api/assets/122c168f-02ef-499b-aed8-front",
"name": "men-trousers-1.png",
"active": true,
"attributes": [],
"metadata": {
"width": "719",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "712 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "719x687",
"Interlace": "Noninterlaced",
"ProfileID": 0,
"ImageWidth": 719,
"Megapixels": 0.494,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 687,
"Orientation": "Horizontal (normal)",
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"MakeAndModel": "(Binary data 40 bytes, use -b option to extract)",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 719,
"FileAccessDate": "2021:08:23 16:06:26+00:00",
"FileModifyDate": "2021:08:23 16:06:26+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "2.1.0",
"VideoCardGamma": "(Binary data 1554 bytes, use -b option to extract)",
"ExifImageHeight": 687,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95047 1 1.0891",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:13 09:39:37",
"RedMatrixColumn": "0.38875 0.21851 0.03897",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.14597 0.09384 0.65976",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.42949 0.68765 0.12617",
"NativeDisplayInfo": "(Binary data 1598 bytes, use -b option to extract)",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Display",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508 0.75165",
"FileInodeChangeDate": "2021:08:23 16:06:26+00:00",
"ProfileDescriptionML": "Color LCD",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileDescriptionML-ca-ES": "LCD en color",
"ProfileDescriptionML-cs-CZ": "Barevný LCD",
"ProfileDescriptionML-da-DK": "LCD-farveskærm",
"ProfileDescriptionML-de-DE": "Farb-LCD",
"ProfileDescriptionML-el-GR": "Έγχρωμη οθόνη LCD",
"ProfileDescriptionML-en-AU": "Colour LCD",
"ProfileDescriptionML-en-GB": "Colour LCD",
"ProfileDescriptionML-es-ES": "LCD color",
"ProfileDescriptionML-es-XL": "LCD color",
"ProfileDescriptionML-fi-FI": "Väri-LCD",
"ProfileDescriptionML-fr-CA": "ACL couleur",
"ProfileDescriptionML-fr-FR": "LCD couleur",
"ProfileDescriptionML-he-IL": "LCD צבעוני",
"ProfileDescriptionML-hi-IN": "रंगीन LCD",
"ProfileDescriptionML-hr-HR": "LCD u boji",
"ProfileDescriptionML-hu-HU": "Színes LCD",
"ProfileDescriptionML-it-IT": "LCD colori",
"ProfileDescriptionML-ja-JP": "カラーLCD",
"ProfileDescriptionML-ko-KR": "컬러 LCD",
"ProfileDescriptionML-nb-NO": "Farge-LCD",
"ProfileDescriptionML-nl-NL": "Kleuren-LCD",
"ProfileDescriptionML-pl-PL": "Kolor LCD",
"ProfileDescriptionML-pt-BR": "LCD Colorido",
"ProfileDescriptionML-pt-PT": "LCD a Cores",
"ProfileDescriptionML-ro-RO": "LCD color",
"ProfileDescriptionML-ru-RU": "Цветной ЖК-дисплей",
"ProfileDescriptionML-sk-SK": "Farebný LCD",
"ProfileDescriptionML-sv-SE": "Färg-LCD",
"ProfileDescriptionML-th-TH": "LCD สี",
"ProfileDescriptionML-tr-TR": "Renkli LCD",
"ProfileDescriptionML-uk-UA": "Кольоровий LCD",
"ProfileDescriptionML-vi-VN": "LCD Màu",
"ProfileDescriptionML-zh-CN": "彩色LCD",
"ProfileDescriptionML-zh-TW": "彩色LCD"
},
"height": "687",
"file_name": "men-trousers-1.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "landscape"
},
"url": "https://cdn.quable.com/education-developers/122c168f-02ef-499b-aed8-front/original/men-trousers-1.png",
"originalFilename": "men-trousers-1.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/122c168f-02ef-499b-aed8-front/thumbnail/men-trousers-1-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/122c168f-02ef-499b-aed8-front/preview/men-trousers-1-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/9009951d-ed06-4e6b-acd7-8eb4f6725747",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_90s_denim_trousers",
"id": "color_reference_90s_denim_trousers"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/122c168f-02ef-499b-aed8-front",
"id": "122c168f-02ef-499b-aed8-front"
},
"sequence": 3,
"id": "9009951d-ed06-4e6b-acd7-8eb4f6725747",
"legacyId": 125
}
],
"variantLinks": [],
"dateCreated": "2021-08-23T16:06:26+00:00",
"dateModified": "2023-10-19T08:49:25+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/122c168f-02ef-499b-aed8-front/preview/men-trousers-1-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/122c168f-02ef-499b-aed8-front/thumbnail/men-trousers-1-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/122c168f-02ef-499b-aed8-front/1920x/men-trousers-1-png.jpg"
},
"id": "122c168f-02ef-499b-aed8-front",
"legacyId": 79
},
{
"@type": "Asset",
"@id": "/api/assets/3436deb0-5bd5-444f-9bc4-front",
"name": "men-trousers-2.png",
"active": true,
"attributes": [],
"metadata": {
"width": "679",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "202 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "679x688",
"Interlace": "Noninterlaced",
"ProfileID": 0,
"ImageWidth": 679,
"Megapixels": 0.467,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 688,
"Orientation": "Horizontal (normal)",
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"MakeAndModel": "(Binary data 40 bytes, use -b option to extract)",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 679,
"FileAccessDate": "2021:08:23 16:06:29+00:00",
"FileModifyDate": "2021:08:23 16:06:29+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "2.1.0",
"VideoCardGamma": "(Binary data 1554 bytes, use -b option to extract)",
"ExifImageHeight": 688,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95047 1 1.0891",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:13 09:39:37",
"RedMatrixColumn": "0.38875 0.21851 0.03897",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.14597 0.09384 0.65976",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.42949 0.68765 0.12617",
"NativeDisplayInfo": "(Binary data 1598 bytes, use -b option to extract)",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Display",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508 0.75165",
"FileInodeChangeDate": "2021:08:23 16:06:29+00:00",
"ProfileDescriptionML": "Color LCD",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileDescriptionML-ca-ES": "LCD en color",
"ProfileDescriptionML-cs-CZ": "Barevný LCD",
"ProfileDescriptionML-da-DK": "LCD-farveskærm",
"ProfileDescriptionML-de-DE": "Farb-LCD",
"ProfileDescriptionML-el-GR": "Έγχρωμη οθόνη LCD",
"ProfileDescriptionML-en-AU": "Colour LCD",
"ProfileDescriptionML-en-GB": "Colour LCD",
"ProfileDescriptionML-es-ES": "LCD color",
"ProfileDescriptionML-es-XL": "LCD color",
"ProfileDescriptionML-fi-FI": "Väri-LCD",
"ProfileDescriptionML-fr-CA": "ACL couleur",
"ProfileDescriptionML-fr-FR": "LCD couleur",
"ProfileDescriptionML-he-IL": "LCD צבעוני",
"ProfileDescriptionML-hi-IN": "रंगीन LCD",
"ProfileDescriptionML-hr-HR": "LCD u boji",
"ProfileDescriptionML-hu-HU": "Színes LCD",
"ProfileDescriptionML-it-IT": "LCD colori",
"ProfileDescriptionML-ja-JP": "カラーLCD",
"ProfileDescriptionML-ko-KR": "컬러 LCD",
"ProfileDescriptionML-nb-NO": "Farge-LCD",
"ProfileDescriptionML-nl-NL": "Kleuren-LCD",
"ProfileDescriptionML-pl-PL": "Kolor LCD",
"ProfileDescriptionML-pt-BR": "LCD Colorido",
"ProfileDescriptionML-pt-PT": "LCD a Cores",
"ProfileDescriptionML-ro-RO": "LCD color",
"ProfileDescriptionML-ru-RU": "Цветной ЖК-дисплей",
"ProfileDescriptionML-sk-SK": "Farebný LCD",
"ProfileDescriptionML-sv-SE": "Färg-LCD",
"ProfileDescriptionML-th-TH": "LCD สี",
"ProfileDescriptionML-tr-TR": "Renkli LCD",
"ProfileDescriptionML-uk-UA": "Кольоровий LCD",
"ProfileDescriptionML-vi-VN": "LCD Màu",
"ProfileDescriptionML-zh-CN": "彩色LCD",
"ProfileDescriptionML-zh-TW": "彩色LCD"
},
"height": "688",
"file_name": "men-trousers-2.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/3436deb0-5bd5-444f-9bc4-front/original/men-trousers-2.png",
"originalFilename": "men-trousers-2.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/3436deb0-5bd5-444f-9bc4-front/thumbnail/men-trousers-2-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/3436deb0-5bd5-444f-9bc4-front/preview/men-trousers-2-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/3a80ed50-ea27-4265-ac4b-21eff099785c",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_90s_denim_trousers",
"id": "color_reference_90s_denim_trousers"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/3436deb0-5bd5-444f-9bc4-front",
"id": "3436deb0-5bd5-444f-9bc4-front"
},
"sequence": 4,
"id": "3a80ed50-ea27-4265-ac4b-21eff099785c",
"legacyId": 126
}
],
"variantLinks": [],
"dateCreated": "2021-08-23T16:06:30+00:00",
"dateModified": "2023-10-19T08:49:25+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/3436deb0-5bd5-444f-9bc4-front/preview/men-trousers-2-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/3436deb0-5bd5-444f-9bc4-front/thumbnail/men-trousers-2-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/3436deb0-5bd5-444f-9bc4-front/1920x/men-trousers-2-png.jpg"
},
"id": "3436deb0-5bd5-444f-9bc4-front",
"legacyId": 80
},
{
"@type": "Asset",
"@id": "/api/assets/c34de735-f7ae-418b-b319-front",
"name": "pin-men-shirt-2.png",
"active": true,
"attributes": [],
"metadata": {
"width": "782",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "543 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "782x690",
"Interlace": "Noninterlaced",
"ProfileID": 0,
"ImageWidth": 782,
"Megapixels": 0.54,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 690,
"Orientation": "Horizontal (normal)",
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"MakeAndModel": "(Binary data 40 bytes, use -b option to extract)",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 782,
"FileAccessDate": "2021:08:23 16:19:15+00:00",
"FileModifyDate": "2021:08:23 16:19:14+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "2.1.0",
"VideoCardGamma": "(Binary data 1554 bytes, use -b option to extract)",
"ExifImageHeight": 690,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95047 1 1.0891",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:13 09:39:37",
"RedMatrixColumn": "0.38875 0.21851 0.03897",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.14597 0.09384 0.65976",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.42949 0.68765 0.12617",
"NativeDisplayInfo": "(Binary data 1598 bytes, use -b option to extract)",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Display",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508 0.75165",
"FileInodeChangeDate": "2021:08:23 16:19:14+00:00",
"ProfileDescriptionML": "Color LCD",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileDescriptionML-ca-ES": "LCD en color",
"ProfileDescriptionML-cs-CZ": "Barevný LCD",
"ProfileDescriptionML-da-DK": "LCD-farveskærm",
"ProfileDescriptionML-de-DE": "Farb-LCD",
"ProfileDescriptionML-el-GR": "Έγχρωμη οθόνη LCD",
"ProfileDescriptionML-en-AU": "Colour LCD",
"ProfileDescriptionML-en-GB": "Colour LCD",
"ProfileDescriptionML-es-ES": "LCD color",
"ProfileDescriptionML-es-XL": "LCD color",
"ProfileDescriptionML-fi-FI": "Väri-LCD",
"ProfileDescriptionML-fr-CA": "ACL couleur",
"ProfileDescriptionML-fr-FR": "LCD couleur",
"ProfileDescriptionML-he-IL": "LCD צבעוני",
"ProfileDescriptionML-hi-IN": "रंगीन LCD",
"ProfileDescriptionML-hr-HR": "LCD u boji",
"ProfileDescriptionML-hu-HU": "Színes LCD",
"ProfileDescriptionML-it-IT": "LCD colori",
"ProfileDescriptionML-ja-JP": "カラーLCD",
"ProfileDescriptionML-ko-KR": "컬러 LCD",
"ProfileDescriptionML-nb-NO": "Farge-LCD",
"ProfileDescriptionML-nl-NL": "Kleuren-LCD",
"ProfileDescriptionML-pl-PL": "Kolor LCD",
"ProfileDescriptionML-pt-BR": "LCD Colorido",
"ProfileDescriptionML-pt-PT": "LCD a Cores",
"ProfileDescriptionML-ro-RO": "LCD color",
"ProfileDescriptionML-ru-RU": "Цветной ЖК-дисплей",
"ProfileDescriptionML-sk-SK": "Farebný LCD",
"ProfileDescriptionML-sv-SE": "Färg-LCD",
"ProfileDescriptionML-th-TH": "LCD สี",
"ProfileDescriptionML-tr-TR": "Renkli LCD",
"ProfileDescriptionML-uk-UA": "Кольоровий LCD",
"ProfileDescriptionML-vi-VN": "LCD Màu",
"ProfileDescriptionML-zh-CN": "彩色LCD",
"ProfileDescriptionML-zh-TW": "彩色LCD"
},
"height": "690",
"file_name": "pin-men-shirt-2.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "landscape"
},
"url": "https://cdn.quable.com/education-developers/c34de735-f7ae-418b-b319-front/original/pin-men-shirt-2.png",
"originalFilename": "pin-men-shirt-2.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/c34de735-f7ae-418b-b319-front/thumbnail/pin-men-shirt-2-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/c34de735-f7ae-418b-b319-front/preview/pin-men-shirt-2-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/acef24a8-6447-47fe-9cac-afbb7dc27b10",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_smooth_pink_shirt",
"id": "color_reference_smooth_pink_shirt"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/c34de735-f7ae-418b-b319-front",
"id": "c34de735-f7ae-418b-b319-front"
},
"sequence": 2,
"id": "acef24a8-6447-47fe-9cac-afbb7dc27b10",
"legacyId": 145
}
],
"variantLinks": [],
"dateCreated": "2021-08-23T16:19:15+00:00",
"dateModified": "2023-10-19T08:49:25+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/c34de735-f7ae-418b-b319-front/preview/pin-men-shirt-2-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/c34de735-f7ae-418b-b319-front/thumbnail/pin-men-shirt-2-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/c34de735-f7ae-418b-b319-front/1920x/pin-men-shirt-2-png.jpg"
},
"id": "c34de735-f7ae-418b-b319-front",
"legacyId": 90
},
{
"@type": "Asset",
"@id": "/api/assets/5f103b86-2aa9-4b4a-8a76-front",
"name": "men-trousers.png",
"active": true,
"attributes": [],
"metadata": {
"width": "692",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "171 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "692x691",
"Interlace": "Noninterlaced",
"ProfileID": 0,
"ImageWidth": 692,
"Megapixels": 0.478,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 691,
"Orientation": "Horizontal (normal)",
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"MakeAndModel": "(Binary data 40 bytes, use -b option to extract)",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 692,
"FileAccessDate": "2021:08:23 16:19:19+00:00",
"FileModifyDate": "2021:08:23 16:19:18+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "2.1.0",
"VideoCardGamma": "(Binary data 1554 bytes, use -b option to extract)",
"ExifImageHeight": 691,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95047 1 1.0891",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:13 09:39:37",
"RedMatrixColumn": "0.38875 0.21851 0.03897",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.14597 0.09384 0.65976",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.42949 0.68765 0.12617",
"NativeDisplayInfo": "(Binary data 1598 bytes, use -b option to extract)",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Display",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508 0.75165",
"FileInodeChangeDate": "2021:08:23 16:19:18+00:00",
"ProfileDescriptionML": "Color LCD",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileDescriptionML-ca-ES": "LCD en color",
"ProfileDescriptionML-cs-CZ": "Barevný LCD",
"ProfileDescriptionML-da-DK": "LCD-farveskærm",
"ProfileDescriptionML-de-DE": "Farb-LCD",
"ProfileDescriptionML-el-GR": "Έγχρωμη οθόνη LCD",
"ProfileDescriptionML-en-AU": "Colour LCD",
"ProfileDescriptionML-en-GB": "Colour LCD",
"ProfileDescriptionML-es-ES": "LCD color",
"ProfileDescriptionML-es-XL": "LCD color",
"ProfileDescriptionML-fi-FI": "Väri-LCD",
"ProfileDescriptionML-fr-CA": "ACL couleur",
"ProfileDescriptionML-fr-FR": "LCD couleur",
"ProfileDescriptionML-he-IL": "LCD צבעוני",
"ProfileDescriptionML-hi-IN": "रंगीन LCD",
"ProfileDescriptionML-hr-HR": "LCD u boji",
"ProfileDescriptionML-hu-HU": "Színes LCD",
"ProfileDescriptionML-it-IT": "LCD colori",
"ProfileDescriptionML-ja-JP": "カラーLCD",
"ProfileDescriptionML-ko-KR": "컬러 LCD",
"ProfileDescriptionML-nb-NO": "Farge-LCD",
"ProfileDescriptionML-nl-NL": "Kleuren-LCD",
"ProfileDescriptionML-pl-PL": "Kolor LCD",
"ProfileDescriptionML-pt-BR": "LCD Colorido",
"ProfileDescriptionML-pt-PT": "LCD a Cores",
"ProfileDescriptionML-ro-RO": "LCD color",
"ProfileDescriptionML-ru-RU": "Цветной ЖК-дисплей",
"ProfileDescriptionML-sk-SK": "Farebný LCD",
"ProfileDescriptionML-sv-SE": "Färg-LCD",
"ProfileDescriptionML-th-TH": "LCD สี",
"ProfileDescriptionML-tr-TR": "Renkli LCD",
"ProfileDescriptionML-uk-UA": "Кольоровий LCD",
"ProfileDescriptionML-vi-VN": "LCD Màu",
"ProfileDescriptionML-zh-CN": "彩色LCD",
"ProfileDescriptionML-zh-TW": "彩色LCD"
},
"height": "691",
"file_name": "men-trousers.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "landscape"
},
"url": "https://cdn.quable.com/education-developers/5f103b86-2aa9-4b4a-8a76-front/original/men-trousers.png",
"originalFilename": "men-trousers.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/5f103b86-2aa9-4b4a-8a76-front/thumbnail/men-trousers-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/5f103b86-2aa9-4b4a-8a76-front/preview/men-trousers-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/0d020c57-98ad-4351-9a47-486457da9688",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_smooth_pink_shirt",
"id": "color_reference_smooth_pink_shirt"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/5f103b86-2aa9-4b4a-8a76-front",
"id": "5f103b86-2aa9-4b4a-8a76-front"
},
"sequence": 1,
"id": "0d020c57-98ad-4351-9a47-486457da9688",
"legacyId": 146
}
],
"variantLinks": [],
"dateCreated": "2021-08-23T16:19:19+00:00",
"dateModified": "2023-10-19T08:49:26+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/5f103b86-2aa9-4b4a-8a76-front/preview/men-trousers-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/5f103b86-2aa9-4b4a-8a76-front/thumbnail/men-trousers-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/5f103b86-2aa9-4b4a-8a76-front/1920x/men-trousers-png.jpg"
},
"id": "5f103b86-2aa9-4b4a-8a76-front",
"legacyId": 91
},
{
"@type": "Asset",
"@id": "/api/assets/0b215bbd-2d47-44b8-b59e-front",
"name": "men-trousers-2.png",
"active": true,
"attributes": [],
"metadata": {
"width": "679",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "202 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "679x688",
"Interlace": "Noninterlaced",
"ProfileID": 0,
"ImageWidth": 679,
"Megapixels": 0.467,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 688,
"Orientation": "Horizontal (normal)",
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"MakeAndModel": "(Binary data 40 bytes, use -b option to extract)",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 679,
"FileAccessDate": "2021:08:23 16:19:22+00:00",
"FileModifyDate": "2021:08:23 16:19:22+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "2.1.0",
"VideoCardGamma": "(Binary data 1554 bytes, use -b option to extract)",
"ExifImageHeight": 688,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95047 1 1.0891",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:13 09:39:37",
"RedMatrixColumn": "0.38875 0.21851 0.03897",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.14597 0.09384 0.65976",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.42949 0.68765 0.12617",
"NativeDisplayInfo": "(Binary data 1598 bytes, use -b option to extract)",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Display",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508 0.75165",
"FileInodeChangeDate": "2021:08:23 16:19:22+00:00",
"ProfileDescriptionML": "Color LCD",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileDescriptionML-ca-ES": "LCD en color",
"ProfileDescriptionML-cs-CZ": "Barevný LCD",
"ProfileDescriptionML-da-DK": "LCD-farveskærm",
"ProfileDescriptionML-de-DE": "Farb-LCD",
"ProfileDescriptionML-el-GR": "Έγχρωμη οθόνη LCD",
"ProfileDescriptionML-en-AU": "Colour LCD",
"ProfileDescriptionML-en-GB": "Colour LCD",
"ProfileDescriptionML-es-ES": "LCD color",
"ProfileDescriptionML-es-XL": "LCD color",
"ProfileDescriptionML-fi-FI": "Väri-LCD",
"ProfileDescriptionML-fr-CA": "ACL couleur",
"ProfileDescriptionML-fr-FR": "LCD couleur",
"ProfileDescriptionML-he-IL": "LCD צבעוני",
"ProfileDescriptionML-hi-IN": "रंगीन LCD",
"ProfileDescriptionML-hr-HR": "LCD u boji",
"ProfileDescriptionML-hu-HU": "Színes LCD",
"ProfileDescriptionML-it-IT": "LCD colori",
"ProfileDescriptionML-ja-JP": "カラーLCD",
"ProfileDescriptionML-ko-KR": "컬러 LCD",
"ProfileDescriptionML-nb-NO": "Farge-LCD",
"ProfileDescriptionML-nl-NL": "Kleuren-LCD",
"ProfileDescriptionML-pl-PL": "Kolor LCD",
"ProfileDescriptionML-pt-BR": "LCD Colorido",
"ProfileDescriptionML-pt-PT": "LCD a Cores",
"ProfileDescriptionML-ro-RO": "LCD color",
"ProfileDescriptionML-ru-RU": "Цветной ЖК-дисплей",
"ProfileDescriptionML-sk-SK": "Farebný LCD",
"ProfileDescriptionML-sv-SE": "Färg-LCD",
"ProfileDescriptionML-th-TH": "LCD สี",
"ProfileDescriptionML-tr-TR": "Renkli LCD",
"ProfileDescriptionML-uk-UA": "Кольоровий LCD",
"ProfileDescriptionML-vi-VN": "LCD Màu",
"ProfileDescriptionML-zh-CN": "彩色LCD",
"ProfileDescriptionML-zh-TW": "彩色LCD"
},
"height": "688",
"file_name": "men-trousers-2.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/0b215bbd-2d47-44b8-b59e-front/original/men-trousers-2.png",
"originalFilename": "men-trousers-2.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/0b215bbd-2d47-44b8-b59e-front/thumbnail/men-trousers-2-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/0b215bbd-2d47-44b8-b59e-front/preview/men-trousers-2-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/5d413ece-8681-4c29-a56a-98c0d8a4e2b4",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_smooth_pink_shirt",
"id": "color_reference_smooth_pink_shirt"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/0b215bbd-2d47-44b8-b59e-front",
"id": "0b215bbd-2d47-44b8-b59e-front"
},
"sequence": 3,
"id": "5d413ece-8681-4c29-a56a-98c0d8a4e2b4",
"legacyId": 147
}
],
"variantLinks": [],
"dateCreated": "2021-08-23T16:19:22+00:00",
"dateModified": "2023-10-19T08:49:26+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/0b215bbd-2d47-44b8-b59e-front/preview/men-trousers-2-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/0b215bbd-2d47-44b8-b59e-front/thumbnail/men-trousers-2-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/0b215bbd-2d47-44b8-b59e-front/1920x/men-trousers-2-png.jpg"
},
"id": "0b215bbd-2d47-44b8-b59e-front",
"legacyId": 92
},
{
"@type": "Asset",
"@id": "/api/assets/eb236f24-9158-49ef-8968-front",
"name": "Grey Oversize vest back.png",
"active": true,
"attributes": [],
"metadata": {
"width": "626",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 16 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 16 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "325 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 16 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "626x743",
"Interlace": "Noninterlaced",
"ProfileID": "01e73363627084e8b7023b3b9c551d6a",
"ImageWidth": 626,
"Megapixels": 0.465,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 743,
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 626,
"FileAccessDate": "2021:08:25 12:50:25+00:00",
"FileModifyDate": "2021:08:25 12:50:24+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ExifImageHeight": 743,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95251 1 1.08606",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:24 09:24:22",
"RedMatrixColumn": "0.407 0.20998 0.0034",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.15839 0.06598 0.76381",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.39882 0.72403 0.05769",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Q24i-1L",
"ChromaticAdaptation": "1.04576 0.02182 -0.04945 0.02797 0.99156 -0.01674 -0.00919 0.01505 0.75375",
"FileInodeChangeDate": "2021:08:25 12:50:24+00:00",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491"
},
"height": "743",
"file_name": "Grey Oversize vest back.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/eb236f24-9158-49ef-8968-front/original/Grey Oversize vest back.png",
"originalFilename": "Grey Oversize vest back.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/eb236f24-9158-49ef-8968-front/thumbnail/grey-oversize-vest-back-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/eb236f24-9158-49ef-8968-front/preview/grey-oversize-vest-back-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [],
"variantLinks": [],
"dateCreated": "2021-08-25T12:50:25+00:00",
"dateModified": "2023-10-19T08:49:26+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/eb236f24-9158-49ef-8968-front/preview/grey-oversize-vest-back-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/eb236f24-9158-49ef-8968-front/thumbnail/grey-oversize-vest-back-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/eb236f24-9158-49ef-8968-front/1920x/grey-oversize-vest-back-png.jpg"
},
"id": "eb236f24-9158-49ef-8968-front",
"legacyId": 120
},
{
"@type": "Asset",
"@id": "/api/assets/19487145-1771-462a-adeb-front",
"name": "Grey Oversize Vest front.png",
"active": true,
"attributes": [],
"metadata": {
"width": "625",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 16 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 16 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "446 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 16 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "625x743",
"Interlace": "Noninterlaced",
"ProfileID": "01e73363627084e8b7023b3b9c551d6a",
"ImageWidth": 625,
"Megapixels": 0.464,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 743,
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 625,
"FileAccessDate": "2021:08:25 12:48:10+00:00",
"FileModifyDate": "2021:08:25 12:48:09+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ExifImageHeight": 743,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95251 1 1.08606",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:24 09:24:22",
"RedMatrixColumn": "0.407 0.20998 0.0034",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.15839 0.06598 0.76381",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.39882 0.72403 0.05769",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Q24i-1L",
"ChromaticAdaptation": "1.04576 0.02182 -0.04945 0.02797 0.99156 -0.01674 -0.00919 0.01505 0.75375",
"FileInodeChangeDate": "2021:08:25 12:48:09+00:00",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491"
},
"height": "743",
"file_name": "Grey Oversize Vest front.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/19487145-1771-462a-adeb-front/original/Grey Oversize Vest front.png",
"originalFilename": "Grey Oversize Vest front.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/19487145-1771-462a-adeb-front/thumbnail/grey-oversize-vest-front-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/19487145-1771-462a-adeb-front/preview/grey-oversize-vest-front-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [],
"variantLinks": [],
"dateCreated": "2021-08-25T12:48:10+00:00",
"dateModified": "2023-10-19T08:49:27+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/19487145-1771-462a-adeb-front/preview/grey-oversize-vest-front-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/19487145-1771-462a-adeb-front/thumbnail/grey-oversize-vest-front-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/19487145-1771-462a-adeb-front/1920x/grey-oversize-vest-front-png.jpg"
},
"id": "19487145-1771-462a-adeb-front",
"legacyId": 119
},
{
"@type": "Asset",
"@id": "/api/assets/f0cb526f-5457-4607-9842-front",
"name": "Look working girl front.png",
"active": true,
"attributes": [],
"metadata": {
"width": "624",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 16 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 16 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "201 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 16 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "624x734",
"Interlace": "Noninterlaced",
"ProfileID": "01e73363627084e8b7023b3b9c551d6a",
"ImageWidth": 624,
"Megapixels": 0.458,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 734,
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 624,
"FileAccessDate": "2021:08:25 12:53:22+00:00",
"FileModifyDate": "2021:08:25 12:53:22+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ExifImageHeight": 734,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95251 1 1.08606",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:24 09:24:22",
"RedMatrixColumn": "0.407 0.20998 0.0034",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.15839 0.06598 0.76381",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.39882 0.72403 0.05769",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Q24i-1L",
"ChromaticAdaptation": "1.04576 0.02182 -0.04945 0.02797 0.99156 -0.01674 -0.00919 0.01505 0.75375",
"FileInodeChangeDate": "2021:08:25 12:53:22+00:00",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491"
},
"height": "734",
"file_name": "Look working girl front.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/f0cb526f-5457-4607-9842-front/original/Look working girl front.png",
"originalFilename": "Look working girl front.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/f0cb526f-5457-4607-9842-front/thumbnail/look-working-girl-front-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/f0cb526f-5457-4607-9842-front/preview/look-working-girl-front-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/a2cd58cc-96b1-4be7-a1eb-ae2eede1269c",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/look_image_studio",
"id": "look_image_studio"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/look_working_girl",
"id": "look_working_girl"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/f0cb526f-5457-4607-9842-front",
"id": "f0cb526f-5457-4607-9842-front"
},
"sequence": 1,
"id": "a2cd58cc-96b1-4be7-a1eb-ae2eede1269c",
"legacyId": 208
}
],
"variantLinks": [],
"dateCreated": "2021-08-25T12:53:23+00:00",
"dateModified": "2023-10-19T08:49:27+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/f0cb526f-5457-4607-9842-front/preview/look-working-girl-front-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/f0cb526f-5457-4607-9842-front/thumbnail/look-working-girl-front-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/f0cb526f-5457-4607-9842-front/1920x/look-working-girl-front-png.jpg"
},
"id": "f0cb526f-5457-4607-9842-front",
"legacyId": 122
},
{
"@type": "Asset",
"@id": "/api/assets/d33ce592-3076-40ae-9d03-front",
"name": "Look working girl back.png",
"active": true,
"attributes": [],
"metadata": {
"width": "627",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 16 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 16 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "203 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 16 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "627x734",
"Interlace": "Noninterlaced",
"ProfileID": "01e73363627084e8b7023b3b9c551d6a",
"ImageWidth": 627,
"Megapixels": 0.46,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 734,
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 627,
"FileAccessDate": "2021:08:25 12:53:40+00:00",
"FileModifyDate": "2021:08:25 12:53:40+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ExifImageHeight": 734,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95251 1 1.08606",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:08:24 09:24:22",
"RedMatrixColumn": "0.407 0.20998 0.0034",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.15839 0.06598 0.76381",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.39882 0.72403 0.05769",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Q24i-1L",
"ChromaticAdaptation": "1.04576 0.02182 -0.04945 0.02797 0.99156 -0.01674 -0.00919 0.01505 0.75375",
"FileInodeChangeDate": "2021:08:25 12:53:40+00:00",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491"
},
"height": "734",
"file_name": "Look working girl back.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/d33ce592-3076-40ae-9d03-front/original/Look working girl back.png",
"originalFilename": "Look working girl back.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/d33ce592-3076-40ae-9d03-front/thumbnail/look-working-girl-back-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/d33ce592-3076-40ae-9d03-front/preview/look-working-girl-back-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/f1027ae1-9666-4a86-8150-872a7f79c810",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/look_image_studio",
"id": "look_image_studio"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/look_working_girl",
"id": "look_working_girl"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/d33ce592-3076-40ae-9d03-front",
"id": "d33ce592-3076-40ae-9d03-front"
},
"sequence": 2,
"id": "f1027ae1-9666-4a86-8150-872a7f79c810",
"legacyId": 209
}
],
"variantLinks": [],
"dateCreated": "2021-08-25T12:53:41+00:00",
"dateModified": "2023-10-19T08:49:27+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/d33ce592-3076-40ae-9d03-front/preview/look-working-girl-back-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/d33ce592-3076-40ae-9d03-front/thumbnail/look-working-girl-back-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/d33ce592-3076-40ae-9d03-front/1920x/look-working-girl-back-png.jpg"
},
"id": "d33ce592-3076-40ae-9d03-front",
"legacyId": 123
},
{
"@type": "Asset",
"@id": "/api/assets/2b68d7ec-57a0-4b61-9348-front",
"name": "Check black and white blazer.png",
"active": true,
"attributes": [],
"metadata": {
"width": "422",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 16 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 16 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "264 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 16 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "422x649",
"Interlace": "Noninterlaced",
"ProfileID": "f919eca11eac16dc9f198078e16ce858",
"ImageWidth": 422,
"Megapixels": 0.274,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 649,
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 422,
"FileAccessDate": "2021:09:06 10:15:36+00:00",
"FileModifyDate": "2021:09:06 10:15:36+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ExifImageHeight": 649,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95251 1 1.08606",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:09:06 11:57:17",
"RedMatrixColumn": "0.407 0.20998 0.0034",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.15839 0.06598 0.76381",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.39882 0.72403 0.05769",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Q24i-1L",
"ChromaticAdaptation": "1.04576 0.02182 -0.04945 0.02797 0.99156 -0.01674 -0.00919 0.01505 0.75375",
"FileInodeChangeDate": "2021:09:06 10:15:36+00:00",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491"
},
"height": "649",
"file_name": "Check black and white blazer.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/2b68d7ec-57a0-4b61-9348-front/original/Check black and white blazer.png",
"originalFilename": "Check black and white blazer.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/2b68d7ec-57a0-4b61-9348-front/thumbnail/check-black-and-white-blazer-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/2b68d7ec-57a0-4b61-9348-front/preview/check-black-and-white-blazer-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [],
"variantLinks": [],
"dateCreated": "2021-09-06T10:15:36+00:00",
"dateModified": "2023-10-19T08:49:27+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/2b68d7ec-57a0-4b61-9348-front/preview/check-black-and-white-blazer-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/2b68d7ec-57a0-4b61-9348-front/thumbnail/check-black-and-white-blazer-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/2b68d7ec-57a0-4b61-9348-front/1920x/check-black-and-white-blazer-png.jpg"
},
"id": "2b68d7ec-57a0-4b61-9348-front",
"legacyId": 130
},
{
"@type": "Asset",
"@id": "/api/assets/c9c35751-4929-455a-8764-front",
"name": "Check black and white blazer 2.png",
"active": true,
"attributes": [],
"metadata": {
"width": "423",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 16 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 16 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "376 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 16 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "423x646",
"Interlace": "Noninterlaced",
"ProfileID": "f919eca11eac16dc9f198078e16ce858",
"ImageWidth": 423,
"Megapixels": 0.273,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 646,
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 423,
"FileAccessDate": "2021:09:06 10:15:39+00:00",
"FileModifyDate": "2021:09:06 10:15:39+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ExifImageHeight": 646,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95251 1 1.08606",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:09:06 11:57:17",
"RedMatrixColumn": "0.407 0.20998 0.0034",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.15839 0.06598 0.76381",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.39882 0.72403 0.05769",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Q24i-1L",
"ChromaticAdaptation": "1.04576 0.02182 -0.04945 0.02797 0.99156 -0.01674 -0.00919 0.01505 0.75375",
"FileInodeChangeDate": "2021:09:06 10:15:39+00:00",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491"
},
"height": "646",
"file_name": "Check black and white blazer 2.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/c9c35751-4929-455a-8764-front/original/Check black and white blazer 2.png",
"originalFilename": "Check black and white blazer 2.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/c9c35751-4929-455a-8764-front/thumbnail/check-black-and-white-blazer-2-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/c9c35751-4929-455a-8764-front/preview/check-black-and-white-blazer-2-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [],
"variantLinks": [],
"dateCreated": "2021-09-06T10:15:40+00:00",
"dateModified": "2023-10-19T08:49:27+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/c9c35751-4929-455a-8764-front/preview/check-black-and-white-blazer-2-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/c9c35751-4929-455a-8764-front/thumbnail/check-black-and-white-blazer-2-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/c9c35751-4929-455a-8764-front/1920x/check-black-and-white-blazer-2-png.jpg"
},
"id": "c9c35751-4929-455a-8764-front",
"legacyId": 131
},
{
"@type": "Asset",
"@id": "/api/assets/1e1be694-840a-4ac0-a82a-front",
"name": "Check black and white blazer 3.png",
"active": true,
"attributes": [],
"metadata": {
"width": "424",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 16 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 16 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "298 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 16 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "424x650",
"Interlace": "Noninterlaced",
"ProfileID": "f919eca11eac16dc9f198078e16ce858",
"ImageWidth": 424,
"Megapixels": 0.276,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 650,
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 424,
"FileAccessDate": "2021:09:06 10:16:51+00:00",
"FileModifyDate": "2021:09:06 10:16:51+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ExifImageHeight": 650,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95251 1 1.08606",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:09:06 11:57:17",
"RedMatrixColumn": "0.407 0.20998 0.0034",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.15839 0.06598 0.76381",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.39882 0.72403 0.05769",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Q24i-1L",
"ChromaticAdaptation": "1.04576 0.02182 -0.04945 0.02797 0.99156 -0.01674 -0.00919 0.01505 0.75375",
"FileInodeChangeDate": "2021:09:06 10:16:51+00:00",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491"
},
"height": "650",
"file_name": "Check black and white blazer 3.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/1e1be694-840a-4ac0-a82a-front/original/Check black and white blazer 3.png",
"originalFilename": "Check black and white blazer 3.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/1e1be694-840a-4ac0-a82a-front/thumbnail/check-black-and-white-blazer-3-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/1e1be694-840a-4ac0-a82a-front/preview/check-black-and-white-blazer-3-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [],
"variantLinks": [
{
"@type": "Link",
"@id": "/api/links/445fb209-c138-44a5-87ad-02c80d4bf3a4",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/sku_images_media",
"id": "sku_images_media"
},
"origin": {
"@type": "Variant",
"@id": "/api/variants/BC-S",
"id": "BC-S"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/1e1be694-840a-4ac0-a82a-front",
"id": "1e1be694-840a-4ac0-a82a-front"
},
"sequence": 1,
"id": "445fb209-c138-44a5-87ad-02c80d4bf3a4",
"legacyId": 279
},
{
"@type": "Link",
"@id": "/api/links/6d6a80c1-f26a-4c76-9c56-83a6648a376d",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/sku_images_media",
"id": "sku_images_media"
},
"origin": {
"@type": "Variant",
"@id": "/api/variants/BC-L",
"id": "BC-L"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/1e1be694-840a-4ac0-a82a-front",
"id": "1e1be694-840a-4ac0-a82a-front"
},
"sequence": 1,
"id": "6d6a80c1-f26a-4c76-9c56-83a6648a376d",
"legacyId": 280
}
],
"dateCreated": "2021-09-06T10:16:51+00:00",
"dateModified": "2023-10-19T08:49:27+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/1e1be694-840a-4ac0-a82a-front/preview/check-black-and-white-blazer-3-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/1e1be694-840a-4ac0-a82a-front/thumbnail/check-black-and-white-blazer-3-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/1e1be694-840a-4ac0-a82a-front/1920x/check-black-and-white-blazer-3-png.jpg"
},
"id": "1e1be694-840a-4ac0-a82a-front",
"legacyId": 132
},
{
"@type": "Asset",
"@id": "/api/assets/0fef8af8-b7cc-4fd4-be1a-front",
"name": "spring dress 2.png",
"active": true,
"attributes": [],
"metadata": {
"width": "424",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 16 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 16 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "219 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 16 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "424x655",
"Interlace": "Noninterlaced",
"ProfileID": "e3bfc2b8128a86339438348ce80bad68",
"ImageWidth": 424,
"Megapixels": 0.278,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 655,
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 424,
"FileAccessDate": "2021:09:06 14:50:36+00:00",
"FileModifyDate": "2021:09:06 14:50:36+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ExifImageHeight": 655,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95251 1 1.08606",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:09:06 14:05:37",
"RedMatrixColumn": "0.407 0.20998 0.0034",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.15839 0.06598 0.76381",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.39882 0.72403 0.05769",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Q24i-1L",
"ChromaticAdaptation": "1.04576 0.02182 -0.04945 0.02797 0.99156 -0.01674 -0.00919 0.01505 0.75375",
"FileInodeChangeDate": "2021:09:06 14:50:36+00:00",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491"
},
"height": "655",
"file_name": "spring dress 2.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/0fef8af8-b7cc-4fd4-be1a-front/original/spring dress 2.png",
"originalFilename": "spring dress 2.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/0fef8af8-b7cc-4fd4-be1a-front/thumbnail/spring-dress-2-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/0fef8af8-b7cc-4fd4-be1a-front/preview/spring-dress-2-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/27e149d9-44c6-47f6-a74a-a272af550acb",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_spring_dress",
"id": "color_reference_spring_dress"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/0fef8af8-b7cc-4fd4-be1a-front",
"id": "0fef8af8-b7cc-4fd4-be1a-front"
},
"sequence": 3,
"id": "27e149d9-44c6-47f6-a74a-a272af550acb",
"legacyId": 249
}
],
"variantLinks": [],
"dateCreated": "2021-09-06T14:50:36+00:00",
"dateModified": "2023-10-19T08:49:28+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/0fef8af8-b7cc-4fd4-be1a-front/preview/spring-dress-2-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/0fef8af8-b7cc-4fd4-be1a-front/thumbnail/spring-dress-2-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/0fef8af8-b7cc-4fd4-be1a-front/1920x/spring-dress-2-png.jpg"
},
"id": "0fef8af8-b7cc-4fd4-be1a-front",
"legacyId": 144
},
{
"@type": "Asset",
"@id": "/api/assets/83501126-1d0c-4994-88d6-front",
"name": "light beige coat.png",
"active": true,
"attributes": [],
"metadata": {
"width": "332",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 16 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 16 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "157 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 16 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "332x652",
"Interlace": "Noninterlaced",
"ProfileID": "e3bfc2b8128a86339438348ce80bad68",
"ImageWidth": 332,
"Megapixels": 0.216,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 652,
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 332,
"FileAccessDate": "2021:09:06 14:54:25+00:00",
"FileModifyDate": "2021:09:06 14:54:25+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ExifImageHeight": 652,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95251 1 1.08606",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:09:06 14:05:37",
"RedMatrixColumn": "0.407 0.20998 0.0034",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.15839 0.06598 0.76381",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.39882 0.72403 0.05769",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Q24i-1L",
"ChromaticAdaptation": "1.04576 0.02182 -0.04945 0.02797 0.99156 -0.01674 -0.00919 0.01505 0.75375",
"FileInodeChangeDate": "2021:09:06 14:54:25+00:00",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491"
},
"height": "652",
"file_name": "light beige coat.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/83501126-1d0c-4994-88d6-front/original/light beige coat.png",
"originalFilename": "light beige coat.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/83501126-1d0c-4994-88d6-front/thumbnail/light-beige-coat-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/83501126-1d0c-4994-88d6-front/preview/light-beige-coat-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/0bca2974-ae91-452e-a2fc-bf6b01f97a06",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_lb_coat",
"id": "color_reference_lb_coat"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/83501126-1d0c-4994-88d6-front",
"id": "83501126-1d0c-4994-88d6-front"
},
"sequence": 2,
"id": "0bca2974-ae91-452e-a2fc-bf6b01f97a06",
"legacyId": 250
}
],
"variantLinks": [],
"dateCreated": "2021-09-06T14:54:25+00:00",
"dateModified": "2023-10-19T08:49:28+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/83501126-1d0c-4994-88d6-front/preview/light-beige-coat-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/83501126-1d0c-4994-88d6-front/thumbnail/light-beige-coat-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/83501126-1d0c-4994-88d6-front/1920x/light-beige-coat-png.jpg"
},
"id": "83501126-1d0c-4994-88d6-front",
"legacyId": 145
},
{
"@type": "Asset",
"@id": "/api/assets/ae9dc92a-016f-4e43-a200-front",
"name": "light beige coat 2.png",
"active": true,
"attributes": [],
"metadata": {
"width": "312",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 16 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 16 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "119 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 16 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "312x650",
"Interlace": "Noninterlaced",
"ProfileID": "e3bfc2b8128a86339438348ce80bad68",
"ImageWidth": 312,
"Megapixels": 0.203,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 650,
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 312,
"FileAccessDate": "2021:09:06 14:55:45+00:00",
"FileModifyDate": "2021:09:06 14:55:45+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ExifImageHeight": 650,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95251 1 1.08606",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:09:06 14:05:37",
"RedMatrixColumn": "0.407 0.20998 0.0034",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.15839 0.06598 0.76381",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.39882 0.72403 0.05769",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Q24i-1L",
"ChromaticAdaptation": "1.04576 0.02182 -0.04945 0.02797 0.99156 -0.01674 -0.00919 0.01505 0.75375",
"FileInodeChangeDate": "2021:09:06 14:55:45+00:00",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491"
},
"height": "650",
"file_name": "light beige coat 2.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/ae9dc92a-016f-4e43-a200-front/original/light beige coat 2.png",
"originalFilename": "light beige coat 2.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/ae9dc92a-016f-4e43-a200-front/thumbnail/light-beige-coat-2-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/ae9dc92a-016f-4e43-a200-front/preview/light-beige-coat-2-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/f4fae6e5-f823-40e8-9c59-aca7178aba09",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_lb_coat",
"id": "color_reference_lb_coat"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/ae9dc92a-016f-4e43-a200-front",
"id": "ae9dc92a-016f-4e43-a200-front"
},
"sequence": 3,
"id": "f4fae6e5-f823-40e8-9c59-aca7178aba09",
"legacyId": 251
}
],
"variantLinks": [],
"dateCreated": "2021-09-06T14:55:45+00:00",
"dateModified": "2023-10-19T08:49:28+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/ae9dc92a-016f-4e43-a200-front/preview/light-beige-coat-2-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/ae9dc92a-016f-4e43-a200-front/thumbnail/light-beige-coat-2-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/ae9dc92a-016f-4e43-a200-front/1920x/light-beige-coat-2-png.jpg"
},
"id": "ae9dc92a-016f-4e43-a200-front",
"legacyId": 146
},
{
"@type": "Asset",
"@id": "/api/assets/f7485b74-f45d-4289-8e3c-front",
"name": "light beige coat 3.png",
"active": true,
"attributes": [],
"metadata": {
"width": "418",
"detail": {
"Filter": "Adaptive",
"RedTRC": "(Binary data 16 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 16 bytes, use -b option to extract)",
"BitDepth": 8,
"CMMFlags": "Not Embedded, Independent",
"FileSize": "154 kB",
"FileType": "PNG",
"GreenTRC": "(Binary data 16 bytes, use -b option to extract)",
"MIMEType": "image/png",
"ColorType": "RGB with Alpha",
"ImageSize": "418x648",
"Interlace": "Noninterlaced",
"ProfileID": "e3bfc2b8128a86339438348ce80bad68",
"ImageWidth": 418,
"Megapixels": 0.271,
"XMPToolkit": "XMP Core 5.4.0",
"Compression": "Deflate/Inflate",
"DeviceModel": "",
"ImageHeight": 648,
"ProfileName": "ICC Profile",
"UserComment": "Screenshot",
"ProfileClass": "Display Device Profile",
"ExifByteOrder": "Big-endian (Motorola, MM)",
"ColorSpaceData": "RGB ",
"ExifImageWidth": 418,
"FileAccessDate": "2021:09:06 14:55:48+00:00",
"FileModifyDate": "2021:09:06 14:55:47+00:00",
"ProfileCMMType": "Apple Computer Inc.",
"ProfileCreator": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ExifImageHeight": 648,
"FilePermissions": "rw-------",
"MediaWhitePoint": "0.95251 1 1.08606",
"PrimaryPlatform": "Apple Computer Inc.",
"ProfileDateTime": "2021:09:06 14:05:37",
"RedMatrixColumn": "0.407 0.20998 0.0034",
"RenderingIntent": "Perceptual",
"BlueMatrixColumn": "0.15839 0.06598 0.76381",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"ProfileCopyright": "Copyright Apple Inc., 2021",
"FileTypeExtension": "png",
"GreenMatrixColumn": "0.39882 0.72403 0.05769",
"DeviceManufacturer": "Apple Computer Inc.",
"ProfileDescription": "Q24i-1L",
"ChromaticAdaptation": "1.04576 0.02182 -0.04945 0.02797 0.99156 -0.01674 -0.00919 0.01505 0.75375",
"FileInodeChangeDate": "2021:09:06 14:55:47+00:00",
"ProfileFileSignature": "acsp",
"ProfileConnectionSpace": "XYZ ",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491"
},
"height": "648",
"file_name": "light beige coat 3.png",
"mime_type": "image/png",
"color_space": "sRGB",
"orientation": "portrait"
},
"url": "https://cdn.quable.com/education-developers/f7485b74-f45d-4289-8e3c-front/original/light beige coat 3.png",
"originalFilename": "light beige coat 3.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/f7485b74-f45d-4289-8e3c-front/thumbnail/light-beige-coat-3-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/f7485b74-f45d-4289-8e3c-front/preview/light-beige-coat-3-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/classification_pictures",
"catalogId": null,
"id": "classification_pictures",
"legacyId": 1444
}
],
"documentLinks": [
{
"@type": "Link",
"@id": "/api/links/9cd12f55-3ebe-4e92-96ac-caa83b360dc6",
"linkType": {
"@type": "LinkType",
"@id": "/api/link-types/color_reference_worn_view",
"id": "color_reference_worn_view"
},
"origin": {
"@type": "Document",
"@id": "/api/documents/color_reference_lb_coat",
"id": "color_reference_lb_coat"
},
"target": {
"@type": "Asset",
"@id": "/api/assets/f7485b74-f45d-4289-8e3c-front",
"id": "f7485b74-f45d-4289-8e3c-front"
},
"sequence": 4,
"id": "9cd12f55-3ebe-4e92-96ac-caa83b360dc6",
"legacyId": 252
}
],
"variantLinks": [],
"dateCreated": "2021-09-06T14:55:48+00:00",
"dateModified": "2023-10-19T08:49:28+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/f7485b74-f45d-4289-8e3c-front/preview/light-beige-coat-3-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/f7485b74-f45d-4289-8e3c-front/thumbnail/light-beige-coat-3-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/f7485b74-f45d-4289-8e3c-front/1920x/light-beige-coat-3-png.jpg"
},
"id": "f7485b74-f45d-4289-8e3c-front",
"legacyId": 147
},
{
"@type": "Asset",
"@id": "/api/assets/b42e6e65-e16f-41e0-9710-front",
"name": "logo ikks.jpeg",
"active": true,
"attributes": [],
"metadata": {
"width": "1200",
"detail": {
"Comment": "Compressed by jpeg-recompress",
"FileSize": "11 kB",
"FileType": "JPEG",
"MIMEType": "image/jpeg",
"ImageSize": "1200x630",
"ImageWidth": 1200,
"Megapixels": 0.756,
"ImageHeight": 630,
"JFIFVersion": 1.01,
"XResolution": 1,
"YResolution": 1,
"BitsPerSample": 8,
"FileAccessDate": "2021:09:22 08:18:35+00:00",
"FileModifyDate": "2021:09:22 08:18:35+00:00",
"ResolutionUnit": "None",
"ColorComponents": 3,
"EncodingProcess": "Progressive DCT, Huffman coding",
"FilePermissions": "rw-------",
"YCbCrSubSampling": "YCbCr4:2:0 (2 2)",
"FileTypeExtension": "jpg",
"FileInodeChangeDate": "2021:09:22 08:18:35+00:00"
},
"height": "630",
"file_name": "logo ikks.jpeg",
"mime_type": "image/jpeg",
"color_space": "sRGB",
"orientation": "landscape"
},
"url": "https://cdn.quable.com/education-developers/b42e6e65-e16f-41e0-9710-front/original/logo ikks.jpeg",
"originalFilename": "logo ikks.jpeg",
"thumbnailUrl": "https://cdn.quable.com/education-developers/b42e6e65-e16f-41e0-9710-front/thumbnail/logo-ikks-jpeg.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/b42e6e65-e16f-41e0-9710-front/preview/logo-ikks-jpeg.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [],
"variantLinks": [],
"dateCreated": "2021-09-22T08:18:35+00:00",
"dateModified": "2023-10-19T08:49:28+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/b42e6e65-e16f-41e0-9710-front/preview/logo-ikks-jpeg.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/b42e6e65-e16f-41e0-9710-front/thumbnail/logo-ikks-jpeg.jpg",
"1920x": "https://cdn.quable.com/education-developers/b42e6e65-e16f-41e0-9710-front/1920x/logo-ikks-jpeg.jpg"
},
"id": "b42e6e65-e16f-41e0-9710-front",
"legacyId": 154
},
{
"@type": "Asset",
"@id": "/api/assets/9d26df20-ecb2-4335-b415-front",
"name": "TK_Logo_Blanc.jpeg",
"active": true,
"attributes": [],
"metadata": {
"width": "1024",
"detail": {
"Comment": "CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 82\n",
"FileSize": "16 kB",
"FileType": "JPEG",
"MIMEType": "image/jpeg",
"ImageSize": "1024x512",
"ImageWidth": 1024,
"Megapixels": 0.524,
"ImageHeight": 512,
"JFIFVersion": 1.01,
"XResolution": 1,
"YResolution": 1,
"BitsPerSample": 8,
"FileAccessDate": "2021:09:22 08:17:43+00:00",
"FileModifyDate": "2021:09:22 08:17:43+00:00",
"ResolutionUnit": "None",
"ColorComponents": 3,
"EncodingProcess": "Baseline DCT, Huffman coding",
"FilePermissions": "rw-------",
"YCbCrSubSampling": "YCbCr4:2:0 (2 2)",
"FileTypeExtension": "jpg",
"FileInodeChangeDate": "2021:09:22 08:17:43+00:00"
},
"height": "512",
"file_name": "TK_Logo_Blanc.jpeg",
"mime_type": "image/jpeg",
"color_space": "Gray",
"orientation": "landscape"
},
"url": "https://cdn.quable.com/education-developers/9d26df20-ecb2-4335-b415-front/original/TK_Logo_Blanc.jpeg",
"originalFilename": "TK_Logo_Blanc.jpeg",
"thumbnailUrl": "https://cdn.quable.com/education-developers/9d26df20-ecb2-4335-b415-front/thumbnail/tk-logo-blanc-jpeg.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/9d26df20-ecb2-4335-b415-front/preview/tk-logo-blanc-jpeg.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [],
"variantLinks": [],
"dateCreated": "2021-09-22T08:17:44+00:00",
"dateModified": "2023-10-19T08:49:29+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/9d26df20-ecb2-4335-b415-front/preview/tk-logo-blanc-jpeg.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/9d26df20-ecb2-4335-b415-front/thumbnail/tk-logo-blanc-jpeg.jpg",
"1920x": "https://cdn.quable.com/education-developers/9d26df20-ecb2-4335-b415-front/1920x/tk-logo-blanc-jpeg.jpg"
},
"id": "9d26df20-ecb2-4335-b415-front",
"legacyId": 152
},
{
"@type": "Asset",
"@id": "/api/assets/0d724006-f993-4bf2-9e79-front",
"name": "logo_zadigvoltaire.jpeg",
"active": true,
"attributes": [],
"metadata": {
"width": "750",
"detail": {
"Format": "image/jpeg",
"FileSize": "67 kB",
"FileType": "JPEG",
"MIMEType": "image/jpeg",
"Software": "Adobe Photoshop CC 2017 (Windows)",
"URL_List": [],
"ColorMode": "RGB",
"ImageSize": "750x500",
"NumSlices": 1,
"ColorSpace": "Uncalibrated",
"CreateDate": "2018:08:23 12:22:42+02:00",
"DocumentID": "adobe:docid:photoshop:79593ac5-a6be-11e8-a22a-9c4856f166e7",
"IPTCDigest": "00000000000000000000000000000000",
"ImageWidth": 750,
"InstanceID": "xmp.iid:2e51bf7a-c874-4c4a-8757-1c3d83377242",
"Megapixels": 0.375,
"ModifyDate": "2018:08:23 12:22:55",
"PrintScale": 1,
"PrintStyle": "Centered",
"ReaderName": "Adobe Photoshop CC 2017",
"WriterName": "Adobe Photoshop",
"XMPToolkit": "Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01 ",
"APP14Flags0": "[14]",
"APP14Flags1": "(none)",
"Compression": "JPEG (old-style)",
"CreatorTool": "Adobe Photoshop CC 2017 (Windows)",
"GlobalAngle": 90,
"HistoryWhen": [
"2018:08:23 12:22:42+02:00",
"2018:08:23 12:22:55+02:00",
"2018:08:23 12:22:55+02:00"
],
"ImageHeight": 500,
"Orientation": "Horizontal (normal)",
"XResolution": 72,
"YResolution": 72,
"MetadataDate": "2018:08:23 12:22:55+02:00",
"BitsPerSample": 8,
"ExifByteOrder": "Big-endian (Motorola, MM)",
"HistoryAction": [
"created",
"saved",
"converted",
"derived",
"saved"
],
"PrintPosition": "0 0",
"ColorTransform": "YCbCr",
"ExifImageWidth": 750,
"FileAccessDate": "2021:09:22 08:18:13+00:00",
"FileModifyDate": "2021:09:22 08:18:12+00:00",
"GlobalAltitude": 30,
"HistoryChanged": [
"/",
"/"
],
"ResolutionUnit": "inches",
"ThumbnailImage": "(Binary data 2772 bytes, use -b option to extract)",
"ColorComponents": 3,
"DisplayedUnitsX": "inches",
"DisplayedUnitsY": "inches",
"EncodingProcess": "Baseline DCT, Huffman coding",
"ExifImageHeight": 500,
"FilePermissions": "rw-------",
"PhotoshopFormat": "Standard",
"SlicesGroupName": "ch_aub_shoppage_logo_zadig&voltaire",
"ThumbnailLength": 2772,
"ThumbnailOffset": 318,
"DCTEncodeVersion": 100,
"PhotoshopQuality": 12,
"PixelAspectRatio": 1,
"ProgressiveScans": "3 Scans",
"YCbCrSubSampling": "YCbCr4:4:4 (1 1)",
"FileTypeExtension": "jpg",
"HasRealMergedData": "Yes",
"HistoryInstanceID": [
"xmp.iid:29f6eca4-dca3-cb4e-ad94-8231df5047e5",
"xmp.iid:2c6761ef-d822-8144-b2b2-d4591387c8ce",
"xmp.iid:2e51bf7a-c874-4c4a-8757-1c3d83377242"
],
"HistoryParameters": [
"from application/vnd.adobe.photoshop to image/jpeg",
"converted from application/vnd.adobe.photoshop to image/jpeg"
],
"OriginalDocumentID": "xmp.did:29f6eca4-dca3-cb4e-ad94-8231df5047e5",
"PhotoshopThumbnail": "(Binary data 2772 bytes, use -b option to extract)",
"FileInodeChangeDate": "2021:09:22 08:18:12+00:00",
"HistorySoftwareAgent": [
"Adobe Photoshop CC 2017 (Windows)",
"Adobe Photoshop CC 2017 (Windows)",
"Adobe Photoshop CC 2017 (Windows)"
],
"DerivedFromDocumentID": "xmp.did:29f6eca4-dca3-cb4e-ad94-8231df5047e5",
"DerivedFromInstanceID": "xmp.iid:2c6761ef-d822-8144-b2b2-d4591387c8ce",
"DerivedFromOriginalDocumentID": "xmp.did:29f6eca4-dca3-cb4e-ad94-8231df5047e5"
},
"height": "500",
"file_name": "logo_zadigvoltaire.jpeg",
"mime_type": "image/jpeg",
"color_space": "sRGB",
"orientation": "landscape"
},
"url": "https://cdn.quable.com/education-developers/0d724006-f993-4bf2-9e79-front/original/logo_zadigvoltaire.jpeg",
"originalFilename": "logo_zadigvoltaire.jpeg",
"thumbnailUrl": "https://cdn.quable.com/education-developers/0d724006-f993-4bf2-9e79-front/thumbnail/logo-zadigvoltaire-jpeg.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/0d724006-f993-4bf2-9e79-front/preview/logo-zadigvoltaire-jpeg.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [],
"variantLinks": [],
"dateCreated": "2021-09-22T08:18:13+00:00",
"dateModified": "2023-10-19T08:49:29+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/0d724006-f993-4bf2-9e79-front/preview/logo-zadigvoltaire-jpeg.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/0d724006-f993-4bf2-9e79-front/thumbnail/logo-zadigvoltaire-jpeg.jpg",
"1920x": "https://cdn.quable.com/education-developers/0d724006-f993-4bf2-9e79-front/1920x/logo-zadigvoltaire-jpeg.jpg"
},
"id": "0d724006-f993-4bf2-9e79-front",
"legacyId": 153
},
{
"@type": "Asset",
"@id": "/api/assets/4afe61f3-2da2-4765-80af-front",
"name": "Logo_maje.png",
"active": true,
"attributes": [],
"metadata": {
"width": "342",
"detail": {
"Filter": "Adaptive",
"Format": "image/png",
"BitDepth": 8,
"FileSize": "69 kB",
"FileType": "PNG",
"MIMEType": "image/png",
"Software": "Adobe Fireworks CS6",
"ColorMode": "RGB",
"ColorType": "RGB with Alpha",
"ImageSize": "342x192",
"Interlace": "Noninterlaced",
"ColorSpace": "Uncalibrated",
"CreateDate": "2018:01:23 17:47:06+01:00",
"DocumentID": "adobe:docid:photoshop:28c30664-01c8-11e8-8652-fc716fbb0657",
"ImageWidth": 342,
"InstanceID": "xmp.iid:fb7e5e9a-265d-b144-8e06-f15453a1a1cc",
"Megapixels": 0.066,
"ModifyDate": "2018:05:25 16:27:08Z",
"PixelUnits": "meters",
"XMPToolkit": "Adobe XMP Core 5.3-c011 66.145661, 2012/02/06-14:56:27 ",
"Compression": "Deflate/Inflate",
"CreatorTool": "Adobe Fireworks CS6 (Windows)",
"HistoryWhen": [
"2018:01:23 17:47:06+01:00",
"2018:01:25 13:06:35+01:00",
"2018:01:25 13:06:35+01:00"
],
"ImageHeight": 192,
"Orientation": "Horizontal (normal)",
"XResolution": 72,
"YResolution": 72,
"MetadataDate": "2018:01:25 13:06:35+01:00",
"HistoryAction": [
"created",
"saved",
"converted",
"derived",
"saved"
],
"ExifImageWidth": 342,
"FileAccessDate": "2021:09:22 08:19:34+00:00",
"FileModifyDate": "2021:09:22 08:19:33+00:00",
"HistoryChanged": [
"/",
"/"
],
"PixelsPerUnitX": 2834,
"PixelsPerUnitY": 2834,
"ResolutionUnit": "inches",
"ExifImageHeight": 192,
"FilePermissions": "rw-------",
"SignificantBits": "8 8 8 8",
"DocumentAncestors": [
"adobe:docid:photoshop:ef3b80a1-e2dd-11e6-8159-a00c292360e3",
"xmp.did:115E35B5CE7F11E1A960A4BFF28FC0FC",
"xmp.did:11A10747872211E384B2E0B40702FDAC",
"xmp.did:24AB51170F7B11E58AA2F3D77F285CC2",
"xmp.did:399E6E503ED511E7A783BC2C5C050C6C",
"xmp.did:8D45375D1A5E11E5AD5E84DA4585270C"
],
"FileTypeExtension": "png",
"HistoryInstanceID": [
"xmp.iid:2eb4f427-1242-b447-848e-6e05fbf9a34c",
"xmp.iid:13f90585-a1ab-c64a-a15e-8a80f6d9bd11",
"xmp.iid:fb7e5e9a-265d-b144-8e06-f15453a1a1cc"
],
"HistoryParameters": [
"from application/vnd.adobe.photoshop to image/png",
"converted from application/vnd.adobe.photoshop to image/png"
],
"OriginalDocumentID": "xmp.did:2eb4f427-1242-b447-848e-6e05fbf9a34c",
"FileInodeChangeDate": "2021:09:22 08:19:33+00:00",
"HistorySoftwareAgent": [
"Adobe Photoshop CC 2017 (Windows)",
"Adobe Photoshop CC 2017 (Windows)",
"Adobe Photoshop CC 2017 (Windows)"
],
"DerivedFromDocumentID": "xmp.did:2eb4f427-1242-b447-848e-6e05fbf9a34c",
"DerivedFromInstanceID": "xmp.iid:13f90585-a1ab-c64a-a15e-8a80f6d9bd11",
"DerivedFromOriginalDocumentID": "xmp.did:2eb4f427-1242-b447-848e-6e05fbf9a34c"
},
"height": "192",
"file_name": "Logo_maje.png",
"mime_type": "image/png",
"color_space": "Gray",
"orientation": "landscape"
},
"url": "https://cdn.quable.com/education-developers/4afe61f3-2da2-4765-80af-front/original/Logo_maje.png",
"originalFilename": "Logo_maje.png",
"thumbnailUrl": "https://cdn.quable.com/education-developers/4afe61f3-2da2-4765-80af-front/thumbnail/logo-maje-png.jpg",
"previewUrl": "https://cdn.quable.com/education-developers/4afe61f3-2da2-4765-80af-front/preview/logo-maje-png.jpg",
"classifications": [
{
"@type": "Classification",
"@id": "/api/classifications/dam_sort",
"catalogId": null,
"id": "dam_sort",
"legacyId": 3
}
],
"documentLinks": [],
"variantLinks": [],
"dateCreated": "2021-09-22T08:19:34+00:00",
"dateModified": "2023-10-19T08:49:29+00:00",
"thumbnails": {
"preview": "https://cdn.quable.com/education-developers/4afe61f3-2da2-4765-80af-front/preview/logo-maje-png.jpg",
"thumbnail": "https://cdn.quable.com/education-developers/4afe61f3-2da2-4765-80af-front/thumbnail/logo-maje-png.jpg",
"1920x": "https://cdn.quable.com/education-developers/4afe61f3-2da2-4765-80af-front/1920x/logo-maje-png.jpg"
},
"id": "4afe61f3-2da2-4765-80af-front",
"legacyId": 155
}
],
"hydra:totalItems": 73,
"hydra:view": {
"@id": "/api/assets?%2Fassets%2F=&limit=30&dateModified%5Bafter%5D=2023-09-01%2003%3A38%3A09&page=1",
"@type": "hydra:PartialCollectionView",
"hydra:first": "/api/assets?%2Fassets%2F=&limit=30&dateModified%5Bafter%5D=2023-09-01%2003%3A38%3A09&page=1",
"hydra:last": "/api/assets?%2Fassets%2F=&limit=30&dateModified%5Bafter%5D=2023-09-01%2003%3A38%3A09&page=3",
"hydra:next": "/api/assets?%2Fassets%2F=&limit=30&dateModified%5Bafter%5D=2023-09-01%2003%3A38%3A09&page=2"
},
"hydra:search": {
"@type": "hydra:IriTemplate",
"hydra:template": "/api/assets{?id,id[],search,documentLinks.link_type_id_example.origin.id,documentLinks.link_type_id_example.origin.id[],attributes.attribute_example_id,attributes.attribute_example_id[],attributes.attribute_example_id[equals],attributes.attribute_example_id[contains],catalogs.id,catalogs.id[],classifications.id,classifications.id[],order[id],order[name],order[dateCreated],order[dateModified],dateCreated[before],dateCreated[strictly_before],dateCreated[after],dateCreated[strictly_after],dateModified[before],dateModified[strictly_before],dateModified[after],dateModified[strictly_after],name,name[]}",
"hydra:variableRepresentation": "BasicRepresentation",
"hydra:mapping": [
{
"@type": "IriTemplateMapping",
"variable": "id",
"property": "id",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "id[]",
"property": "id",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "search",
"property": "search",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "documentLinks.link_type_id_example.origin.id",
"property": "documentLinks.origin.id",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "documentLinks.link_type_id_example.origin.id[]",
"property": "documentLinks.origin.id",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "attributes.attribute_example_id",
"property": "attributes.attribute_example_id",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "attributes.attribute_example_id[]",
"property": "attributes.attribute_example_id",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "attributes.attribute_example_id[equals]",
"property": "attributes.attribute_example_id",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "attributes.attribute_example_id[contains]",
"property": "attributes.attribute_example_id",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "catalogs.id",
"property": "catalogs.id",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "catalogs.id[]",
"property": "catalogs.id",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "classifications.id",
"property": "classifications.id",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "classifications.id[]",
"property": "classifications.id",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "order[id]",
"property": "id",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "order[name]",
"property": "name",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "order[dateCreated]",
"property": "dateCreated",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "order[dateModified]",
"property": "dateModified",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "dateCreated[before]",
"property": "dateCreated",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "dateCreated[strictly_before]",
"property": "dateCreated",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "dateCreated[after]",
"property": "dateCreated",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "dateCreated[strictly_after]",
"property": "dateCreated",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "dateModified[before]",
"property": "dateModified",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "dateModified[strictly_before]",
"property": "dateModified",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "dateModified[after]",
"property": "dateModified",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "dateModified[strictly_after]",
"property": "dateModified",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "name",
"property": "name",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "name[]",
"property": "name",
"required": false
}
]
}
}