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": "b28ac7aa-dd1f-4191-8199-fa1e7406acbb",
"ImageID": "db503477-4673-4515-a8a5-8975082cd8ba",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
}