Files

Upload, retrieve status, and download files attached to events or user profiles.

Files can be attached to events or used as user profile images. Uploading a file is a three-step process:

  1. Upload the file using POST /x/fileupload
  2. Retrieve the file ID using POST /api/v2/fileupload/getUploadStatus
  3. Use the file ID in a subsequent POST /api/v1/eventimport or POST /api/v2/person/save call

Important: Files carry permissions. If a user opens an event or profile containing a file they do not have permission to access, they will see a full-screen "Not Authorised" error and be logged out.