-
Notifications
You must be signed in to change notification settings - Fork 3
Experiments query experimentById
Petr Štechmüller edited this page Aug 29, 2020
·
2 revisions
Description: get experiment by ID
ExperimentByIdQuery
class ExperimentByIdHandler implements IQueryHandler<ExperimentByIdQuery, Experiment>
Name | Type | Mandatory |
---|---|---|
experimentID | number | true |
userID | number | true |
Experiment
- Instance of experiment
- ExperimentIdNotFoundException