Load uploaded file
GET/events-manager/v1/uploads
Loads a previously uploaded temporary file by temp_id. On success, the endpoint streams
file bytes with a dynamic content type instead of JSON.
Requestβ
Responsesβ
- 200
- 400
- 401
- 403
- 404
- 500
Raw file contents.
Invalid request.
Authentication is required or invalid.
The authenticated user cannot perform this action.
The requested object was not found.
An unexpected server error occurred.