Download multipart file from request
GET/v2/endpoints/:endpoint/requests/:requestId/multipart/download
Download a file attachment from a multipart/form-data request. Requires both fieldName and component query parameters to identify which file to download.
Request
Responses
- 200
- 400
- 401
- 404
File downloaded successfully
Bad Request - Missing required query parameters (fieldName or component)
Unauthenticated - API key is missing or invalid.
Not Found - The requested resource does not exist.