Skip to main content
Name

Sharing

The sharing of queries can be done through two primary methods: Normal share and API (JSON) share.

Normal Sharing

The normal sharing option in Kvery facilitates the distribution of query results within the platform or to users not associated with Kvery. Primarily used for team collaboration or presenting data to clients, this feature allows recipients to view the results of executed queries without providing them edit access.

Sharing Process

By selecting the “Enable sharing?” option, a shareable link or access code for the query is created. You can customize the URL (under Custom URL) and set the desired HTTP method. Optionally, set an expiration date for the link to control the duration of access. Share the generated link or code with the intended recipients. Recipients can then access the query results, either within the Kvery system or externally.

API (JSON) Sharing

This functionality is more technical, designed for incorporating queries into external systems or for streamlining data workflows. It allows for the conversion of query results into an API endpoint, providing data in JSON format.

Setting Up API Sharing

Choose the JSON (API) share option to transform the query into an API endpoint. Kvery then creates a unique API endpoint URL for the query, which can be further customized. This URL is suitable for use in external systems, scripts, or services for programmatic retrieval of query results.

Usage in External Applications

The API endpoint can be seamlessly integrated into external applications, web services, or data pipelines. External systems are enabled to send HTTP requests to this endpoint, fetching real-time query results in JSON format.

Security and Monitoring

Enhanced security measures are in place to ensure that only authenticated requests (requiring a username and password) have access to the API endpoint.

Name