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": "6de1d569-73e2-4bea-b6c5-74d68ac61f80",
  "TaskReminderUUID": "8e481ce4-d437-40de-aff7-53d3facd0048",
  "UserUUIDCur": "3fadc6e3-3476-45a3-adcd-56d7f4904c35"
}

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": "2025-06-07T21:09:00.0241313+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "ffd906c5-f571-4c3f-909d-530899d842e9"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2025-06-07T21:09:00.0241313+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "ffd906c5-f571-4c3f-909d-530899d842e9"
  }
]