v1
latestSwagger 2.02026-07-13447786.5 KBAudit Log
get changes in a specified zone
Retrieve all changes in the specified zone.
get/changelog/zone/{zoneKey}
Path parameters
zoneKeystring required
the zone key to see an audit log for
Query parameters
startnumber
The beginning of the window we want to see changes for; measured in microseconds since Unix Epoch.
endnumber
The end of the window we want to see changes for; measured in microseconds since Unix Epoch.
max_resultsnumber
Determines how many ChangeDescription object should be returned to the calling code.
ref_idstring
When paginating a Changelog request start on the entry that comes immediately before or after this ID (as determined by the direction argument).
direction'before' | 'after'
If set to "before" then changes will be returned that occurred before reference ID. If "after" then changes will be returned that have occurred since the reference ID.
Response
A list of changes occurring during the requested window.