GET Api/ProdImage/GetSingleImageById?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ProductImageItemView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ImageID | globally unique identifier |
None. |
|
| OriginalPath | string |
None. |
|
| Path | string |
None. |
|
| Size | integer |
None. |
|
| Width | string |
None. |
|
| Length | string |
None. |
|
| Type | ImageSizeType |
None. |
|
| ImageType | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "8509e3e7-7f9c-40db-89c3-84f5b461e349",
"ImageID": "f7aa4482-067a-405f-a859-3238494d690c",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
}