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": "dfcaa303-c9dd-48c6-9885-0b9aed513f32",
"UserUUIDCur": "9e7b9824-f122-41bf-b7db-3c4b8ba62ae4"
}
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": "8a53f294-d570-40ee-aeab-e5566df0dc40",
"TaskUsed": true,
"TaskName": "sample string 2",
"TaskDescr": "sample string 3",
"PhotoUUID": "4c8ae938-33b5-4753-b4d2-2d1846599137",
"PhotoUUIDTag": "sample string 4",
"Priority": 5,
"AudioUUID": "88a01e5e-9e34-4b3f-a51b-3746a3a56804",
"VideoUUID": "5b0f63cb-d5b4-4358-b738-53b2484e06d7",
"UserUUIDCur": "6f7ba7f6-4829-4be8-b60e-d07154d5a6bf"
},
{
"TaskReminderUUID": "8a53f294-d570-40ee-aeab-e5566df0dc40",
"TaskUsed": true,
"TaskName": "sample string 2",
"TaskDescr": "sample string 3",
"PhotoUUID": "4c8ae938-33b5-4753-b4d2-2d1846599137",
"PhotoUUIDTag": "sample string 4",
"Priority": 5,
"AudioUUID": "88a01e5e-9e34-4b3f-a51b-3746a3a56804",
"VideoUUID": "5b0f63cb-d5b4-4358-b738-53b2484e06d7",
"UserUUIDCur": "6f7ba7f6-4829-4be8-b60e-d07154d5a6bf"
}
]