Retrieve an issue's Event Groups with a pagination option.
Version: 1.2
Required Permissions: Read-only
HTTP method: GET
Supported by Editions: Zend Server
Request Parameters:
| 
                     Parameter  | 
                
                     Type  | 
                
                     Required  | 
                
                     Description  | 
            
| 
                     issueId  | 
                
                     String  | 
                
                     Yes  | 
                
                     The predefined filter's id. Can be the filter's “name” or the actual identifier randomly created by the system. This parameter is case-sensitive.  | 
            
| 
                     limit  | 
                
                     Integer  | 
                
                     No  | 
                
                     Limits the number of eventsGroups returned with the issue details, default is 0 which places no limit.  | 
            
| 
                     offset  | 
                
                     Integer 
  | 
                
                     No 
  | 
                
                     Offsets the returned dataset to allow for pagination of data.  | 
            
Expected Response Code: 200 OK. For more information see Response Format.
Response Format: Response successful message or error message
Possible Action Specific Error Codes:
| 
                     HTTP Code  | 
                
                     Error Code  | 
                
                     Description  | 
            
| 
                     404  | 
                
                     noSuchIssue  | 
                
                     The requested issue does not exist  | 
            
| 
                     
                          | 
                
                    Request
 Response
  |