GET api/MyReminders

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Reminders
NameDescriptionTypeAdditional information
REMINDER_ID

integer

None.

REMINDER_CAT

string

None.

USER_ID

integer

None.

EVENT_DATETIME

date

None.

REMINDER_DATETIME

date

None.

IMAGE_URL

string

None.

PRIORITY_FLG

string

None.

Due_Time

string

None.

REMINDER_SHORT_DESC

string

None.

REMINDER_LONG_DESC

string

None.

CONFIRMED_DT

date

None.

CONFIRMED_SLOT

string

None.

REQUEST_ID

integer

None.

AUDIT_ID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "REMINDER_ID": 1,
    "REMINDER_CAT": "sample string 2",
    "USER_ID": 3,
    "EVENT_DATETIME": "2026-01-09T13:59:47.8411267+00:00",
    "REMINDER_DATETIME": "2026-01-09T13:59:47.8411267+00:00",
    "IMAGE_URL": "sample string 4",
    "PRIORITY_FLG": "sample string 5",
    "Due_Time": "sample string 6",
    "REMINDER_SHORT_DESC": "sample string 7",
    "REMINDER_LONG_DESC": "sample string 8",
    "CONFIRMED_DT": "2026-01-09T13:59:47.8411267+00:00",
    "CONFIRMED_SLOT": "sample string 9",
    "REQUEST_ID": 10,
    "AUDIT_ID": 11
  },
  {
    "REMINDER_ID": 1,
    "REMINDER_CAT": "sample string 2",
    "USER_ID": 3,
    "EVENT_DATETIME": "2026-01-09T13:59:47.8411267+00:00",
    "REMINDER_DATETIME": "2026-01-09T13:59:47.8411267+00:00",
    "IMAGE_URL": "sample string 4",
    "PRIORITY_FLG": "sample string 5",
    "Due_Time": "sample string 6",
    "REMINDER_SHORT_DESC": "sample string 7",
    "REMINDER_LONG_DESC": "sample string 8",
    "CONFIRMED_DT": "2026-01-09T13:59:47.8411267+00:00",
    "CONFIRMED_SLOT": "sample string 9",
    "REQUEST_ID": 10,
    "AUDIT_ID": 11
  }
]

application/xml, text/xml

Sample:
<ArrayOfReminders xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models">
  <Reminders>
    <AUDIT_ID>11</AUDIT_ID>
    <CONFIRMED_DT>2026-01-09T13:59:47.8411267+00:00</CONFIRMED_DT>
    <CONFIRMED_SLOT>sample string 9</CONFIRMED_SLOT>
    <Due_Time>sample string 6</Due_Time>
    <EVENT_DATETIME>2026-01-09T13:59:47.8411267+00:00</EVENT_DATETIME>
    <IMAGE_URL>sample string 4</IMAGE_URL>
    <PRIORITY_FLG>sample string 5</PRIORITY_FLG>
    <REMINDER_CAT>sample string 2</REMINDER_CAT>
    <REMINDER_DATETIME>2026-01-09T13:59:47.8411267+00:00</REMINDER_DATETIME>
    <REMINDER_ID>1</REMINDER_ID>
    <REMINDER_LONG_DESC>sample string 8</REMINDER_LONG_DESC>
    <REMINDER_SHORT_DESC>sample string 7</REMINDER_SHORT_DESC>
    <REQUEST_ID>10</REQUEST_ID>
    <USER_ID>3</USER_ID>
  </Reminders>
  <Reminders>
    <AUDIT_ID>11</AUDIT_ID>
    <CONFIRMED_DT>2026-01-09T13:59:47.8411267+00:00</CONFIRMED_DT>
    <CONFIRMED_SLOT>sample string 9</CONFIRMED_SLOT>
    <Due_Time>sample string 6</Due_Time>
    <EVENT_DATETIME>2026-01-09T13:59:47.8411267+00:00</EVENT_DATETIME>
    <IMAGE_URL>sample string 4</IMAGE_URL>
    <PRIORITY_FLG>sample string 5</PRIORITY_FLG>
    <REMINDER_CAT>sample string 2</REMINDER_CAT>
    <REMINDER_DATETIME>2026-01-09T13:59:47.8411267+00:00</REMINDER_DATETIME>
    <REMINDER_ID>1</REMINDER_ID>
    <REMINDER_LONG_DESC>sample string 8</REMINDER_LONG_DESC>
    <REMINDER_SHORT_DESC>sample string 7</REMINDER_SHORT_DESC>
    <REQUEST_ID>10</REQUEST_ID>
    <USER_ID>3</USER_ID>
  </Reminders>
</ArrayOfReminders>