Get Versions of a CodeStation project

Request

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