v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Report

Retrieve Widget Data

Fetches analytical data for a specific dashboard widget based on the provided filters and widget ID.

post/v1/dashboard/get-widget-data

Request body

ScreenTypeIdinteger

The unique identifier for the screen layout or category where the widget resides.

EntityIdinteger nullable

The specific entity ID to scope the data (e.g., a specific Project or Account ID). If null, a global scope is assumed.

WidgetTypeIdinteger

The unique identifier for the specific type of widget being requested.

Response

The widget data was successfully retrieved.

{"stackTrail":"components:schemas:WidgetDataResponseDto:properties:Data","oasType":"schema","type":"unknown","description":"The actual analytical data content for the widget. The structure of this object varies based on the WidgetTypeId.","nullable":true}