GET AdminApi/ProdImage/GetImageByProductId?id={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": "2ecefe11-3e3f-4c94-8c23-2274d4706132",
"ProductId": "d589f11a-5768-4362-9554-1003de4e86a7",
"AttrValue1": "00ff4620-ee47-4647-b199-3019f5fa6558",
"AttrValue2": "be8bdb89-529e-46ef-ac38-85d3ef23a3e4",
"AttrValue3": "15b96027-edf3-405c-b8fa-d1e52b34469c",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "36ecf463-b115-4e3a-8a37-6050b5f9ca1b",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "5bb85d1c-3088-43f1-a3ab-f04c3082ab02",
"ImageID": "a7183605-66f1-4c68-9c9e-d295c3935db1",
"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": "5bb85d1c-3088-43f1-a3ab-f04c3082ab02",
"ImageID": "a7183605-66f1-4c68-9c9e-d295c3935db1",
"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": "2ecefe11-3e3f-4c94-8c23-2274d4706132",
"ProductId": "d589f11a-5768-4362-9554-1003de4e86a7",
"AttrValue1": "00ff4620-ee47-4647-b199-3019f5fa6558",
"AttrValue2": "be8bdb89-529e-46ef-ac38-85d3ef23a3e4",
"AttrValue3": "15b96027-edf3-405c-b8fa-d1e52b34469c",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "36ecf463-b115-4e3a-8a37-6050b5f9ca1b",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "5bb85d1c-3088-43f1-a3ab-f04c3082ab02",
"ImageID": "a7183605-66f1-4c68-9c9e-d295c3935db1",
"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": "5bb85d1c-3088-43f1-a3ab-f04c3082ab02",
"ImageID": "a7183605-66f1-4c68-9c9e-d295c3935db1",
"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"
}
]