Skip to main content

What’s New

Qrvey 8.7
Version 8.7 of the Qrvey platform is now available to customers! This version includes new features including area charts, the ability to pivot and export data, as well as numerous bug fixes and performance improvements.
Learn More
Qrvey 8.6
Version 8.6 of the Qrvey platform is now available to customers. This version includes several new feature enhancements and performance improvements.
Learn More
Required Update for 8.5.1
Attention 8.5.1 customers: for any 8.5.1 instance deployed prior to 08/05/2024, an update is required to ensure you are running the latest images.
Learn More
Qrvey 8.5
Version 8.5 (LTS) of the Qrvey platform is now available to customers. This version includes several new features and performance improvements.
Learn More
End-of-life Schedule
We've added a new article that lists the features and endpoints that have been scheduled for deprecation. All features and endpoints will be supported for (1) year after the release date of the LTS version that contains the alternative.
Learn More
Version: 8.0

General

Q: How do I know if my Elasticsearch cluster is short on space?

A: There are 2 ways to monitor the Elasticsearch cluster.

  1. Using Admin Center:
    i. Login to Admin center using your AWS IAM credentials
    ii. Click on DataRouter section
    iii. Review the node usage in the Elasticsearch section at the bottom. It shows the total vs used space and then per node.

  2. AWS Elasticsearch console
    i. Login to your AWS account with a user that has permissions to access Elasticsearch domains.
    ii. Select “Dashboard” tab from the top-left menu.
    iii. You can review the free storage space in the table for your Elasticsearch cluster.


Q: Where can I find my API key?

A: You received a welcome email when your environment was first set up. That email has all the information about your domain and it also contains your unique API key to access Qrvey’s widgets and APIs.

1_faq

Please contact us at: help@qrvey.com if you cannot locate the email.


Q: What is app id (used as app_id or appid) that is required in the APIs and widgets, and where can I find it?

A: App id, or application id, is the unique identifier of the Qrvey “application” that houses your webforms, datasets, visualizations, etc. If you go to your Qrvey Composer and enter any application, you can get that application’s id from the url, following the “application” key:

2_faq

Alternatively, if an API is used to create an application programmatically, the app id is returned as part of the response.


Q: Where can I find the user id (used as user_id or userid) that is required in the APIs and widgets?

A: When a user is logged into Qrvey Composer, their user id can be found in the userprofile request by inspecting any page in the browser:

2_faq

Alternatively, if an API is used to create a user programmatically, the user id is returned in the response. It can also be obtained by using the “search” option in the API to get the list of users. See the API Reference for more details on the subject.

Note: There are two types of users in Qrvey: Creators, and End Users. APIs to manage “creator” users are part of the core collection, while those to manage end users are part of the automation set.