Direct Data Intake API
Number of APIs: 10
Welcome to Visier's Direct Data Intake 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 |
-
Start Transaction POST {{baseUrl}}/v1/data/directloads/prod/transactions
-
Upload File - Employee PUT {{baseUrl}}/v1/data/directloads/prod/transactions/{{transactionId}}/Employee
-
Upload File - Employee_Exit PUT {{baseUrl}}/v1/data/directloads/prod/transactions/{{transactionId}}/Employee_Exit
-
Data Load Schema GET {{baseUrl}}/v1/data/directloads/prod/schemas/Employee_Exit
-
Upload File - Employment_Start PUT {{baseUrl}}/v1/data/directloads/prod/transactions/{{transactionId}}/Employment_Start
-
Roll Back Transaction DELETE {{baseUrl}}/v1/data/directloads/prod/transactions/{{transactionId}}
-
Commit Transaction POST {{baseUrl}}/v1/data/directloads/prod/transactions/{{transactionId}}
-
Check Transaction Status GET {{baseUrl}}/v1/data/directloads/prod/transactions/{{transactionId}}
-
Authentication - Security Token POST {{baseUrl}}/v1/admin/visierSecureToken
-
Configure Primary PUT {{baseUrl}}/v1/data/directloads/prod/configs