... | ... | @@ -11,11 +11,57 @@ |
|
|
### B. API Endpoints
|
|
|
|
|
|
#### B.1 Actionability Knowledge Repository API Endpoints
|
|
|
| Label | AKR Endpoints | Comments |
|
|
|
|-------|---------------|----------|
|
|
|
| | | |
|
|
|
| | | |
|
|
|
| | | |
|
|
|
|
|
|
<table>
|
|
|
<tr>
|
|
|
<th>Label</th>
|
|
|
<th>AKR Endpoints</th>
|
|
|
<th>Comments</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>Brief Summary</td>
|
|
|
<td>
|
|
|
|
|
|
* **/api/summ/brief**
|
|
|
* **/api/summ/brief?flavor=flat&format=json**
|
|
|
* **/api/summ/brief?flavor=flat&format=tsv**
|
|
|
</td>
|
|
|
<td>
|
|
|
|
|
|
Brief summary of all the topics, includes both the adult and pediatric contexts. Default format=json and flavor=nested<br>Example:
|
|
|
|
|
|
* <https://actionability.clinicalgenome.org/ac/api/summ/brief>
|
|
|
* <https://actionability.clinicalgenome.org/ac/api/summ/brief?flavor=flat&format=json>
|
|
|
* <https://actionability.clinicalgenome.org/ac/api/summ/brief?flavor=flat&format=tsv>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>Brief Summary Columns</td>
|
|
|
<td>
|
|
|
|
|
|
**/api/summ/brief/$/columns?flavor=flat**
|
|
|
</td>
|
|
|
<td>
|
|
|
|
|
|
Get the columns definitions for the flat endpoint
|
|
|
|
|
|
Example:
|
|
|
|
|
|
[https://actionability.clinicalgenome.org/ac/api/summ/brief/$/columns?flavor=flat](https://actionability.clinicalgenome.org/ac/api/summ/brief/%24/columns?flavor=flat)
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>
|
|
|
|
|
|
</td>
|
|
|
<td>
|
|
|
|
|
|
</td>
|
|
|
<td>
|
|
|
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
|
|
|
#### B.2 Actionability Knowledge Repository UI API Endpoints (DataTables driven)
|
|
|
|
... | ... | |