Expand my Community achievements bar.

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

Avatar

Level 2

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 Reply

Avatar

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