Search code examples
restworkfront-api

How to create project in workfront through api


I will try this POST /attask/api/project?name=New Project ,But it give me unauthorized access error.


Solution

  • You need to either establish a session first using the API login function or you need to include an API key in your parameters. I personally like API key. Just add apiKey=your_api_key. You can find your API key under setup->System->Customer Info. You might need to generate one first if you haven't already created one.