Bigfix inventory API query parameter

Does anyone know the query parameters I could use from the BigFix Inventory API for VM Managers to retrieve only those with “deleted”=“false”?

https://www.ibm.com/support/knowledgecenter/en/SSKLLW_9.5.0/com.ibm.bigfix.inventory.doc/Inventory/integration/r_get_vmmanagers.html

Tried below but does not work

http://myserver:8080/api/sam/vmmanagers?criteria={"and":[["deleted","equals","false"]]}

Looks like we can filter only those queries using rest api for which filtering exists on the console. We cannot filter vm managers on the BFI console hence the criteria part does not work. But I may be wrong.