Skip to main content

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?

Hi ​@TDCMANIRUL 

I did not try, but below is a possible syntax

https://...base url/.../...?task.request_id=134565&task.user_def10=%25345%25

Cheers!


Reply