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": "146723e4-23f3-4108-9835-44d14d44627b",
"ProductId": "1df9a574-ebd5-4d52-82ca-85ea69aa21b8",
"AttrValue1": "379221ee-771d-4d09-92f9-189a73a8b900",
"AttrValue2": "f4caba70-50d7-4fe6-82e7-8ebedbd09329",
"AttrValue3": "a8f33f87-43ae-4277-83a4-42d68853196c",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "5a2ac69f-06ac-4f7e-a11f-0bb2e833e09c",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "f6dd0e8f-987b-4ab9-a6ee-a50487a1e8b3",
"ImageID": "35de1e47-f581-452a-903b-04e048b3c130",
"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": "f6dd0e8f-987b-4ab9-a6ee-a50487a1e8b3",
"ImageID": "35de1e47-f581-452a-903b-04e048b3c130",
"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": "146723e4-23f3-4108-9835-44d14d44627b",
"ProductId": "1df9a574-ebd5-4d52-82ca-85ea69aa21b8",
"AttrValue1": "379221ee-771d-4d09-92f9-189a73a8b900",
"AttrValue2": "f4caba70-50d7-4fe6-82e7-8ebedbd09329",
"AttrValue3": "a8f33f87-43ae-4277-83a4-42d68853196c",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "5a2ac69f-06ac-4f7e-a11f-0bb2e833e09c",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "f6dd0e8f-987b-4ab9-a6ee-a50487a1e8b3",
"ImageID": "35de1e47-f581-452a-903b-04e048b3c130",
"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": "f6dd0e8f-987b-4ab9-a6ee-a50487a1e8b3",
"ImageID": "35de1e47-f581-452a-903b-04e048b3c130",
"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"
}
]