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": "075309e7-c70d-43a9-b54b-1bc4f30e6a49",
"ProductId": "6f1f1165-12d6-4563-8a20-2ddf462419de",
"AttrValue1": "3d3edf98-59c4-4fe2-864a-c5b1d255a231",
"AttrValue2": "00597030-fc62-4fc0-a8c6-5992dd004a7f",
"AttrValue3": "5a4f9b5d-b2a5-4560-9979-be33d71a4e0b",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "fe183ef0-e131-40f2-8996-542a4a8a3233",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "1124d8c5-2767-41bd-97b8-030f3cc3b052",
"ImageID": "803a58f2-4e0a-4149-a996-b1056950e90e",
"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": "1124d8c5-2767-41bd-97b8-030f3cc3b052",
"ImageID": "803a58f2-4e0a-4149-a996-b1056950e90e",
"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": "075309e7-c70d-43a9-b54b-1bc4f30e6a49",
"ProductId": "6f1f1165-12d6-4563-8a20-2ddf462419de",
"AttrValue1": "3d3edf98-59c4-4fe2-864a-c5b1d255a231",
"AttrValue2": "00597030-fc62-4fc0-a8c6-5992dd004a7f",
"AttrValue3": "5a4f9b5d-b2a5-4560-9979-be33d71a4e0b",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "fe183ef0-e131-40f2-8996-542a4a8a3233",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "1124d8c5-2767-41bd-97b8-030f3cc3b052",
"ImageID": "803a58f2-4e0a-4149-a996-b1056950e90e",
"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": "1124d8c5-2767-41bd-97b8-030f3cc3b052",
"ImageID": "803a58f2-4e0a-4149-a996-b1056950e90e",
"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"
}
]