Projects API

Make project changes using Visier APIs.

Note: Beta This API is in beta. While in beta, APIs are interface-stable and implementation may change without notice. Rarely, interface changes may occur that are not backwards-compatible and require advance communication. If you are interested in using this API, please contact your Customer Success Manager (CSM).

Who can use this feature?

To use the APIs, you must have a Visier account with a profile that has the API capability. If you don't have an account, contact your administrator. They will create an account for you with permissions that allow you to view data.

Not sure if you have this feature or capability? Reach out to your administrator.

Overview

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.