---
title: "GET /api/reports/{requsername}/get-subscription-report"
method: GET
path: "/api/reports/{requsername}/get-subscription-report"
tags: ["subscriptionReport"]
---

# GET /api/reports/{requsername}/get-subscription-report

`GET /api/reports/{requsername}/get-subscription-report`

## Path parameters

- `requsername` string, required

## Query parameters

- `repname` string
- `isforced` string
- `pageno` string
- `noofrec` string
- `productGroupId` string

## Response `200`

Success

- SubscriptionReportResponse
  - `msgCode` string, nullable
  - `msgDesc` string, nullable
  - `msgId` string, nullable
  - `operationStatus` string, nullable
  - `content` SubscriptionReportContent
    - `records` SubscriptionRecord[], nullable
      - `serialNumber` string, nullable
      - `friendlyName` string, nullable
      - `model` string, nullable
      - `tenantName` string, nullable
      - `registered` string, nullable
      - `firmwareVersion` string, nullable
      - `lastPingDate` string, nullable
      - `licenseExpiryDate` LicenseExpiryInfo
        - `expiryDate` string, nullable
        - `numberOfExpiredServices` integer
      - `licenseDetails` LicenseDetail[], nullable
        - `serialNumber` string, nullable
        - `license` string, nullable
        - `expiryDate` string, nullable
        - `isExpired` boolean
    - `totalRecords` integer
    - `currentPage` integer
    - `recordsPerPage` integer

---

[API](https://skmtc.dev/mysonicwall/apis/restapi-core-v1.md) · [All operations](https://skmtc.dev/mysonicwall/apis/restapi-core-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mysonicwall/restapi-core-v1/revisions/ddffed195eba/schema)
