Synopsis
Parameters
| Parameter |
Type |
Description |
| token |
string |
Credentials, see RemoteApi.login |
| projectName |
string |
The name of the project that the build belongs to. |
| id |
int |
ID of the build to retrieve the messages for. |
Returns
An array of RemoteApi.Feature structures; all features captured in the given build.
Description
Gets all the messages (or features) for a build.
Access
Accessible to all users.