Get DataSource for RealmId and ProgramId
GET/api/dataSource/realmId/:realmId/programId/:programId
API used to get the DataSource for a specific RealmId and ProgramId
Request
Responses
- 200
- 403
- 404
- 500
Returns the DataSource
Returns a HttpStatus.FORBIDDEN if the User does not have access to the Realm or Program
Returns a HttpStatus.NOT_FOUND if the DataSourceId specified does not exist
Internal error that prevented the retreival of DataSource