POST api/Fun/GetFunVideo
AppGetFunVideo
Request Information
URI Parameters
None.
Body Parameters
SaveFunReminderLog_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| TaskReminderUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunUUID": "ca47cc61-ad9e-44b0-98a3-cb526dcdcf00",
"TaskReminderUUID": "8bf0b476-378f-4cd9-b18c-fa963f1a0287",
"UserUUIDCur": "b5e680b1-82b8-4cc7-a386-1fb11eef7a95"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetVideo_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| VideoUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VideoUUID": "234db01f-3cb3-4b0d-aecf-e944a057cb24",
"UserUUIDCur": "42c1e584-f1e0-481f-98eb-9d052af68f9c"
},
{
"VideoUUID": "234db01f-3cb3-4b0d-aecf-e944a057cb24",
"UserUUIDCur": "42c1e584-f1e0-481f-98eb-9d052af68f9c"
}
]