Get information about all labels

Return a JSON Array representation of all labels.

Request

GET https://{hostname}:{port}
  /build/rest2/build-lives//latest/labels
This command takes a JSON request string or file. Use the following template for the request:
[{
  "assignedDate": "The assigned date of the label.",
  "assignedDateFormat": "The format of the assigned date.",
  "buildLifeId": "The id of the build life.",
  "label": "The name of the label.",
  "labelId": "The id of the label.",
  "user": "The user that applied the label."
}]