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": "82164290-1271-4240-b585-ace79e62431c",
"UserUUIDCur": "4f216afb-d4a3-463d-be16-befc3cb86ce4"
}
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": "13e5f381-a196-4f84-b887-20d95a447824",
"TaskUsed": true,
"TaskName": "sample string 2",
"TaskDescr": "sample string 3",
"PhotoUUID": "81545a4d-8e10-4fbc-97f4-a8fa0abbe7fe",
"PhotoUUIDTag": "sample string 4",
"Priority": 5,
"AudioUUID": "25a084bb-8b53-4bd2-aa90-e88b81dac3a7",
"VideoUUID": "6e4de2e5-3eb4-4f74-86ca-d9b2ce1f520d",
"UserUUIDCur": "b12bdc0c-1695-4a96-8cd6-98b153d1f11b"
},
{
"TaskReminderUUID": "13e5f381-a196-4f84-b887-20d95a447824",
"TaskUsed": true,
"TaskName": "sample string 2",
"TaskDescr": "sample string 3",
"PhotoUUID": "81545a4d-8e10-4fbc-97f4-a8fa0abbe7fe",
"PhotoUUIDTag": "sample string 4",
"Priority": 5,
"AudioUUID": "25a084bb-8b53-4bd2-aa90-e88b81dac3a7",
"VideoUUID": "6e4de2e5-3eb4-4f74-86ca-d9b2ce1f520d",
"UserUUIDCur": "b12bdc0c-1695-4a96-8cd6-98b153d1f11b"
}
]