Get DataSourceType for a DataSourceTypeId
GET/api/dataSourceType/:dataSourceTypeId
API used to get the DataSourceType for a specific DataSourceTypeId
Request
Responses
- 200
- 403
- 404
- 500
Returns the DataSourceType
Returns a HttpStatus.FORBIDDEN if the User does not have access to the Realm
Returns a HttpStatus.NOT_FOUND if the DataSourceTypeId specified does not exist
Internal error that prevented the retreival of DataSourceType