GET Api/ProdImage/GetSingleImageById/{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": "b53ac397-395f-4955-a682-1034d71aa70e",
"ImageID": "6b903da6-9c1d-48c7-b1de-da1aa8111812",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
}