Skip to content

Upload events from files.

Request

Security
oauth2
Bodymultipart/form-datarequired

Cancellation token to cancel the operation.

filesArray of strings, (binary)(IFormFile)required
POST
/events/files
{
  "files": [
    "string"
  ]
}

Responses

An EventsUploadResponse containing details of the upload operation.

Body
fileUploadedobject

Gets the dictionary of file names and any error messages.

Response
{
  "fileUploaded": {
    "property1": "string",
    "property2": "string"
  }
}