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": "f7b0ef80-0d9a-4d5c-b524-4f0bcd669710",
"ProductId": "d7b53eb6-71c8-4f17-8c40-0c44c10a9348",
"AttrValue1": "163eda17-72ed-4b6d-8172-00ee51b4b963",
"AttrValue2": "8e39dbed-7614-45df-947c-19dea9feaa86",
"AttrValue3": "3f7c9a46-e9f9-46d3-9b3b-5ac48fc00a01",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "cd83a327-12de-416c-ac69-1db187ce010a",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "965ea3da-5634-4059-9e3d-bff6b6917a4f",
"ImageID": "8807e72e-0317-4b43-af01-285e53ddc1b3",
"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": "965ea3da-5634-4059-9e3d-bff6b6917a4f",
"ImageID": "8807e72e-0317-4b43-af01-285e53ddc1b3",
"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": "f7b0ef80-0d9a-4d5c-b524-4f0bcd669710",
"ProductId": "d7b53eb6-71c8-4f17-8c40-0c44c10a9348",
"AttrValue1": "163eda17-72ed-4b6d-8172-00ee51b4b963",
"AttrValue2": "8e39dbed-7614-45df-947c-19dea9feaa86",
"AttrValue3": "3f7c9a46-e9f9-46d3-9b3b-5ac48fc00a01",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "cd83a327-12de-416c-ac69-1db187ce010a",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "965ea3da-5634-4059-9e3d-bff6b6917a4f",
"ImageID": "8807e72e-0317-4b43-af01-285e53ddc1b3",
"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": "965ea3da-5634-4059-9e3d-bff6b6917a4f",
"ImageID": "8807e72e-0317-4b43-af01-285e53ddc1b3",
"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"
}
]