POST api/Fun/GetFunReminderLog

AppGetFunReminderLog

Request Information

URI Parameters

None.

Body Parameters

SaveFunReminderLog_Request
NameDescriptionTypeAdditional information
FunUUID

globally unique identifier

None.

TaskReminderUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "FunUUID": "eda6172d-03ba-4b5e-88a2-c25e7ba7c0a6",
  "TaskReminderUUID": "fcbd2776-b034-4d47-a74d-ff5c08c4be13",
  "UserUUIDCur": "f0ee7bc9-cfd3-465b-9570-8baeb5089043"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetFunReminderLog_Response
NameDescriptionTypeAdditional 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": "2026-06-20T22:51:35.7403478+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "0e1faf03-6c7c-4037-a645-88b4f8a9828c"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2026-06-20T22:51:35.7403478+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "0e1faf03-6c7c-4037-a645-88b4f8a9828c"
  }
]