Collections APIs
APIs for generic storage of documents.
This endpoint provides detailed statistics about the tables that exist within the specified collection. It is intended for users with access to the organization's data, allowing them to understand the structure and contents of their collections.
💻 Service Credentials is required to access this service.
An OIDC service account that was authenticated.
OK
Unauthorized
This endpoint permanently deletes the specified collection associated with the given organization ID. Ensure that you have the necessary permissions to perform this action. This operation is critical and should be used with caution to prevent data loss.
💻 Service Credentials is required to access this service.
An OIDC service account that was authenticated.
OK
Unauthorized
This endpoint returns detailed statistics about the specified table within the organization. It provides insights into document counts and other relevant metrics. Access is controlled and requires appropriate authentication to ensure data security.
💻 Service Credentials is required to access this service.
An OIDC service account that was authenticated.
OK
Unauthorized
This endpoint allows users to insert a document into the specified collection within the database. If a document with the same ID already exists, an exception will be thrown. Ensure that the provided data adheres to the expected schema to avoid errors.
💻 Service Credentials is required to access this service.
An OIDC service account that was authenticated.
OK
Unauthorized
This endpoint allows the deletion of an entire table within a specified collection. It is intended for use by authorized users to manage their data effectively. Ensure that the correct organization ID and table name are provided to avoid accidental data loss.
💻 Service Credentials is required to access this service.
An OIDC service account that was authenticated.
OK
Unauthorized
This endpoint allows you to add an index to a specific table within a collection. It is essential for optimizing query performance and ensuring efficient data retrieval. Proper indexing enhances the overall responsiveness of your document storage operations.
💻 Service Credentials is required to access this service.
An OIDC service account that was authenticated.
OK
No content
Unauthorized
No content
010OK
Unauthorized
This endpoint allows for the bulk insertion of multiple documents into a specified collection. If any document ID already exists, the entire request will fail with a 400 error. Ensure that the provided IDs are unique to prevent request failure.
💻 Service Credentials is required to access this service.
An OIDC service account that was authenticated.
OK
Unauthorized
010OK
Unauthorized
This API endpoint allows users to fetch a specific document using its ID. It is designed for accessing documents within a given organization and table. Ensure that you have the necessary permissions to access the document.
💻 Service Credentials is required to access this service.
An OIDC service account that was authenticated.
OK
Unauthorized
This endpoint allows you to update a specific document identified by its ID within a given collection. Ensure that the correct organization ID and table name are provided. Use the If-Match header for concurrency control to prevent overwriting changes made by others.
💻 Service Credentials is required to access this service.
An OIDC service account that was authenticated.
OK
Unauthorized
This endpoint allows the deletion of a specified document from a collection within an organization. It requires the organization ID, table name, and document ID. Optionally, an ETag can be provided for concurrency control.
💻 Service Credentials is required to access this service.
An OIDC service account that was authenticated.
OK
No content
Unauthorized
No content
Last updated