Serve an Uploaded File
GET/file-svc/serve/upload/:fileId
Retrieves and serves a previously uploaded file using its File ID.
Note: The ID and FileID fields of an upload are different.
FileIDis a unique identifier for the file itself.IDis a unique identifier for the upload metadata record.
Request
Responses
- 200
- 400
- 404
- 500
File served successfully
Missing Upload ID
File Not Found
Internal Server Error