Retrieve an issue's details according to the issueId passed as a parameter. Additional information about event groups is also displayed.
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 |
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
|