POST api/v1/Monitor/AllSubscriberCurrentStatus

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "SubscriberId": 1,
    "LogLevelId": 2,
    "LastNonNormalMessage": "2024-11-21T09:59:28.1024498+00:00"
  },
  {
    "SubscriberId": 1,
    "LogLevelId": 2,
    "LastNonNormalMessage": "2024-11-21T09:59:28.1024498+00:00"
  },
  {
    "SubscriberId": 1,
    "LogLevelId": 2,
    "LastNonNormalMessage": "2024-11-21T09:59:28.1024498+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSubscriberCurrentStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.Monitor">
  <SubscriberCurrentStatus>
    <LastNonNormalMessage>2024-11-21T09:59:28.1024498+00:00</LastNonNormalMessage>
    <LogLevelId>2</LogLevelId>
    <SubscriberId>1</SubscriberId>
  </SubscriberCurrentStatus>
  <SubscriberCurrentStatus>
    <LastNonNormalMessage>2024-11-21T09:59:28.1024498+00:00</LastNonNormalMessage>
    <LogLevelId>2</LogLevelId>
    <SubscriberId>1</SubscriberId>
  </SubscriberCurrentStatus>
  <SubscriberCurrentStatus>
    <LastNonNormalMessage>2024-11-21T09:59:28.1024498+00:00</LastNonNormalMessage>
    <LogLevelId>2</LogLevelId>
    <SubscriberId>1</SubscriberId>
  </SubscriberCurrentStatus>
</ArrayOfSubscriberCurrentStatus>