---
title: "GET /api/v1/Viewer/{id}"
method: GET
path: "/api/v1/Viewer/{id}"
tags: ["Viewer"]
---

# GET /api/v1/Viewer/{id}

`GET /api/v1/Viewer/{id}`

## Path parameters

- `id` string, required

## Response `200`

- GetViewersResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `Viewers` Viewer3[], nullable
    - `Id` string, guid
    - `Name` string, nullable
    - `Description` string, nullable
    - `Type` string, nullable
    - `Online` boolean
    - `Parents` ViewerParent[], nullable
      - `Id` string, guid
      - `Name` string, nullable
    - `HardwareId` string, nullable
    - `MacAddress` string, nullable
    - `LastConnected` string, date-time, nullable
    - `Password` string, nullable
    - `ConnectedSince` string, date-time, nullable
    - `ViewerSessionId` string, nullable
    - `ServerName` string, nullable
    - `IpAddress` string, nullable
    - `License` LicenseType
      - `ID` string, nullable
      - `Name` string, nullable
      - `ApplicationType` string, nullable
      - `Total` integer
      - `Used` integer
      - `IsDemo` boolean
      - `ValidFrom` string, date-time, nullable
      - `ValidUntil` string, date-time, nullable
      - `Restricted` boolean
      - `Elements` string[], nullable
    - `Permissions` string, nullable
  - `TotalItems` integer

---

[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)
