bio_metadata_service¶
GetIndividual
(request)¶
Parameters: request – Return type: Throws:
Gets an Individual by ID. GET /individuals/{id} will return a JSON version of Individual.
SearchBiosamples
(request)¶
Parameters: request – Return type: Throws:
POST /biosamples/search must accept a JSON version of SearchBiosamplesRequest as the post body and will return a JSON version of SearchBiosamplesResponse.
GetBiosample
(request)¶
Parameters: request – Return type: Throws:
Gets a Biosample by ID. GET /biosamples/{id} will return a JSON version of Biosample.
SearchIndividuals
(request)¶
Parameters: request – Return type: Throws:
Gets a list of Individuals accessible through the API. POST /individuals/search must accept a JSON version of SearchIndividualsRequest as the post body and will return a JSON version of SearchIndividualsResponse.