Retrieve Custom Task Lists
get
                    /bpm/api/4.0/tasks/views
 Retrieves a list of custom task lists (views) that the current user has defined.
                Request
There are no request parameters for this operation.
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
No view available.
                            
                            
                            
                            
                        500 Response
Internal Server Error