Unable to get the project status using the custom API in Workfront Fusion | Community
Skip to main content
Level 2
March 21, 2025
Solved

Unable to get the project status using the custom API in Workfront Fusion

  • March 21, 2025
  • 1 reply
  • 373 views

Hi,

 

I am working on a get query to fetch all the projects that are in approved status (Status=Approved) under a specific Program and limit it to 200 records.

I have created the below query but unable to get the required details. Can anyone help me fixing it?

 

project/search?programID=66f6d50c00b9081f40e08da68f1d8a32&fields=parameterValues,status=APR,project:owner,owner:emailAddr,tasks:percentComplete,tasks:name$$LIMIT=200

 

Any suggestion would be highly appreciated. TIA!!

Best answer by Sven-iX

you placed &status=APR in the middle of the fields list and didn't have an & before $$LIMIT

project/search?programID=66f6d50c00b9081f40e08da68f1d8a32&fields=parameterValues,project:owner,owner:emailAddr,tasks:percentComplete,tasks:name&$$LIMIT=200&status=APR

1 reply

Sven-iX
Community Advisor
Sven-iXCommunity AdvisorAccepted solution
Community Advisor
March 21, 2025

you placed &status=APR in the middle of the fields list and didn't have an & before $$LIMIT

project/search?programID=66f6d50c00b9081f40e08da68f1d8a32&fields=parameterValues,project:owner,owner:emailAddr,tasks:percentComplete,tasks:name&$$LIMIT=200&status=APR