Activity log
GET https://{{base_url}}/v6/audit/user-events/search.json
Activity log
Returns a list of activity log events. User with View activity log for all users in account group permission can see all activity log events in the current account group. User with View own activity log permission can see own activity log events in the current account group. See Account Context for more information on changing Account Group context.
Optional (querystring) Parameters
- format=json|xml optional, specifies the format of output requested. See Output Formats for more information.
- window=[0-9]+[smhdw]? specifies a window of time for the result set. See Time Ranges for more information.
- from=YYYY-mm-ddTHH:MM:SS&to=YYYY-mm-ddTHH:MM:SS specifies an explicit start (and optionally, end) for your range of data. See Time Ranges for more information.
- aid={aid} optional, changes the account group context of the current request. If an invalid account group ID is specified as a parameter, the response will come back as an HTTP/400 error.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |