Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E Erepo Records Table
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • ClinGenClinGen
  • erepo
  • Erepo Records Table
  • Wiki
  • Evidence Repository API

Evidence Repository API · Changes

Page history
Update Evidence Repository API with new Rails endpoints for specific... authored Feb 20, 2024 by Alejandro Zuniga's avatar Alejandro Zuniga
Update Evidence Repository API with new Rails endpoints for specific classifications via UUID or CAID/MONDO/GID
Hide whitespace changes
Inline Side-by-side
Evidence-Repository-API.md
View page @ 13eea8af
......@@ -33,6 +33,49 @@ The Evidence Repository provides RESTful-APIs to browse and search classificatio
<tr>
<td>
**<span dir="">/api/interpretation/{uuid}</span>**
</td>
<td>
<span dir="">SEPIO document of the classification</span>
</td>
<td>
<span dir="">https://erepo.genome.network/evrepo/api/interpretation/9b9e1625-5f63-4b04-aef5-9fa3f6098f24</span><span dir=""> </span>
</td>
</tr>
<tr>
<td>
**<span dir="">/api/classification/{uuid}</span>**
</td>
<td>
<span dir="">SEPIO document of the classification</span>
</td>
<td>
<span dir="">https://erepo.genome.network/evrepo/api/classification/9b9e1625-5f63-4b04-aef5-9fa3f6098f24</span><span dir=""> </span>
</td>
</tr>
<tr>
<td>
**<span dir="">/api/classification/{caId}/{mondoId}/{guidelineId}</span>**
</td>
<td>
<span dir="">SEPIO document of the classification</span>
</td>
<td>
<span dir="">https://erepo.genome.network/evrepo/api/classification/CA273848/MONDO:0010726/016</span><span dir=""> </span>
</td>
</tr>
<tr>
<td>
**/api/interpretations**
</td>
<td>
......@@ -47,7 +90,7 @@ The Evidence Repository provides RESTful-APIs to browse and search classificatio
</table>
#### Rails API modifiers
#### Rails `/api/intepretation` API modifiers
Response from the Rails API endpoints can be filtered or restricted using the following modifiers
......
Clone repository
  • Evidence Repository API
  • Home