Get paginated list of widgets filtered by widget status and kind
0.1.0
getWidgets({ programId: "xxxx", status: "pending", widgetKinds: ["text-poll"], ordering: "recent", interactive: true, since: "2022-05-26T12:41:27.463Z"}).then(res => console.log(res)); Copy
getWidgets({ programId: "xxxx", status: "pending", widgetKinds: ["text-poll"], ordering: "recent", interactive: true, since: "2022-05-26T12:41:27.463Z"}).then(res => console.log(res));
Generated using TypeDoc
Description
Get paginated list of widgets filtered by widget status and kind
Since
0.1.0
Example