Retrieve a Task Attachment as a Stream
get
                    /bpm/api/4.0/tasks/{id}/attachments/{attachmentName}/stream
 Retrieves an attachment by name as a stream.
If Oracle Content and Experience (documents) is enabled for this task, attachments do not apply.
                Request
Path Parameters
                
                
                
                
                
                  
                
                  There's no request body for this operation.
Back to TopResponse
200 Response
Displays the file contents. Response type will be based on the mime type of the attachment.
                            
                            
                            
                            
                        400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized
                            
                            
                            
                            
                        404 Response
No inputstream exists for attachment with given name
                            
                            
                            
                            
                        500 Response
Internal Server Error