9 See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html
13 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/specimens@
15 Required arguments are displayed in %{background:#ccffcc}green%.
19 Each Specimen has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
21 table(table table-bordered table-condensed).
22 |_. Attribute|_. Type|_. Description|_. Example|
30 Create a new Specimen.
34 table(table table-bordered table-condensed).
35 |_. Argument |_. Type |_. Description |_. Location |_. Example |
36 |specimen|object||query||
40 Delete an existing Specimen.
44 table(table table-bordered table-condensed).
45 |_. Argument |_. Type |_. Description |_. Location |_. Example |
46 {background:#ccffcc}.|uuid|string|The UUID of the Specimen in question.|path||
50 Gets a Specimen's metadata by UUID.
54 table(table table-bordered table-condensed).
55 |_. Argument |_. Type |_. Description |_. Location |_. Example |
56 {background:#ccffcc}.|uuid|string|The UUID of the Specimen in question.|path||
64 table(table table-bordered table-condensed).
65 |_. Argument |_. Type |_. Description |_. Location |_. Example |
66 |limit|integer (default 100)|Maximum number of specimens to return.|query||
67 |order|string|Order in which to return matching specimens.|query||
68 |filters|array|Conditions for filtering specimens.|query||
72 Update attributes of an existing Specimen.
76 table(table table-bordered table-condensed).
77 |_. Argument |_. Type |_. Description |_. Location |_. Example |
78 {background:#ccffcc}.|uuid|string|The UUID of the Specimen in question.|path||
79 |specimen|object||query||