Retrieve Complete Audit History for a Single Document
GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/audittrail?start_date=&end_date=
https://developer.veevavault.com/api/21.2/#retrieve-complete-audit-history-for-a-single-document
Retrieve complete audit history for a single document.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start_date | null | Specify a start date to retrieve audit history. This date cannot be more than 30 days ago. Dates must be YYYY-MM-DDTHH:MM:SSZ format, for example, 7AM on January 15, 2018 would use 2018-01-15T07:00:00Z. If omitted, defaults to the vault’s creation date. | |
end_date | null | Specify an end date to retrieve audit history. This date cannot be more than 30 days ago. Dates must be YYYY-MM-DDTHH:MM:SSZ format, for example, 7AM on January 15, 2018 would use 2018-01-15T07:00:00Z. If omitted, defaults to today’s date. | |
format_results | null | To request a CSV file of your audit history, use csv. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string |