add trait resource
[arvados.git] / doc / api / index.md
1 ---
2 layout: default
3 navsection: api
4 title: API Reference
5 navorder: 0
6 ---
7
8 # API Reference
9
10 ### Concepts
11
12 * Each API uses the same [authentication mechanism](authentication.html).
13 * Resources in requests and responses adhere to a [common structure](resources.html).
14 * API transactions use common [REST methods](methods.html).
15 * API transactions are subject to a [permission model](permission-model.html).
16 * [Job tasks](job-task.html) use some special API features.
17
18 ### Resources
19
20 * ApiClients
21 * ApiClientAuthorizations
22 * [Collections](Collections.html)
23 * Files
24 * [Jobs](Jobs.html)
25 * [JobTasks](JobTasks.html)
26 * [Links](Links.html)
27 * Logs
28 * People
29 * PipelineTemplates
30 * PipelineInstances
31 * Groups
32 * Specimens
33 * Traits
34 * Users
35 * Variants
36 * VariantAnnotations
37 * VariantCalls