GET api/Sentry
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SentryName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Time | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "Time": "2025-01-22T14:09:11.1034567-06:00" }, { "Name": "sample string 1", "Time": "2025-01-22T14:09:11.1034567-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.1034567-06:00</Time> </Sentry> <Sentry> <Name>sample string 1</Name> <Time>2025-01-22T14:09:11.1034567-06:00</Time> </Sentry> </ArrayOfSentry>