Get the list of programVersion based on given parameters and date range
GET/api/programData/programVersion/programId/:programId/versionId/:versionId/realmCountryId/:realmCountryId/healthAreaId/:healthAreaId/organisationId/:organisationId/versionTypeId/:versionTypeId/versionStatusId/:versionStatusId/dates/:startDate/:stopDate
API used to get the list of programVersion based on given parameters and date range
Request
Responses
- 200
- 403
- 404
- 500
Returns the list of programVersion
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if the programVersion does not exist
Internal error that prevented the retreival of list of programVersion