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": "b1badd38-7709-4a7a-b3d5-46702388c5be",
"TaskReminderUUID": "ae2dd389-b7c4-4d92-a005-f4952fe6d3fc",
"UserUUIDCur": "e976d713-42ce-49c7-ae95-d215c1834590"
}
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": "4df6908d-2ac6-49a1-9d02-ad268554df25",
"UserUUIDCur": "8cfc08ed-ab70-46b5-9acf-b1b3c2ac9839"
},
{
"VideoUUID": "4df6908d-2ac6-49a1-9d02-ad268554df25",
"UserUUIDCur": "8cfc08ed-ab70-46b5-9acf-b1b3c2ac9839"
}
]