POST
/
api
/
v1
/
Viewer
/
Filtered
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/Filtered \
  --header 'Content-Type: application/json' \
  --data '{
  "StatusFilter": 0,
  "SearchString": "<string>",
  "IncludedViewerTypes": [
    "<string>"
  ],
  "ExcludedViewerTypes": [
    "<string>"
  ],
  "Sorting": {
    "SortBy": 0,
    "Descending": true
  },
  "Paging": {
    "Start": 123,
    "Items": 123
  },
  "ChildOf": [
    "<string>"
  ],
  "IsOrphaned": true,
  "KeepGroupsTogether": true,
  "Ids": [
    "<string>"
  ],
  "ExcludedIds": [
    "<string>"
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Viewers": [
    {
      "Id": "<string>",
      "Name": "<string>",
      "Description": "<string>",
      "Type": "<string>",
      "Online": true,
      "Parents": [
        {
          "Id": "<string>",
          "Name": "<string>"
        }
      ],
      "HardwareId": "<string>",
      "MacAddress": "<string>",
      "LastConnected": "2023-11-07T05:31:56Z",
      "Password": "<string>",
      "ConnectedSince": "2023-11-07T05:31:56Z",
      "ViewerSessionId": "<string>",
      "ServerName": "<string>",
      "IpAddress": "<string>",
      "License": {
        "ID": "<string>",
        "Name": "<string>",
        "ApplicationType": "<string>",
        "Total": 123,
        "Used": 123,
        "IsDemo": true,
        "ValidFrom": "2023-11-07T05:31:56Z",
        "ValidUntil": "2023-11-07T05:31:56Z",
        "Restricted": true,
        "Elements": [
          "<string>"
        ]
      }
    }
  ],
  "TotalItems": 123
}

Body

application/json

Response

200 - application/json

The response is of type object.