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": "f677edcf-294c-458a-b6e0-67c7787f8aa9", "UserUUIDCur": "364bc87d-d57d-462e-9a40-affda1a41748" }
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": "7749dcb1-2755-4e95-940c-5098bd43dbbf", "TaskUsed": true, "TaskName": "sample string 2", "TaskDescr": "sample string 3", "PhotoUUID": "da3a99ae-6b7a-4b73-860f-6231d8e5c6d7", "PhotoUUIDTag": "sample string 4", "Priority": 5, "AudioUUID": "4bb62da7-a10d-4057-8931-224cc5c3a1d6", "VideoUUID": "44a5d438-b89c-4445-9b83-fccb88f92257", "UserUUIDCur": "3254e99e-ed42-4855-acc0-eb6617bd48f3" }, { "TaskReminderUUID": "7749dcb1-2755-4e95-940c-5098bd43dbbf", "TaskUsed": true, "TaskName": "sample string 2", "TaskDescr": "sample string 3", "PhotoUUID": "da3a99ae-6b7a-4b73-860f-6231d8e5c6d7", "PhotoUUIDTag": "sample string 4", "Priority": 5, "AudioUUID": "4bb62da7-a10d-4057-8931-224cc5c3a1d6", "VideoUUID": "44a5d438-b89c-4445-9b83-fccb88f92257", "UserUUIDCur": "3254e99e-ed42-4855-acc0-eb6617bd48f3" } ]