Retrieve a Task Attachment by Name
get
                    /bpm/api/4.0/tasks/{id}/attachments/{attachmentName}
 Retrieves an attachment by name.
If Oracle Content and Experience (documents) is enabled for this task, attachments do not apply.
                Request
Path Parameters
                - 
                    attachmentName(required):  string
                    
                    Attachment name
- 
                    id(required):  string
                    
                    Task ID
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
Success
                            
                            
                                Nested Schema : link
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    href: string
                    
                    
                     (uri) 
                    
                
                
                href of the provided link
- 
                
                    
                    rel: string
                    
                    
                     
                    
                
                
                relationship with the returned resourceExample:self
400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized
                            
                            
                            
                            
                        404 Response
Attachment with given name not found
                            
                            
                            
                            
                        500 Response
Internal Server Error