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": "35ba84ba-b2d7-4565-8a1e-da18404d468b",
"ProductId": "1c05af88-df47-4b82-8fb0-66de9df560d7",
"AttrValue1": "2d1bfd11-6687-496e-b98a-886ae2b0a3d6",
"AttrValue2": "8e225747-a515-47d6-bd74-27fb54a464c6",
"AttrValue3": "7e3dbad2-9417-4199-9779-d8f0b3eedde0",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "c85af36a-4109-4002-b7b6-868b715b1332",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "e56569f2-e808-4f8f-bd68-563bbfc119ad",
"ImageID": "b4ec66a1-e5ec-42eb-80c7-77bc3623b839",
"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": "e56569f2-e808-4f8f-bd68-563bbfc119ad",
"ImageID": "b4ec66a1-e5ec-42eb-80c7-77bc3623b839",
"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": "35ba84ba-b2d7-4565-8a1e-da18404d468b",
"ProductId": "1c05af88-df47-4b82-8fb0-66de9df560d7",
"AttrValue1": "2d1bfd11-6687-496e-b98a-886ae2b0a3d6",
"AttrValue2": "8e225747-a515-47d6-bd74-27fb54a464c6",
"AttrValue3": "7e3dbad2-9417-4199-9779-d8f0b3eedde0",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "c85af36a-4109-4002-b7b6-868b715b1332",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "e56569f2-e808-4f8f-bd68-563bbfc119ad",
"ImageID": "b4ec66a1-e5ec-42eb-80c7-77bc3623b839",
"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": "e56569f2-e808-4f8f-bd68-563bbfc119ad",
"ImageID": "b4ec66a1-e5ec-42eb-80c7-77bc3623b839",
"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"
}
]