GET
/
api
/
v1
/
device
/
stats
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Device/api/v1/device/stats
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "OnlineDevices": 123,
  "OfflineDevices": 123
}

Response

200 - application/json

The response is of type object.