Post

2 followers Follow
0
Avatar

How to link project with existing template using REST API

I have create project using put method of Entity Query method, I am struggling to link project with template using API, I have tried by bellow API, but not success.

https://api2.clarizen.com/V2.0/services/data/CreateFromTemplate

 

can you please help with example? 

Nayan Answered

Official comment

Avatar

Hi Nayan,

Sorry for the late response.

Here an example of how to create a project from template:

{
"templateName":"Template Name",
"entity":{"id":"/Project", "Name" :"My Project Name" }
}

 

I hope this helps,

Elad

Elad Franklin
Comment actions Permalink

Please sign in to leave a comment.

1 comment