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": "dd94179a-d53e-41a9-ae23-ff65bc954fd1",
  "TaskReminderUUID": "c81c95b5-63e9-44d3-a174-fcb6bf4ba26b",
  "UserUUIDCur": "7d53f970-f3cc-4443-a112-be505b6e3a64"
}

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-04-19T09:24:37.8355686+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "4bb7be86-359a-4e7e-9f00-c1993f616caa"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2025-04-19T09:24:37.8355686+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "4bb7be86-359a-4e7e-9f00-c1993f616caa"
  }
]