Get information about all statuses
Return a JSON Array representation of all statuses.
Request
GET https://{hostname}:{port}
/build/rest2/build-lives//latest/statuses
This command takes a JSON request string or file. Use the following template for the request:
[{
"buildLifeId": "The id of the build life.",
"dateAssigned": "The assigned date of the status.",
"jobTraceId": "The id of the job trace if the status is
created by a job.",
"message": "The message of the status if the status is
created by a user or external source.",
"origin": "The origin of the status.",
"status": "The status.",
"statusColor": "The color of the status.",
"statusName": "The name of the status.",
"user": "The name of the user if the status is created
by a user."
}]
