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": "a50c3224-d3da-481f-8b81-34a906a06c57",
  "TaskReminderUUID": "d73de4c4-f2a2-4b7c-948e-aec72ccc66b7",
  "UserUUIDCur": "15806ff9-5d2f-4ee4-a72a-81e2d9dfd143"
}

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-07-27T11:16:54.9896738+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "3856ba5b-cefe-4241-bb4a-0f03a727dec3"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2025-07-27T11:16:54.9896738+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "3856ba5b-cefe-4241-bb4a-0f03a727dec3"
  }
]