Business Object Rest Api Getting error when we pass Multiple Values for q param
i'm trying to access Business Object Rest api in Postmen Client
When i pass filter q param with below
https://.vbcs.com/1.0/resources/data/UserInfo?q=iBLPN='ABCD';workOrder='ABCS'
Im getting 400 Bad Request Saying
"Failed to build ViewCriteria from expression \"iBLPN='ABCD';workOrder='ABCS'\" using view object UserInfo. An unexpected expression token is found.
When i pass Single Filter like q=iBLPN='ABCD' —>it working but when i pass more then one it failing
Is there other way to pass multiple filters to q param for BO ?
Tagged:
0