8 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/specimens@
12 Example UUID: @zzzzz-j58dm-0123456789abcde@
16 A metadata record that may be used to represent a biological specimen.
18 Each Specimen has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html:
20 table(table table-bordered table-condensed).
21 |_. Attribute|_. Type|_. Description|_. Example|
27 See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
29 Required arguments are displayed in %{background:#ccffcc}green%.
33 Create a new Specimen.
37 table(table table-bordered table-condensed).
38 |_. Argument |_. Type |_. Description |_. Location |_. Example |
39 |specimen|object||query||
43 Delete an existing Specimen.
47 table(table table-bordered table-condensed).
48 |_. Argument |_. Type |_. Description |_. Location |_. Example |
49 {background:#ccffcc}.|uuid|string|The UUID of the Specimen in question.|path||
53 Gets a Specimen's metadata by UUID.
57 table(table table-bordered table-condensed).
58 |_. Argument |_. Type |_. Description |_. Location |_. Example |
59 {background:#ccffcc}.|uuid|string|The UUID of the Specimen in question.|path||
65 See "common resource list method.":{{site.baseurl}}/api/methods.html#index
69 Update attributes of an existing Specimen.
73 table(table table-bordered table-condensed).
74 |_. Argument |_. Type |_. Description |_. Location |_. Example |
75 {background:#ccffcc}.|uuid|string|The UUID of the Specimen in question.|path||
76 |specimen|object||query||