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": "6bee92e1-301f-4731-8bc2-445f2e0d3de7",
"UserUUIDCur": "996d3238-66f9-4af9-a561-efed8ef27a7b"
}
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": "91202584-c227-4e80-8d1f-2984bd43aa62",
"TaskUsed": true,
"TaskName": "sample string 2",
"TaskDescr": "sample string 3",
"PhotoUUID": "5d085491-7465-4311-98a0-9b98b22b28bc",
"PhotoUUIDTag": "sample string 4",
"Priority": 5,
"AudioUUID": "11006850-043a-4650-9980-a580e1d3b130",
"VideoUUID": "42e53c35-7151-4a40-8333-0aa4f2071d3a",
"UserUUIDCur": "152e5a14-2c3a-492a-8bd2-9e0a4acfecb0"
},
{
"TaskReminderUUID": "91202584-c227-4e80-8d1f-2984bd43aa62",
"TaskUsed": true,
"TaskName": "sample string 2",
"TaskDescr": "sample string 3",
"PhotoUUID": "5d085491-7465-4311-98a0-9b98b22b28bc",
"PhotoUUIDTag": "sample string 4",
"Priority": 5,
"AudioUUID": "11006850-043a-4650-9980-a580e1d3b130",
"VideoUUID": "42e53c35-7151-4a40-8333-0aa4f2071d3a",
"UserUUIDCur": "152e5a14-2c3a-492a-8bd2-9e0a4acfecb0"
}
]