POST api/Fun/AppGetFunReminderTask
AppGetFunReminderTask
Request Information
URI Parameters
None.
Body Parameters
GetFunReminderTask_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunUUID": "dff33208-a873-43e0-962f-d805a10faba0",
"UserUUIDCur": "9cf2a3a4-fd05-4c3a-854a-586ff117c58f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of FunReminderTask_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskReminderUUID | globally unique identifier |
None. |
|
| TaskUsed | boolean |
None. |
|
| TaskName | string |
None. |
|
| TaskDescr | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| PhotoUUIDTag | string |
None. |
|
| Priority | integer |
None. |
|
| AudioUUID | globally unique identifier |
None. |
|
| VideoUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TaskReminderUUID": "eae089f9-59be-4c8e-837b-8779d9f63613",
"TaskUsed": true,
"TaskName": "sample string 2",
"TaskDescr": "sample string 3",
"PhotoUUID": "f15a64c0-d7dc-4141-b1f9-4440fb4e28aa",
"PhotoUUIDTag": "sample string 4",
"Priority": 5,
"AudioUUID": "26fd2f8c-cd2d-4cac-b12d-4aff56010f22",
"VideoUUID": "df87b74a-6224-409e-a109-ea1eb8f870b9",
"UserUUIDCur": "f0a715e8-d886-4e52-9b69-ed8bc6fb797b"
},
{
"TaskReminderUUID": "eae089f9-59be-4c8e-837b-8779d9f63613",
"TaskUsed": true,
"TaskName": "sample string 2",
"TaskDescr": "sample string 3",
"PhotoUUID": "f15a64c0-d7dc-4141-b1f9-4440fb4e28aa",
"PhotoUUIDTag": "sample string 4",
"Priority": 5,
"AudioUUID": "26fd2f8c-cd2d-4cac-b12d-4aff56010f22",
"VideoUUID": "df87b74a-6224-409e-a109-ea1eb8f870b9",
"UserUUIDCur": "f0a715e8-d886-4e52-9b69-ed8bc6fb797b"
}
]