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": "e4670657-dd4f-4947-bcfc-9ec126a58321",
"ProductId": "d686cd00-dfe8-48a9-abb8-8de5efeb21f5",
"AttrValue1": "ade16289-44c9-460b-abbe-23868400ea3e",
"AttrValue2": "92815188-5ffc-4151-8055-28c234297073",
"AttrValue3": "8f272d30-025c-42be-893a-eefe48594365",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "9dd29f80-ec8d-45bf-aa25-930340e6a2ff",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "ec72a4fc-2a6b-495a-b80d-7d31e5091b08",
"ImageID": "d5e6d4ab-3322-4919-bfd2-331427a62371",
"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": "ec72a4fc-2a6b-495a-b80d-7d31e5091b08",
"ImageID": "d5e6d4ab-3322-4919-bfd2-331427a62371",
"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": "e4670657-dd4f-4947-bcfc-9ec126a58321",
"ProductId": "d686cd00-dfe8-48a9-abb8-8de5efeb21f5",
"AttrValue1": "ade16289-44c9-460b-abbe-23868400ea3e",
"AttrValue2": "92815188-5ffc-4151-8055-28c234297073",
"AttrValue3": "8f272d30-025c-42be-893a-eefe48594365",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "9dd29f80-ec8d-45bf-aa25-930340e6a2ff",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "ec72a4fc-2a6b-495a-b80d-7d31e5091b08",
"ImageID": "d5e6d4ab-3322-4919-bfd2-331427a62371",
"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": "ec72a4fc-2a6b-495a-b80d-7d31e5091b08",
"ImageID": "d5e6d4ab-3322-4919-bfd2-331427a62371",
"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"
}
]