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": "f8a38aba-3219-4635-b08b-79def46c8c42",
  "TaskReminderUUID": "505dd731-bd46-449f-825a-85622799448d",
  "UserUUIDCur": "1c2ee59d-5ddc-40ee-b305-3bcf39d7f89c"
}

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-02-04T05:26:14.8234719+02:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "9ab2c2c5-9356-4189-9f90-1f4dca5c58a3"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2026-02-04T05:26:14.8234719+02:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "9ab2c2c5-9356-4189-9f90-1f4dca5c58a3"
  }
]