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": "e54fe97f-1f69-4da6-8676-68a2250d15bf",
"ProductId": "d0c1d4f9-373d-4590-b423-0e5cf7d295a9",
"AttrValue1": "fbca5081-4b45-4e52-b739-62326c0a52c4",
"AttrValue2": "672c7506-0459-42c2-8ce0-d4b170d05d67",
"AttrValue3": "ac69355c-4a73-46e2-95f8-92ab19869f16",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "c6d87b48-942a-40f8-9f56-7490c6613b83",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "4f1fbf6d-0f48-46f4-ae82-0b8b10684f10",
"ImageID": "fcbf5ac7-0336-43e1-aa1e-df8cd3c3f507",
"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": "4f1fbf6d-0f48-46f4-ae82-0b8b10684f10",
"ImageID": "fcbf5ac7-0336-43e1-aa1e-df8cd3c3f507",
"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": "e54fe97f-1f69-4da6-8676-68a2250d15bf",
"ProductId": "d0c1d4f9-373d-4590-b423-0e5cf7d295a9",
"AttrValue1": "fbca5081-4b45-4e52-b739-62326c0a52c4",
"AttrValue2": "672c7506-0459-42c2-8ce0-d4b170d05d67",
"AttrValue3": "ac69355c-4a73-46e2-95f8-92ab19869f16",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "c6d87b48-942a-40f8-9f56-7490c6613b83",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "4f1fbf6d-0f48-46f4-ae82-0b8b10684f10",
"ImageID": "fcbf5ac7-0336-43e1-aa1e-df8cd3c3f507",
"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": "4f1fbf6d-0f48-46f4-ae82-0b8b10684f10",
"ImageID": "fcbf5ac7-0336-43e1-aa1e-df8cd3c3f507",
"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"
}
]