Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Create new "Request" via API

Avatar

Level 1

Hello!

 

My organization has a project I'd like to submit requests for tasks to via the Workfront API. The request form itself has several custom fields created by our organization.

 

I didn't see anything about "Requests" within the API documentation and am wondering if it is possible to submit a request, while solving for the custom fields via the API. Has anyone here attempted this, and if so- can an example POST request please be shared?

 

Thank you!

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 7

Requests are stored as a type of issue - so it would work by creating issues and then setting the corresponding variable that it's a "request".

View solution in original post

4 Replies

Avatar

Correct answer by
Level 7

Requests are stored as a type of issue - so it would work by creating issues and then setting the corresponding variable that it's a "request".

Avatar

Level 1

Thank you, Jason! Have you seen an example of this type of request around? I'm also not familiar with how to create an issue via the API.

Avatar

Level 7

I've done it with the tools in Fusion, but not hitting the API directly.

Avatar

Community Advisor

You have to make a POST request to Workfront populating all of the data. Here are some links for Workfront's API that may prove useful. A request is just an issue, so anything about issues also applies to requests.

 

https://developer.workfront.com/issues.html

https://developer.adobe.com/workfront/api-explorer/

https://experienceleague.adobe.com/docs/workfront/using/adobe-workfront-api/api-general-information/...