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": "6ae7c325-d061-4f8a-ba23-4ac008be29e9",
  "TaskReminderUUID": "07f145e7-e835-4b1b-83cc-9d5dc67e2627",
  "UserUUIDCur": "b9deaec1-8bbf-49cb-ace8-568a7f2f9e9c"
}

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-09-19T13:08:17.2356021+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "488edd7b-37de-4655-82cb-4c0636e799ec"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2026-09-19T13:08:17.2356021+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "488edd7b-37de-4655-82cb-4c0636e799ec"
  }
]