Get VWO custom widget
vwo_get_custom_widgetGet the full definition of a custom widget by providing its widget ID in a VWO workspace. Use accountId or workspaceName to specify the workspace.
Instructions
Get the full definition of one custom widget in a VWO workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| widgetId | Yes | Custom widget (changeset) id. Call vwo_list_custom_widgets if you do not have it. | |
| accountId | No | Numeric VWO workspace (account) id to operate on. Required unless the server has a default workspace configured. If the user referred to a workspace by name, either pass workspaceName instead or call vwo_list_workspaces to look up the id — never guess an id. | |
| workspaceName | No | Workspace name to resolve to an id, as an alternative to accountId. Must match exactly one visible workspace, otherwise an error lists the candidates. |