Get information about all labels
Return a JSON Array representation of all labels.
Request
GET https://{hostname}:{port}
/build/rest2/projects/{id}/buildProcesses/{id}/buildLives/latest/labels
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | true | The identifier to use when looking up a project. This can be the name or ID of the project |
| id | string | true | The identifier to use when looking up a build process. This can be the name or ID of the process |
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."
}]