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": "2025-04-04T05:01:40.91612+01:00" }, { "SubscriberId": 1, "LogLevelId": 2, "LastNonNormalMessage": "2025-04-04T05:01:40.91612+01:00" }, { "SubscriberId": 1, "LogLevelId": 2, "LastNonNormalMessage": "2025-04-04T05:01:40.91612+01: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>2025-04-04T05:01:40.91612+01:00</LastNonNormalMessage> <LogLevelId>2</LogLevelId> <SubscriberId>1</SubscriberId> </SubscriberCurrentStatus> <SubscriberCurrentStatus> <LastNonNormalMessage>2025-04-04T05:01:40.91612+01:00</LastNonNormalMessage> <LogLevelId>2</LogLevelId> <SubscriberId>1</SubscriberId> </SubscriberCurrentStatus> <SubscriberCurrentStatus> <LastNonNormalMessage>2025-04-04T05:01:40.91612+01:00</LastNonNormalMessage> <LogLevelId>2</LogLevelId> <SubscriberId>1</SubscriberId> </SubscriberCurrentStatus> </ArrayOfSubscriberCurrentStatus>