---
title: "Get Available Widgets"
method: GET
path: "/v1/dashboard/widgets"
tags: ["Report"]
---

# Get Available Widgets

`GET /v1/dashboard/widgets`

Retrieves a list of available dashboard widgets, optionally filtered by the screen type ID.

## Query parameters

- `screenTypeId` integer

## Response `200`

A list of widgets was successfully retrieved.

- WidgetResponseDto[]
  - `WidgetTypeId` integer — The unique identifier for the type of widget.
  - `WidgetName` string, nullable — The display name of the widget.
  - `WidgetConfig` unknown
  - `Categories` integer[], nullable — A list of group IDs that have permission to view or manage this widget.
  - `Groups` integer[], nullable

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
