Export Audit Log File

Produces a collection a csv of Audit records.

SecuritybearerToken
Request
Request Body schema: application/json
required
fileType
required
string
Value: "csv"
auditType
string
Enum: "alert.accepted" "alert.rejected" "alert.received" "profile.added" "profile.created" "investigation.accepted" "investigation.created" "investigation.file_downloaded" "schedule.created" "schedule.removed"
userId
integer <int32>
keywordSearch
string
createdAtOrAfter
string <date-time>
createdAtOrBefore
string <date-time>
object (Connect.Protect.AuditExportPayloadDto)
Responses
200
400

Bad Request Response

401

Invalid Token response

403

Access Forbidden Response

404

404 response

post/protect/audits
Request samples
application/json
{
  • "fileType": "csv",
  • "auditType": "alert.accepted",
  • "userId": 0,
  • "keywordSearch": "string",
  • "createdAtOrAfter": "2019-08-24T14:15:22Z",
  • "createdAtOrBefore": "2019-08-24T14:15:22Z",
  • "payload": {
    }
}
Response samples
application/json
{}