GET AdminApi/ProdImage/GetImageByProductId/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductImageView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| AttrValue1 | globally unique identifier |
None. |
|
| AttrValue2 | globally unique identifier |
None. |
|
| AttrValue3 | globally unique identifier |
None. |
|
| AttrValues1Name | string |
None. |
|
| AttrValues2Name | string |
None. |
|
| AttrValues3Name | string |
None. |
|
| Sku | globally unique identifier |
None. |
|
| Type | ImageType |
None. |
|
| Image | string |
None. |
|
| Items | Collection of ProductImageItemView |
None. |
|
| IsDefault | boolean |
None. |
|
| IsDefaultName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "e886fff8-0d1b-4834-a831-38aa997bb975",
"ProductId": "5593f150-cb02-4993-af26-3c722384db83",
"AttrValue1": "9a26cafe-7a2c-41dd-8c95-8472fcc75ef9",
"AttrValue2": "808e3191-4623-4180-bcc6-725e7fd56a62",
"AttrValue3": "97de97df-b834-473c-b4fa-1a4140ec02fc",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "3e031be6-38f6-4ab4-a17a-b83607402618",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "c23b8ffa-b901-43a6-a1be-92b4513b8085",
"ImageID": "e6f85fd4-1474-427d-8d92-a038bdedab7b",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
},
{
"Id": "c23b8ffa-b901-43a6-a1be-92b4513b8085",
"ImageID": "e6f85fd4-1474-427d-8d92-a038bdedab7b",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
}
],
"IsDefault": true,
"IsDefaultName": "sample string 12"
},
{
"Id": "e886fff8-0d1b-4834-a831-38aa997bb975",
"ProductId": "5593f150-cb02-4993-af26-3c722384db83",
"AttrValue1": "9a26cafe-7a2c-41dd-8c95-8472fcc75ef9",
"AttrValue2": "808e3191-4623-4180-bcc6-725e7fd56a62",
"AttrValue3": "97de97df-b834-473c-b4fa-1a4140ec02fc",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "3e031be6-38f6-4ab4-a17a-b83607402618",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "c23b8ffa-b901-43a6-a1be-92b4513b8085",
"ImageID": "e6f85fd4-1474-427d-8d92-a038bdedab7b",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
},
{
"Id": "c23b8ffa-b901-43a6-a1be-92b4513b8085",
"ImageID": "e6f85fd4-1474-427d-8d92-a038bdedab7b",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
}
],
"IsDefault": true,
"IsDefaultName": "sample string 12"
}
]