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": "f007f273-ed85-465d-bb21-81ab8f3aa257", "UserUUIDCur": "ba048c92-7602-4da9-a371-a59c3857e285" }
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": "eab27bc8-702a-4f8c-949a-d170b79bd64e", "TaskUsed": true, "TaskName": "sample string 2", "TaskDescr": "sample string 3", "PhotoUUID": "81ee5638-8d42-4137-9b89-696a9f3fe043", "PhotoUUIDTag": "sample string 4", "Priority": 5, "AudioUUID": "8cbe4bbf-a684-4c20-aeb2-fce1c37f7da7", "VideoUUID": "b16b0806-ed6a-491a-861f-2ec65bd80cd9", "UserUUIDCur": "f1814c59-f651-4717-8e03-5c1c34451336" }, { "TaskReminderUUID": "eab27bc8-702a-4f8c-949a-d170b79bd64e", "TaskUsed": true, "TaskName": "sample string 2", "TaskDescr": "sample string 3", "PhotoUUID": "81ee5638-8d42-4137-9b89-696a9f3fe043", "PhotoUUIDTag": "sample string 4", "Priority": 5, "AudioUUID": "8cbe4bbf-a684-4c20-aeb2-fce1c37f7da7", "VideoUUID": "b16b0806-ed6a-491a-861f-2ec65bd80cd9", "UserUUIDCur": "f1814c59-f651-4717-8e03-5c1c34451336" } ]