Endpoint Filtering
Filter on attribute
You can add an additional attribute filter to the endpoint. The example below shows an endpoint with additional filtering on the attribute named `YesNoFreeField1` and the value has to be `true`. If not it will not be scanned by the integration.
Exact Globe uses a SQL format in their filter buildup, therefore you have to use the `and` or `or` notation in the filter property. If you use the `&` notation, you will end the property and thereby end the filter query.
/Item?$top={use_amount}&$filter=ModifiedDate gt (dateTime'{use_last_modify_date}') and IsBinaryServiceEnabled eq true and YesNoFreeField1 eq true&$orderby=ModifiedDate