widgets_get
Retrieve widget details by filtering on title and creator. Returns only XQL widgets.
Instructions
Get widgets
Get widget details by filtering based on the widget title and widget creator.
Note: The endpoint only returns XQL widgets and not predefined widgets.
You must have Instance Administrator permissions to run this endpoint.
[POST /public_api/v1/widgets/get] · Widgets
Example request body:
{
"request_data": {
"filters": [
{
"field": "name",
"value": "This is a cool widget",
"operator": "EQ"
},
{
"field": "created_by",
"value": "John Doe",
"operator": "EQ"
}
]
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |