I am trying to call the Rest Api using following URL but getting the error.
URL:
http://test.com/testfsm/OData/task?$select=task_id&$filter=request_id eq '123’ and user_def10 like '345'
Error:
{
"Message": "Syntax error at position 48 in 'request_id eq '123' and user_def10 like '345''."
}
Can somebody guide how to use ‘like’ operator?