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.

NameDescription
usernameYour Visier username.
passwordYour Visier password.
baseUrlThe base URL is made up of the vanity name and domain name.

https://{vanityname}.api.visier.io

Replace {vanity
name} with your Visier tenant name.
apiKeyYour API key.
vanityNameYour Visier tenant name.

Here is an example of what your variables should look like:

VariableTypeIntitial ValueCurrent Value
usernamedefaultYour Visier username.john@jupiter.com
passworddefaultYour Visier password.12345678
baseUrldefaulthttps://{vanity_name}.api.visier.iohttps://jupiter.api.visier.io
asidTokendefault
apiKeydefaultYour API key.093c2808ae49427bae8e64e727c42118
vanityNamedefaultYour Visier tenant name.jupiter
  1. Start Transaction POST {{baseUrl}}/v1/data/directloads/prod/transactions

  2. Upload File - Employee PUT {{baseUrl}}/v1/data/directloads/prod/transactions/{{transactionId}}/Employee

  3. Upload File - Employee_Exit PUT {{baseUrl}}/v1/data/directloads/prod/transactions/{{transactionId}}/Employee_Exit

  4. Data Load Schema GET {{baseUrl}}/v1/data/directloads/prod/schemas/Employee_Exit

  5. Upload File - Employment_Start PUT {{baseUrl}}/v1/data/directloads/prod/transactions/{{transactionId}}/Employment_Start

  6. Roll Back Transaction DELETE {{baseUrl}}/v1/data/directloads/prod/transactions/{{transactionId}}

  7. Commit Transaction POST {{baseUrl}}/v1/data/directloads/prod/transactions/{{transactionId}}

  8. Check Transaction Status GET {{baseUrl}}/v1/data/directloads/prod/transactions/{{transactionId}}

  9. Authentication - Security Token POST {{baseUrl}}/v1/admin/visierSecureToken

  10. Configure Primary PUT {{baseUrl}}/v1/data/directloads/prod/configs