---
title: "GET /api/support/view-case"
method: GET
path: "/api/support/view-case"
tags: ["Support"]
---

# GET /api/support/view-case

`GET /api/support/view-case`

## Query parameters

- `isEntrireOrg` string

## Response `200`

Success

- GetSupportCasesResponse
  - `content` GetSupportCasesRes
    - `getSupportRecord` SupportRecord[], nullable
      - `caseno` string, nullable
      - `subject` string, nullable
      - `serno` string, nullable
      - `status` string, nullable
      - `priority` string, nullable
      - `createddate` string, nullable
      - `dtcreateddate` string, nullable
      - `product` string, nullable
      - `lastmodifieddate` string, nullable
      - `dtlastmodifieddate` string, nullable
      - `id` string, nullable
      - `orgid` string, nullable
      - `ownername` string, nullable
      - `owneremail` string, nullable
      - `contactid` string, nullable
      - `caseDuration` string, nullable
      - `isMyCase` boolean
      - `displayOrder` string, nullable
      - `contactemail` string, nullable
      - `pSupport` string, nullable
      - `caseType` string, nullable
    - `arrStatus` SFDCCaseStatus[], nullable
      - `text` string, nullable
      - `val` string, nullable
      - `isChecked` boolean
    - `arrDuration` SFDCCaseDuration[], nullable
      - `text` string, nullable
      - `val` string, nullable
      - `displayOrder` string, nullable
    - `arrPriority` SFDCasePriority[], nullable
      - `text` string, nullable
      - `val` string, nullable
    - `ismanager` boolean
  - `totsize` string, nullable
  - `openCaseCount` string, nullable
  - `waitOnCustomerCount` string, nullable
  - `operationStatus` string, nullable
  - `msgCode` string, nullable
  - `msgId` string, nullable
  - `msgDesc` string, nullable

---

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