이 페이지는 아직 한국어로 제공되지 않습니다. 번역 작업 중입니다. 현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.
Widgets
Create, read, update, and delete saved widgets. Widgets are reusable
visualization components stored independently from any dashboard or notebook,
partitioned by experience type and identified by a UUID.
The definition of a widget, including its type and configuration.
title [required]
string
The display title of the widget.
type [required]
enum
Widget types that are allowed to be stored as individual records.
This is not a complete list of dashboard and notebook widget types.
Allowed enum values: bar_chart,change,cloud_cost_summary,cohort,funnel,geomap,list_stream,query_table,query_value,retention_curveShow 5 more,sankey,sunburst,timeseries,toplist,treemap
ISO 8601 timestamp of when the widget was created.
definition [required]
object
The definition of a widget, including its type and configuration.
title [required]
string
The display title of the widget.
type [required]
enum
Widget types that are allowed to be stored as individual records.
This is not a complete list of dashboard and notebook widget types.
Allowed enum values: bar_chart,change,cloud_cost_summary,cohort,funnel,geomap,list_stream,query_table,query_value,retention_curveShow 5 more,sankey,sunburst,timeseries,toplist,treemap
is_favorited [required]
boolean
Will be implemented soon. Currently always returns false.
modified_at [required]
string
ISO 8601 timestamp of when the widget was last modified.
ISO 8601 timestamp of when the widget was created.
definition [required]
object
The definition of a widget, including its type and configuration.
title [required]
string
The display title of the widget.
type [required]
enum
Widget types that are allowed to be stored as individual records.
This is not a complete list of dashboard and notebook widget types.
Allowed enum values: bar_chart,change,cloud_cost_summary,cohort,funnel,geomap,list_stream,query_table,query_value,retention_curveShow 5 more,sankey,sunburst,timeseries,toplist,treemap
is_favorited [required]
boolean
Will be implemented soon. Currently always returns false.
modified_at [required]
string
ISO 8601 timestamp of when the widget was last modified.
Update a widget by its UUID for a given experience type. This performs a full replacement of the widget definition.
This endpoint requires
any
of the following permissions:
The definition of a widget, including its type and configuration.
title [required]
string
The display title of the widget.
type [required]
enum
Widget types that are allowed to be stored as individual records.
This is not a complete list of dashboard and notebook widget types.
Allowed enum values: bar_chart,change,cloud_cost_summary,cohort,funnel,geomap,list_stream,query_table,query_value,retention_curveShow 5 more,sankey,sunburst,timeseries,toplist,treemap
ISO 8601 timestamp of when the widget was created.
definition [required]
object
The definition of a widget, including its type and configuration.
title [required]
string
The display title of the widget.
type [required]
enum
Widget types that are allowed to be stored as individual records.
This is not a complete list of dashboard and notebook widget types.
Allowed enum values: bar_chart,change,cloud_cost_summary,cohort,funnel,geomap,list_stream,query_table,query_value,retention_curveShow 5 more,sankey,sunburst,timeseries,toplist,treemap
is_favorited [required]
boolean
Will be implemented soon. Currently always returns false.
modified_at [required]
string
ISO 8601 timestamp of when the widget was last modified.
Search and list widgets for a given experience type. Supports filtering by widget type, creator, title, and tags, as well as sorting and pagination.
This endpoint requires
any
of the following permissions:
ISO 8601 timestamp of when the widget was created.
definition [required]
object
The definition of a widget, including its type and configuration.
title [required]
string
The display title of the widget.
type [required]
enum
Widget types that are allowed to be stored as individual records.
This is not a complete list of dashboard and notebook widget types.
Allowed enum values: bar_chart,change,cloud_cost_summary,cohort,funnel,geomap,list_stream,query_table,query_value,retention_curveShow 5 more,sankey,sunburst,timeseries,toplist,treemap
is_favorited [required]
boolean
Will be implemented soon. Currently always returns false.
modified_at [required]
string
ISO 8601 timestamp of when the widget was last modified.
tags [required]
[string]
User-defined tags for organizing widgets.
id [required]
string
The unique identifier of the widget.
relationships
object
Relationships of the widget resource.
created_by
object
The user who created the widget.
data
object
Relationship data referencing a user resource.
id [required]
string
The unique identifier of the user.
type [required]
string
Users resource type.
modified_by
object
The user who last modified the widget.
data
object
Relationship data referencing a user resource.
id [required]
string
The unique identifier of the user.
type [required]
string
Users resource type.
type [required]
string
Widgets resource type.
included
[object]
Array of user resources related to the widgets.
attributes
object
Attributes of an included user resource.
handle
string
The email handle of the user.
name
string
The display name of the user.
id [required]
string
The unique identifier of the user.
type [required]
string
Users resource type.
meta
object
Metadata about the search results.
created_by_anyone_total
int64
Total number of widgets created by anyone.
created_by_you_total
int64
Total number of widgets created by the current user.
favorited_by_you_total
int64
Total number of widgets favorited by the current user.
filtered_total
int64
Total number of widgets matching the current filter criteria.