REST API for Create from Template
search cancel

REST API for Create from Template

book

Article ID: 203885

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

Is it possible to create a Project from Template using the new REST API feature?

Environment

Release : 15.8, 15.8.1, 15.9

Component : CA PPM APPLICATION

Resolution

It's not possible to create projects from Template via Rest API as the project create action uses a private Rest API (and is not listed in the interactive REST API Documentation)

To validate if an action is supported with Rest API, it must meet the below criteria:

  1. Must be a Public Rest API
  2. Be listed in the interactive REST API documentation 

Additional Information

For more details see Using Clarity REST APIs