Projects API

Make project changes using Visier APIs.

Access requirements

To use APIs, you must have a Visier account and authenticate. For more information about authenticating, see API Authentication.

Custom profile with these capabilities: Direct Publish

Your user must have at least Read access in any of the following profile capabilities:

  • Data
  • Model
  • Permission Management
  • Profile Management
  • Security
  • Tenant Management
  • User Group Management
  • User Management

Reach out to your administrator for access.

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.