GET api/V36?Token={Token}&ThumbnailId={ThumbnailId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| ThumbnailId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
WSTransferOfWSMedia| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Success | boolean |
None. |
|
| ProcessTime | decimal number |
None. |
|
| ReturnObject |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Success": true,
"ProcessTime": 3.1,
"ReturnObject": {
"ImageId": 1,
"Width": 2.0,
"Height": 3.0,
"DPI": 4.1,
"Image": "sample string 5",
"FileName": "sample string 6",
"FileTableFileName": "sample string 7",
"DownloadUrl": "sample string 8",
"CategoryId": 9,
"Description": "sample string 10",
"ModifiedOn": "2025-11-05T01:23:12.8148181-05:00",
"ModifiedBy": "sample string 12",
"Comment": "sample string 13",
"FileExtension": 0,
"IsProtected": true,
"MediaObject": null,
"MediaCapture": null,
"GPS": {
"Latitude": 1.1,
"Longitude": 1.1,
"Latitude2": 1.1,
"Longitude2": 1.1,
"DistanceTo": 5.8987221219522616E-05
}
},
"ResponseStatus": {
"Success": true,
"ProcessTime": 2.1,
"Message": "sample string 3",
"MessageType": 0
}
}