POST
/
api
/
v1
/
Viewer
/
names
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/names \
  --header 'Content-Type: application/json' \
  --data '{
  "Paging": {
    "Start": 123,
    "Items": 123
  },
  "ViewerTypes": [
    "<string>"
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Viewers": [
    {
      "Id": "<string>",
      "Name": "<string>",
      "Type": "<string>"
    }
  ],
  "TotalItems": 123
}

Query Parameters

pager
object

Body

application/json

Response

200 - application/json

The response is of type object.