I want to do something like this:
More specifically how do you filter by developer app something like this: filter=(developer_app eq ‘Tim-HERE’)
I want to do something like this:
More specifically how do you filter by developer app something like this: filter=(developer_app eq ‘Tim-HERE’)
@georgeharp your filter expression should work as specified. Are you getting an error?
I just had to URLENcoder.encode the filter between ( and )
Try the following: &filter=(developer_app+eq+‘TIME Here’)
It might help you avoid the encode
Thanks that works ![]()