Widgets

Widget data and schema retrieval

Retrieve widget data

get

Returns widget template context data including attributes, name, slug, and template.

Path parameters
slugstringRequired

Widget slug identifier

Responses
200

Widget data retrieved

application/json
get
/widgets/{slug}/

Retrieve widget schema

get

Returns the widget type schema for the specified widget slug.

Path parameters
slugstringRequired

Widget slug identifier

Responses
200

Widget schema retrieved

application/json
get
/widgets/{slug}/schema/

Last updated

Was this helpful?