Optional requestFactory: WidgetsApiRequestFactoryOptional responseProcessor: WidgetsApiResponseProcessorPrivate configurationPrivate requestPrivate responseThe request object
Optional options: ConfigurationSoft-delete a widget by its UUID for a given experience type.
The request object
Optional options: ConfigurationRetrieve a widget by its UUID for a given experience type.
The request object
Optional options: ConfigurationSearch and list widgets for a given experience type, with filtering, sorting, and pagination.
Response meta carries totals scoped to the current filter:
filtered_total — widgets matching the filter.created_by_you_total — among the matches, how many the current user created.favorited_by_you_total — among the matches, how many the current user has favorited.created_by_anyone_total — total widgets in the experience type, ignoring filters.Each returned widget includes is_favorited reflecting the current user's favorite status.
Favoriting itself is performed through the shared favorites API, not this endpoint.
The request object
Optional options: ConfigurationUpdate a widget by its UUID for a given experience type. This performs a full replacement of the widget definition.
The request object
Optional options: ConfigurationGenerated using TypeDoc
Create a new widget for a given experience type.