nowcerts_customPanel_getStructure
Retrieve the structure and field definitions of custom panels in NowCerts to understand available data points and configure panel layouts.
Instructions
Get custom panel structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No |
Input Schema (JSON Schema)
{
"properties": {
"filters": {
"type": "object"
}
},
"type": "object"
}