GET api/Sentry/ReadSince?sSinceTime={sSinceTime}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sSinceTime

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Sentry
NameDescriptionTypeAdditional information
Name

string

None.

Time

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "Time": "2025-01-22T14:09:11.351029-06:00"
  },
  {
    "Name": "sample string 1",
    "Time": "2025-01-22T14:09:11.351029-06:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSentry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="f1">
  <Sentry>
    <Name>sample string 1</Name>
    <Time>2025-01-22T14:09:11.351029-06:00</Time>
  </Sentry>
  <Sentry>
    <Name>sample string 1</Name>
    <Time>2025-01-22T14:09:11.351029-06:00</Time>
  </Sentry>
</ArrayOfSentry>