When querying the metadata api for view metadata, currently the only information included is the view id, name, and type. It would be great to get list of the filters used, and the fields referenced in the filters, similar to how we get ‘fieldIdsReferencedByFormulaText’ for the metadata of a formula field!
"views": [
{
"id": "viwQpsuEDqHFqegkp",
"name": "Grid view",
"type": "grid"
}
]
For context, please see how we are using the metadata api to get a high level view of the structure of our bases here