POST api/Fun/GetFunReminderLog
AppGetFunReminderLog
Request Information
URI Parameters
None.
Body Parameters
SaveFunReminderLog_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| TaskReminderUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunUUID": "17103207-3b9d-4823-8be9-41e104d16c4c",
"TaskReminderUUID": "c380a902-18c6-45e8-8b94-de166f68ad57",
"UserUUIDCur": "b958a5d0-6095-46db-9718-2daec7b9a17d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetFunReminderLog_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Descr | string |
None. |
|
| EntryTime | date |
None. |
|
| EntryTimeChar | string |
None. |
|
| ButtonEnable | boolean |
None. |
|
| Priority | integer |
None. |
|
| ButtonShow | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Descr": "sample string 1",
"EntryTime": "2025-11-17T10:13:47.5419887+02:00",
"EntryTimeChar": "sample string 2",
"ButtonEnable": true,
"Priority": 3,
"ButtonShow": true,
"UserUUIDCur": "b0a38805-b277-4153-8af3-ae68a1a48ca1"
},
{
"Descr": "sample string 1",
"EntryTime": "2025-11-17T10:13:47.5419887+02:00",
"EntryTimeChar": "sample string 2",
"ButtonEnable": true,
"Priority": 3,
"ButtonShow": true,
"UserUUIDCur": "b0a38805-b277-4153-8af3-ae68a1a48ca1"
}
]