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!!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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
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