Query Targets
The target of a query is the object specified in the FROM clause. The target object represents a collection of Vault data such as documents and must be queryable.
This section provides a reference on common query targets and their queryable fields and relationships, including those with metadata that is not retrievable via the standard metadata API.
Query targets include documents, Vault objects, users, events, and relationships.
To query one of these objects, use its name attribute. For example, to query the documents object, enter documents as the query target. To query the Product object, enter product__v as the query target.