Data Query API
Number of APIs: 4
Welcome to Visier's Data Query API collection.
Refer to Alpine documentation for more details.
Getting started
Fork collection and environment into your workspace
To send requests or make changes to a collection from the Visier Alpine Platform workspace, you first need to fork the collection and environment into a personal or team workspace you belong to.
Note: Forking creates a copy of the collection in your Qodex workspace. The changes you make in a forked collection do not affect the original collection.
Configure forked environment
The Visier Alpine Platform environment includes variables that allow you to store and reuse values in Qodex.
After you've forked the environment, you can now update the current values before running your first request.
The following table defines each variable found in the environment.
Name | Description |
---|---|
username | Your Visier username. |
password | Your Visier password. |
baseUrl | The base URL is made up of the vanity name and domain name. https://{vanityname}.api.visier.io Replace {vanityname} with your Visier tenant name. |
apiKey | Your API key. |
vanityName | Your Visier tenant name. |
Here is an example of what your variables should look like:
Variable | Type | Intitial Value | Current Value |
---|---|---|---|
username | default | Your Visier username. | john@jupiter.com |
password | default | Your Visier password. | 12345678 |
baseUrl | default | https://{vanity_name}.api.visier.io | https://jupiter.api.visier.io |
asidToken | default | ||
apiKey | default | Your API key. | 093c2808ae49427bae8e64e727c42118 |
vanityName | default | Your Visier tenant name. | jupiter |
-
Authentication - Security Token POST {{baseUrl}}/v1/admin/visierSecureToken
-
List-Code Samples - Multi-Value Property Query for Employee Compensation Items POST {{baseUrl}}/v1/data/query/list
-
SQL-like-Code Samples - List Query Filtered by Woman for Employee First Name, Last Name, and Organization Copy POST {{baseUrl}}/v1/data/query/sql
-
Aggregate-Code Samples - Days Worked Over Maximum Consecutive Limit query with the Maximum Consecutive Working Days Limit parameter set to 1 POST {{baseUrl}}/v1/data/query/aggregate