I need to query on developer app

Not applicable

I want to do something like this:

https://api.enterprise.apigee.com/v1/o/arity-ccp-nonprod/environments/dev/stats/apiproducts?select=s... eq 'Tim-HERE')&timeUnit=month

More specifically how do you filter by developer app something like this: filter=(developer_app eq 'Tim-HERE')

Solved Solved
0 4 177
1 ACCEPTED SOLUTION

Not applicable

Try the following: &filter=(developer_app+eq+'TIME Here')

It might help you avoid the encode

View solution in original post

4 REPLIES 4

Not applicable

@georgeharp your filter expression should work as specified. Are you getting an error?

Not applicable

I just had to URLENcoder.encode the filter between ( and )

Not applicable

Try the following: &filter=(developer_app+eq+'TIME Here')

It might help you avoid the encode

Thanks that works 🙂