Get Specific Attributes of Audit Records
This example shows you how to query only selected attributes of the audit records. Use the following GET request to see only the BranchID, UserName, EventKey, and ID for audit records.
URI
GET /Windchill/servlet/odata/Administration/AuditRecords?$select=BranchID,UserName,EventKey,ID HTTP/1.1