Validate Program for specified realmId,programId and programCode
GET/api/program/validate/realmId/:realmId/programId/:programId/programCode/:programCode
API used to validate Program for specified realmId,programId and programCode
Request
Responses
- 200
- 403
- 500
Returns a true/false if the operation was successful
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