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": "2aeb8999-44ad-46c9-b9af-8b820c649a78",
"ProductId": "e1e91195-2571-4772-a199-bbbe7fa5539e",
"AttrValue1": "418fa9d1-dfe8-4044-adf6-b892ef2eb2af",
"AttrValue2": "d0399448-2fe3-488a-8851-a6316e9e69eb",
"AttrValue3": "97bef6a2-5744-4814-bb32-b33590c84a9e",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "590f3f92-1a89-43e2-be64-3575eba8cd6d",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "6d9e9190-2cf9-4341-bd26-95b26732ed8a",
"ImageID": "845b300c-bbd0-446a-a14d-7405963028f1",
"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": "6d9e9190-2cf9-4341-bd26-95b26732ed8a",
"ImageID": "845b300c-bbd0-446a-a14d-7405963028f1",
"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": "2aeb8999-44ad-46c9-b9af-8b820c649a78",
"ProductId": "e1e91195-2571-4772-a199-bbbe7fa5539e",
"AttrValue1": "418fa9d1-dfe8-4044-adf6-b892ef2eb2af",
"AttrValue2": "d0399448-2fe3-488a-8851-a6316e9e69eb",
"AttrValue3": "97bef6a2-5744-4814-bb32-b33590c84a9e",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "590f3f92-1a89-43e2-be64-3575eba8cd6d",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "6d9e9190-2cf9-4341-bd26-95b26732ed8a",
"ImageID": "845b300c-bbd0-446a-a14d-7405963028f1",
"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": "6d9e9190-2cf9-4341-bd26-95b26732ed8a",
"ImageID": "845b300c-bbd0-446a-a14d-7405963028f1",
"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"
}
]