List five versions of program from given page number for specified programId
GET/api/loadDataset/programId/:programId/page/:page
API used to list five versions of dataset from given page number for specified programId
Request
Responses
- 200
- 403
- 500
Returns a list of five versions of dataset
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.INTERNAL_SERVER_ERROR if there was some other error that did not allow the operation to complete