POST
/
api
/
v1
/
Viewer
/
screenshot
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/screenshot \
  --header 'Content-Type: application/json' \
  --data '{
  "ViewerRequests": [
    {
      "ViewerId": "<string>",
      "Dimensions": [
        {
          "Height": 123,
          "Width": 123
        }
      ]
    }
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Results": [
    {
      "Succeeded": true,
      "Message": "<string>",
      "Code": 123,
      "ViewerId": "<string>",
      "ScreenShots": [
        {
          "Height": 123,
          "Width": 123,
          "MimeType": "<string>",
          "Data": "aSDinaTvuI8gbWludGxpZnk=",
          "Message": "<string>",
          "Code": "<string>",
          "Succeeded": true
        }
      ]
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.