GET
/
api
/
v1
/
Viewer
/
Cluster
/
Viewers
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/Cluster/Viewers
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Viewers": [
    {
      "Id": "<string>",
      "ClusterId": "<string>"
    }
  ]
}

Response

200 - application/json

The response is of type object.