Retrieve Task History
get
                    /bpm/api/4.0/tasks/{id}/history
 Retrieves the history of a task.
                Request
Path Parameters
                - 
                    id(required):  string
                    
                    Task ID
Query Parameters
                    - 
                            displayStyle(required): string
                            
                            Style in which to display the history of given task ID - flatList (default)Default Value:flatList
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
Success
                            
                            
                                400 Response
Bad request
                            
                            
                            
                            
                        401 Response
Unauthorized
                            
                            
                            
                            
                        404 Response
Task History not found
                            
                            
                            
                            
                        500 Response
Internal Server Error