Retrieve a Task Form URI
get
                    /bpm/api/4.0/tasks/{id}/form
Retrieves the task form URI.
                Request
Path Parameters
                - 
                    id(required):  string
                    
                    Task ID
Query Parameters
                    - 
                            readOnly: string
                            
                            To retrieve a read only form uri - True; else falseDefault Value:false
Header Parameters
                    - 
                            user-agent: 
                            
                            User-agent
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - text/html
200 Response
Success
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
string400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized
                            
                            
                            
                            
                        404 Response
Form URL not found for given task
                            
                            
                            
                            
                        500 Response
Internal Server Error