Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

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

Avatar

Level 3

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!!

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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