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:
- Upload the file using
POST /x/fileupload - Retrieve the file ID using
POST /api/v2/fileupload/getUploadStatus - Use the file ID in a subsequent
POST /api/v1/eventimportorPOST /api/v2/person/savecall
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.
