Download a CSV file with AuditLog entries.
GET/audit-log/download/
Request
Query Parameters
end_dt date-time
Include instances created before ISO-formatted timestamp
start_dt date-time
Include instances created after ISO-formatted timestamp
user string
Base58
ID to filter instances by the user linked to the entry
Responses
- 200
- 400
- 401
- 500
CSV file with audit log entries
- text/csv
- Schema
- CSVFileHeaderExample
Schema
string
CSV file header example
user_id,username,user_name,date,action,object_model,object_id,field,old_value,new_value
- application/json
- Schema
- Example (from schema)
Schema
<field name> string[]
non_field_errors string[]
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...