API Documentation - Project Create Example
search cancel

API Documentation - Project Create Example

book

Article ID: 221682

calendar_today

Updated On:

Products

Rally SaaS

Issue/Introduction

Could you please provide an example of the JSON body for project creation through the Agile Central web service API? 

 

Resolution

{
  "project": {
    "Workspace": {
      "_ref": "/workspace/<WORKSPACE_OID>"
    },
    
    "Parent": {
      "_ref": "/project/<PROJECT_OID>"
    },
        "Name": "CH66666 test for API",
    "State": "Open"
}
}