Parameter Name
|
Description
|
---|---|
maxItems
|
The maximum number of items to return. The base type of this parameter is NUMBER.
|
startDate
|
The earliest audit date to query. The base type of this parameter is DATETIME.
|
endDate
|
The latest audit date to query. The base type of this parameter is DATETIME.
|
query
|
The query definition. The base type of this parameter is QUERY. Format the query as JSON object.
|
locale
|
The localizationTable locale that is used to localize the results. The base type of this parameter is STRING.
|
User
|
Group Membership
|
Expected Result
|
---|---|---|
Administrator
|
Administrators
|
Returned InfoTable contains all audit entries related to ExampleThing.
|
User_A
|
Auditors
|
Returned InfoTable contains all audit entries related to ExampleThing.
|
User_B
|
No special groups
|
Returned InfoTable contains audit entries associated withUser_B only.
|