GET AdminApi/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": "09f75084-8cb4-4ead-9c8b-6ae90e039b9b",
"ImageID": "a5930094-b0b3-4d7b-be9c-4dba1d954e0f",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
}