Objects
This beta Piiano Vault REST API resource enables you to create, retrieve, search, update, and delete collection objects and their data.
List objects
Returns a paginated list of objects from a collection with all or a subset of object property values.
Add object
Adds an object to a collection. The request must include all the non-nullable properties, as defined by the collection schema.
Get object
Returns an object from a collection with all or a subset of object property values.
Update object
Updates properties of an object in a collection.
Delete object
Deletes an object from a collection. This operation is irreversible.
Add objects (bulk)
Adds objects to a collection. The request must include all the non-nullable properties for each object, as defined by the collection schema. Use the list collection properties operation to check the collection schema.
Update objects (bulk)
Updates properties of objects in a collection.
Delete objects (bulk)
Deletes objects from a collection. This operation is irreversible.
Search objects
Returns a paginated list of objects, with property values, from a collection that satisfies a query.