API endpoint base: https://pirca.arvadosapi.com/arvados/v1/specimens
Object type: j58dm
Example UUID: zzzzz-j58dm-0123456789abcde
A metadata record that may be used to represent a biological specimen.
Each Specimen has, in addition to the Common resource fields:
Attribute | Type | Description | Example |
---|---|---|---|
material | string | ||
properties | hash |
See Common resource methods for more information about create
, delete
, get
, list
, and update
.
Required arguments are displayed in green.
Create a new Specimen.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
specimen | object | query |
Delete an existing Specimen.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
uuid | string | The UUID of the Specimen in question. | path |
Gets a Specimen’s metadata by UUID.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
uuid | string | The UUID of the Specimen in question. | path |
List specimens.
See common resource list method.
Update attributes of an existing Specimen.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
uuid | string | The UUID of the Specimen in question. | path | |
specimen | object | query |
The content of this documentation is licensed under the
Creative
Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the
Apache License, Version 2.0.