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": "61283099-ca3b-4b1c-b2dd-c7e18e6bb0a4",
"UserUUIDCur": "ec958ce1-ff49-4d22-81f0-bc292e7f2ab2"
}
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": "cd2a8dae-6dc6-4f6f-a9de-781b653c97fe",
"TaskUsed": true,
"TaskName": "sample string 2",
"TaskDescr": "sample string 3",
"PhotoUUID": "452ad9b7-d4e8-4cf3-856f-0eec0a6b94a7",
"PhotoUUIDTag": "sample string 4",
"Priority": 5,
"AudioUUID": "86a544b8-4d8c-4e1d-9350-9b15e515847e",
"VideoUUID": "15105954-658d-4321-a29c-b19da8048e79",
"UserUUIDCur": "ba1b3943-ca01-41b9-a7f8-f341c44d4d98"
},
{
"TaskReminderUUID": "cd2a8dae-6dc6-4f6f-a9de-781b653c97fe",
"TaskUsed": true,
"TaskName": "sample string 2",
"TaskDescr": "sample string 3",
"PhotoUUID": "452ad9b7-d4e8-4cf3-856f-0eec0a6b94a7",
"PhotoUUIDTag": "sample string 4",
"Priority": 5,
"AudioUUID": "86a544b8-4d8c-4e1d-9350-9b15e515847e",
"VideoUUID": "15105954-658d-4321-a29c-b19da8048e79",
"UserUUIDCur": "ba1b3943-ca01-41b9-a7f8-f341c44d4d98"
}
]