Get Filtered Audit Records Using a Logical Operator
This example shows you how to get filtered audit records using the logical OR operator. Use the following GET request to get all audit records with the attribute EventLabel with the value Login or Search.
URI
GET /Windchill/servlet/odata/Administration/AuditRecords?$filter=EventLabel eq 'Login' or EventLabel eq 'Search' HTTP/1.1