Get information about all issues.

Return a JSON representation of all issues.

Request

GET https://{hostname}:{port}
  /build/rest2/build-lives//{id}/issues
Table 1. URL parameters
Parameter Type Required Description
id string true
This command takes a JSON request string or file. Use the following template for the request:
{
  "count": "The number of the issues.",
  "issues": [{
    "id": "The id of the issue.",
    "name": "The name of the issue."
  }]
}