# Request a download order for raw operational audit log entries

Creates a download order for raw operational audit log entries.

Endpoint: POST /api/audit/raw/operational/generate
Version: v1.0
Security: OAuth2

## Request fields (application/json):

  - `audit_type` (string)
    Represents the type of audit event. IMPORTANT: Do not change the number of existing entries or their order because this will break compatibility with older versions.
    Enum: "Trigger", "Action", "Scripting", "Business", "Raw", "Edge", "PublicLink", "RawOperational", "DataPackageExport", "DataPackageImport"

  - `format` (string)
    Enum: "CSV", "Json"

  - `from` (string,null)

  - `to` (string,null)

  - `filter` (object,null)

  - `raw` (string,null)

  - `fullText` (string,null)

  - `logType` (array,null)


## Response 202 fields

## Response 401 fields
