Get active Problem Report list for a program and version
GET/api/problem/problemReport/programId/:programId/versionId/:versionId
API used to get the list of active problem report list for a programId and versionId
Request
Responses
- 200
- 403
- 404
- 500
Returns the active Problem report list
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if the programId and versionId specified does not exist
Internal error that prevented the retreival of Problem report list