Get the statuses of a CodeStation Project Version.

Request

GET https://{hostname}:{port}
  /build/rest2/codestation-build-lives//latest/statuses?{parameters}
Table 1. Request parameters
Parameter Type Required Description
rowsPerPage string false The number of statuses to return per page.
pageNumber string false The page of statuses that should be returned.
orderField string false The field to use when sorting the statuses. This would be 'name' or 'userName'.
sortType string false The order to use when sorting the statuses. This would either be 'asc' or 'desc'.