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": "68373dea-6a5f-46e7-963e-fad3069bbf0e",
  "TaskReminderUUID": "20d9d3ee-ac6f-455d-a795-d8a5973ed0b5",
  "UserUUIDCur": "b1efef54-ecc0-46d1-b7f7-70380bdcf04f"
}

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-05-06T09:21:08.7232322+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "d16df44b-98ac-4da1-ab65-cc4a3b43be91"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2026-05-06T09:21:08.7232322+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "d16df44b-98ac-4da1-ab65-cc4a3b43be91"
  }
]