Create new "Request" via API | Community
Skip to main content
February 22, 2023
Solved

Create new "Request" via API

  • February 22, 2023
  • 1 reply
  • 1813 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jason_JB

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".

1 reply

Jason_JB
Jason_JBAccepted solution
Level 5
February 22, 2023

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".

mgjllAuthor
February 22, 2023

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.

Jason_JB
Level 5
February 22, 2023

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