---
title: "POST /api/v1/Viewer/screenshot"
method: POST
path: "/api/v1/Viewer/screenshot"
tags: ["Viewer"]
---

# POST /api/v1/Viewer/screenshot

`POST /api/v1/Viewer/screenshot`

## Request body

- GetScreenshotsRequest
  - `ViewerRequests` ViewerRequest[], nullable
    - `ViewerId` string, guid
    - `Dimensions` Dimension[], nullable
      - `Height` integer, nullable
      - `Width` integer, nullable

## Response `200`

- GetScreenshotsResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `Results` object[], nullable
    - `Succeeded` boolean
    - `Message` string, nullable
    - `Code` integer
    - `ViewerId` string, guid
    - `ScreenShots` ScreenShot[], nullable
      - `Height` integer, nullable
      - `Width` integer, nullable
      - `MimeType` string, nullable
      - `Data` string, byte, nullable
      - `Message` string, nullable
      - `Code` string, nullable
      - `Succeeded` boolean

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
