---
title: "GET /api/v1/license/summary"
method: GET
path: "/api/v1/license/summary"
tags: ["License"]
---

# GET /api/v1/license/summary

`GET /api/v1/license/summary`

## Response `200`

- GetLicenseSummaryResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `Summary` LicenseSummary
    - `Licensee` string, nullable
    - `ProductKey` string, nullable
    - `ViewerOfflineDays` integer
    - `Applications` Application[], nullable
      - `Name` string, nullable
      - `Type` string, nullable
      - `IsUserLicense` boolean
      - `Licenses` LicenseType[], nullable
        - `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
      - `Id` string, nullable
    - `Contracts` Contract[], nullable
      - `Type` string, nullable
      - `StartDate` string, date-time, nullable
      - `ExpirationDate` string, date-time, nullable

---

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