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": "412b4fdb-bb3e-45fa-9478-4b48b172430d",
"ProductId": "d1c64e8a-c37d-4dad-8323-9d2b97260da6",
"AttrValue1": "1fdeeeaa-bc9e-4a7c-9f60-a20368403e0f",
"AttrValue2": "f565961a-9b6f-4301-9f69-f625bf66a804",
"AttrValue3": "23b8028d-89fd-421e-82fe-76d2940bf758",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "a870f593-074b-4668-b063-3447b9ed1bfb",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "dc3b324b-faac-4581-8086-82d22852c9de",
"ImageID": "7532c95e-423f-4a0e-95ff-8a9054f95e5c",
"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": "dc3b324b-faac-4581-8086-82d22852c9de",
"ImageID": "7532c95e-423f-4a0e-95ff-8a9054f95e5c",
"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": "412b4fdb-bb3e-45fa-9478-4b48b172430d",
"ProductId": "d1c64e8a-c37d-4dad-8323-9d2b97260da6",
"AttrValue1": "1fdeeeaa-bc9e-4a7c-9f60-a20368403e0f",
"AttrValue2": "f565961a-9b6f-4301-9f69-f625bf66a804",
"AttrValue3": "23b8028d-89fd-421e-82fe-76d2940bf758",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "a870f593-074b-4668-b063-3447b9ed1bfb",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "dc3b324b-faac-4581-8086-82d22852c9de",
"ImageID": "7532c95e-423f-4a0e-95ff-8a9054f95e5c",
"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": "dc3b324b-faac-4581-8086-82d22852c9de",
"ImageID": "7532c95e-423f-4a0e-95ff-8a9054f95e5c",
"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"
}
]