BioPortal REST services

From NCBO Wiki
Revision as of 14:53, 17 December 2008 by Noy (talk | contribs) (New page: This page documents the signatures for NCBO (and, more specifically, BioPortal) REST services. This list may not be exhaustive. '''Note''': ''Signatures for BioPoral services will change ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page documents the signatures for NCBO (and, more specifically, BioPortal) REST services. This list may not be exhaustive.

Note: Signatures for BioPoral services will change in January 2009. We will update this page when this change occurs.

The prefix for all service URLs in the table below is

http://rest.bioontology.org/bioportal/rest
Functionality Service signature
List all ontologies ./ontologies
Find a specific ontology based on a version id ./ontologies/{ontology version id}
Find all versions of an ontology form a virtual ontology id ./virtual/{virtual ontology id}
Download ontology file ./ontologies/download/{ontology version id}
Get versions of an ontology ./ontologies/version/{ontology id}
Get concept ./concepts/{ontology version id}/{concept id}
Get all root concepts for an ontology ./concepts/{ontology version id}/root
Search for concepts ./search/concepts/{query>?ontologies={ids}
Get latest version of an ontology ./virtual/{ontology_id}
Get concept for latest ontology version ./virtual/{ontology id}/{concept id}
List all ontology categories ./categories