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": "53f07007-880a-4927-a6c4-3bbc5260e29b",
  "TaskReminderUUID": "dd3b2938-dcc7-47bb-8618-9f426298758e",
  "UserUUIDCur": "6a644f30-6e4e-4c00-ad74-f5b076121813"
}

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-09-23T00:32:01.6065307+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "c010d6e3-7651-4155-b0f5-dbdbcefe26cc"
  },
  {
    "Descr": "sample string 1",
    "EntryTime": "2025-09-23T00:32:01.6065307+03:00",
    "EntryTimeChar": "sample string 2",
    "ButtonEnable": true,
    "Priority": 3,
    "ButtonShow": true,
    "UserUUIDCur": "c010d6e3-7651-4155-b0f5-dbdbcefe26cc"
  }
]