Return the details of all the build lives for a project.
Request
GET https://{hostname}:{port}
/build/rest2/projects/{id}/buildLives?{parameters}
Table 1. URL parameters
| Parameter |
Type |
Required |
Description |
| id |
string |
true |
Project id or project name |
Table 2. Request parameters
| Parameter |
Type |
Required |
Description |
| limit |
integer |
false |
Specifies the number of records to be fetched. |
| offset |
integer |
false |
Indicates the starting point from which the data should be
fetched. |
| extended |
string |
false |
Boolean value to determine whether to fetch extended
properties. |
| modifiedSince |
string |
false |
Represents the timestamp (in milliseconds) to fetch resources
modified after this time. |