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-12-16T04:31:34.221586+00:00"
},
{
"SubscriberId": 1,
"LogLevelId": 2,
"LastNonNormalMessage": "2025-12-16T04:31:34.221586+00:00"
},
{
"SubscriberId": 1,
"LogLevelId": 2,
"LastNonNormalMessage": "2025-12-16T04:31:34.221586+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>2025-12-16T04:31:34.221586+00:00</LastNonNormalMessage>
<LogLevelId>2</LogLevelId>
<SubscriberId>1</SubscriberId>
</SubscriberCurrentStatus>
<SubscriberCurrentStatus>
<LastNonNormalMessage>2025-12-16T04:31:34.221586+00:00</LastNonNormalMessage>
<LogLevelId>2</LogLevelId>
<SubscriberId>1</SubscriberId>
</SubscriberCurrentStatus>
<SubscriberCurrentStatus>
<LastNonNormalMessage>2025-12-16T04:31:34.221586+00:00</LastNonNormalMessage>
<LogLevelId>2</LogLevelId>
<SubscriberId>1</SubscriberId>
</SubscriberCurrentStatus>
</ArrayOfSubscriberCurrentStatus>