10-17-2016 08:45 AM
Hello,
I can't seem to get a very basic and simple query going. Any ideas where I may be going wrong?
GET /act.web.api/api/Groups/?$filter=(name eq 'Test Group')
Response Code: 200
Returned Data: []
The group exists, but nothing is returned.
Thanks for your help!
10-18-2016 02:32 PM
Looks right, could it be as simple you are connecting to a different database then you are connecting to or a different user that doesn't have access?
10-20-2016 07:35 AM
Your query is correct, but unfortunately there is a problem searching by the name property (all entities) in the current build. We are working on releasing a new build soon that corrects this problem.
Thanks
Stephen