GET Api/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": "121230d1-929a-46d0-94d4-2462eded55b5",
"ProductId": "7109c31f-b9fd-4790-9d93-657545c2b1d3",
"AttrValue1": "c0e054c8-777d-4da4-8569-67af504eabfa",
"AttrValue2": "5702bdd3-3d4a-4a27-9eb8-6425634988e0",
"AttrValue3": "0d954018-4136-4961-bacc-f232f5def633",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "cdef9c5f-ee84-4c03-ae82-36adee6254e6",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "f1e3d179-383c-4a3e-ab30-baf165e6dfde",
"ImageID": "7ee444aa-6203-496c-b0d7-eb9e1922a834",
"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": "f1e3d179-383c-4a3e-ab30-baf165e6dfde",
"ImageID": "7ee444aa-6203-496c-b0d7-eb9e1922a834",
"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": "121230d1-929a-46d0-94d4-2462eded55b5",
"ProductId": "7109c31f-b9fd-4790-9d93-657545c2b1d3",
"AttrValue1": "c0e054c8-777d-4da4-8569-67af504eabfa",
"AttrValue2": "5702bdd3-3d4a-4a27-9eb8-6425634988e0",
"AttrValue3": "0d954018-4136-4961-bacc-f232f5def633",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "cdef9c5f-ee84-4c03-ae82-36adee6254e6",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "f1e3d179-383c-4a3e-ab30-baf165e6dfde",
"ImageID": "7ee444aa-6203-496c-b0d7-eb9e1922a834",
"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": "f1e3d179-383c-4a3e-ab30-baf165e6dfde",
"ImageID": "7ee444aa-6203-496c-b0d7-eb9e1922a834",
"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"
}
]