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": "c8bc9137-cda0-4227-8f4a-549888194d2d",
"ProductId": "527e8d3c-867f-4b82-ae20-f7438657de8f",
"AttrValue1": "22440625-908d-4c83-9773-e46c6f3de59d",
"AttrValue2": "e55d98d0-4890-4f1e-9f42-f1f866924712",
"AttrValue3": "9e4dbd36-23d5-4066-b8ac-ccdfce7fda98",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "354d86d6-b429-4f2d-bbbc-bb22f329893c",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "18365dd4-5f99-48ff-a900-914984652757",
"ImageID": "9b9428cc-4c4b-4d28-9175-d0a257cfe55d",
"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": "18365dd4-5f99-48ff-a900-914984652757",
"ImageID": "9b9428cc-4c4b-4d28-9175-d0a257cfe55d",
"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": "c8bc9137-cda0-4227-8f4a-549888194d2d",
"ProductId": "527e8d3c-867f-4b82-ae20-f7438657de8f",
"AttrValue1": "22440625-908d-4c83-9773-e46c6f3de59d",
"AttrValue2": "e55d98d0-4890-4f1e-9f42-f1f866924712",
"AttrValue3": "9e4dbd36-23d5-4066-b8ac-ccdfce7fda98",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "354d86d6-b429-4f2d-bbbc-bb22f329893c",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "18365dd4-5f99-48ff-a900-914984652757",
"ImageID": "9b9428cc-4c4b-4d28-9175-d0a257cfe55d",
"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": "18365dd4-5f99-48ff-a900-914984652757",
"ImageID": "9b9428cc-4c4b-4d28-9175-d0a257cfe55d",
"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"
}
]