curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/GetViewerStats
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"TotalViewers": 123,
"OnlineViewers": 123
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/GetViewerStats
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"TotalViewers": 123,
"OnlineViewers": 123
}
The response is of type object
.