List five versions of program from give page number for specified programId
GET/api/program/loadProgram/programId/:programId/page/:page
API used to list five versions of program from given page number for specified programId
Request
Responses
- 200
- 403
- 500
Returns a list of five versions of program
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