Get paginated build activity information

Return a JSON representation of the activities in pages

Request

GET https://{hostname}:{port}
  /build/rest2/projects/{id}/buildProcesses/{id}/activity/{pageSize}/{page}
Table 1. 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
pageSize int true The number of activities to return per page
page int true The page of activities that should be returned