POST api/Fun/AppGetFunReminderTask
AppGetFunReminderTask
Request Information
URI Parameters
None.
Body Parameters
GetFunReminderTask_RequestName | Description | Type | Additional information |
---|---|---|---|
FunUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "FunUUID": "1e1d0f87-a566-4eed-94be-5a343f57b339", "UserUUIDCur": "a23a2739-1f2a-4174-a85e-f4db23ab8e25" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of FunReminderTask_ResponseName | 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": "21c522b3-aafe-47f8-b924-29834b7a4831", "TaskUsed": true, "TaskName": "sample string 2", "TaskDescr": "sample string 3", "PhotoUUID": "8617adce-dc31-4960-a36c-2bd8f91d8cf3", "PhotoUUIDTag": "sample string 4", "Priority": 5, "AudioUUID": "4232c09a-bff9-46c6-bd54-e8882a0a207e", "VideoUUID": "16ad7165-aa72-4cf3-8b8a-6c84981f1f36", "UserUUIDCur": "294c9cf0-40ee-4c49-9c4f-af68d425c6dd" }, { "TaskReminderUUID": "21c522b3-aafe-47f8-b924-29834b7a4831", "TaskUsed": true, "TaskName": "sample string 2", "TaskDescr": "sample string 3", "PhotoUUID": "8617adce-dc31-4960-a36c-2bd8f91d8cf3", "PhotoUUIDTag": "sample string 4", "Priority": 5, "AudioUUID": "4232c09a-bff9-46c6-bd54-e8882a0a207e", "VideoUUID": "16ad7165-aa72-4cf3-8b8a-6c84981f1f36", "UserUUIDCur": "294c9cf0-40ee-4c49-9c4f-af68d425c6dd" } ]