Projects API

Make project changes using Visier APIs.

Note:  

  • Alpha This API is in alpha. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).
  • Visier reserves the right to, without notice and at its sole discretion, add new elements to API responses. Authorized users who call Visier's APIs must set their JSON parsers to not fail on unknown properties or risk being unable to interpret such API's result set.

In Visier, you can use a project to make a set of changes and then publish all the changes to your production version. For more information about projects, see Projects.

With this API, you can:

  • Retrieve a list of draft projects accessible to the user
  • Retrieve a draft project's information
  • Retrieve a list of all committed changes in a project
  • Retrieve a list of all production versions
  • Create a new draft project
  • Delete a draft project
  • Perform an operation on a draft project, such as publishing the project

    Note: Uncommitted changes in the project are automatically committed before publishing the project to production.

  • Perform an operation on production versions, such as exporting all committed changes in a list of production versions