Hi Mahendra,
Default behaviour with query string is ANDED
To retrieve trouble tickets where dateTime is greater than 2013-04-20 and less than 2017-04-20:
OR condition (ORING)
To retrieve trouble tickets where dateTime is less than 2013-04-20 OR less than 2017-04-20:

According to TMF guidelines, when customerId and siteName are provided together, the API must return results only if both attributes exactly match the provided values (AND + exact match). Partial/LIKE matching is not standard unless explicitly requested using regex operators as per above table.
Refer TMF630 for more details
------------------------------
Subhanshu Shukla
Asst Vice President
------------------------------