The Request constructor.
- Returns
- An instance of a Request object.
GalaxyRequests::index |
( |
| ) |
|
Displays a collection (list) of sequencing requests.
- Returns
- An array of the requests.
GalaxyRequests::show |
( |
|
$encoded_request_id | ) |
|
Displays details of a sequencing request.
GET /api/requests/{encoded_request_id}
- Parameters
-
$encoded_request_id | The id of the galaxy entity to show. |
- Returns
- An array containing detailed information about the requested galaxy entitiy.
GalaxyRequests::update |
( |
|
$encoded_request_id | ) |
|
Updates a request state, sample state or sample dataset transfer status.
- Parameters
-
$encoded_request_id | The id of the galaxy entity to update. |
- Returns
- An array containing information on the updated Galaxy entity.
The documentation for this class was generated from the following file: