Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Windchill Administration Domain > Select a Specific Attribute of EventInfo
  
Select a Specific Attribute of EventInfo
This example shows you how you can select a specific attribute of EventInfo. Expand EventInfo to access event information of audit records. Use the following GET request.
URI
GET /Windchill/servlet/odata/Administration/AuditRecords?$expand=EventInfo($select=DisplayValue) HTTP/1.1