nowcerts_customPanel_getStructure
Retrieve the structure and configuration of custom panels to understand available fields and data organization for insurance management workflows.
Instructions
Get custom panel structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No |
Input Schema (JSON Schema)
{
"properties": {
"filters": {
"type": "object"
}
},
"type": "object"
}