GET api/Preview/GetPoint/{id}
Getting preview data
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Media Item ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Result containing preview data
ObjResultOfVideoPointName | Description | Type | Additional information |
---|---|---|---|
Data | VideoPoint |
None. |
|
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "path": "sample string 1", "videoPath": "sample string 2", "tile": "sample string 3", "hash": 4, "orientation": 5, "isVideo": true, "name": "sample string 7", "codec": "sample string 8" }, "error": "sample string 1", "success": true, "errorCode": 3 }