Get paginated build activity information

Return a JSON representation of the activities in pages and in a specified order

Request

GET https://{hostname}:{port}
  /build/rest2/projects/{id}/buildProcesses/{id}/activity?{parameters}
Table 1. Request parameters
Parameter Type Required Description
numPerPage int false The number of activities to return per page
pageNumber int false The page of activities that should be returned
sortType string false The order to use when sorting the activities. This would either be 'asc' or 'desc'.
Table 2. URL parameters
Parameter Type Required Description
id string true The identifier to use when looking up a project. This can be the name or ID of the project
id string true The identifier to use when looking up a build process. This can be the name or ID of the process