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": "ba2f29b2-e8a8-4d37-9472-47440bb3e48b",
"ProductId": "c80eefa6-a2c1-48d6-a59c-d80c9cd3c290",
"AttrValue1": "2c6e463b-9633-4811-9aa4-12320735d716",
"AttrValue2": "b2b11680-b98a-4e2a-9854-372098f4155b",
"AttrValue3": "073be7b2-77fb-4618-87e4-4490177e8d59",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "f10c3955-2bec-445a-9eed-9aa6f0c36a58",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "248c5b2f-c8d5-4a7a-a758-5da9a5b50e91",
"ImageID": "92c55e02-7098-4a29-bcd7-1e59bc204951",
"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": "248c5b2f-c8d5-4a7a-a758-5da9a5b50e91",
"ImageID": "92c55e02-7098-4a29-bcd7-1e59bc204951",
"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": "ba2f29b2-e8a8-4d37-9472-47440bb3e48b",
"ProductId": "c80eefa6-a2c1-48d6-a59c-d80c9cd3c290",
"AttrValue1": "2c6e463b-9633-4811-9aa4-12320735d716",
"AttrValue2": "b2b11680-b98a-4e2a-9854-372098f4155b",
"AttrValue3": "073be7b2-77fb-4618-87e4-4490177e8d59",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "f10c3955-2bec-445a-9eed-9aa6f0c36a58",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "248c5b2f-c8d5-4a7a-a758-5da9a5b50e91",
"ImageID": "92c55e02-7098-4a29-bcd7-1e59bc204951",
"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": "248c5b2f-c8d5-4a7a-a758-5da9a5b50e91",
"ImageID": "92c55e02-7098-4a29-bcd7-1e59bc204951",
"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"
}
]