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": "d3d957f1-6f8d-46b4-b6ff-b4260d12b1cc",
  "TaskReminderUUID": "5b373b67-5159-4ad7-8a42-e32585fef4e2",
  "UserUUIDCur": "658c8656-8490-460a-8261-f55be9bea5fa"
}

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-08-05T03:55:25.0339866+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "45294d17-8018-4c3e-bbf8-93db7cbd9fd6"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2026-08-05T03:55:25.0339866+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "45294d17-8018-4c3e-bbf8-93db7cbd9fd6"
  }
]