Expand my Community achievements bar.

Creating a Workfront Project via API

Avatar

Level 2

Working on building out some automation in Azure and trying to create a Project through the api and I have tried this through both a string query and a JSON body. But I keep running into an issue where I get the following response:

{
  "error": {
    "message""name cannot be null",
    "title"null,
    "msgKey""exception.attask",
    "attributes": [
      ""
    ],
    "code"0
  }
}
 
I do have the name field in the POST URI but still getting this. Any clues or help would be appreciated. 
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 2

Resovled. The we were using a dummy profile as the Resource Manager adn the WF Admin went back last week took away the license of that profile. Once we updated the Proejct Template with the correct Resource Manager I was able to complete the Post.