Get the dependencies of a CodeStation Project Version.

Request

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