GET AdminApi/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": "1d5404f4-409d-40a5-95ed-34cd864558f5",
"ImageID": "7e64d480-ed88-49f1-a4d5-edcfa5a99778",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
}