Difference between revisions of "BioPortal REST services"

From NCBO Wiki
Jump to navigation Jump to search
(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 ...)
 
 
(449 intermediate revisions by 18 users not shown)
Line 1: Line 1:
This page documents the signatures for NCBO (and, more specifically, BioPortal) REST services. This list may not be exhaustive.
+
NCBO BioPortal v4.0 REST services are documented at: http://data.bioontology.org/documentation
 
 
'''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
 
 
 
{| border="1"
 
|-
 
! 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
 
|}
 

Latest revision as of 23:00, 16 July 2016

NCBO BioPortal v4.0 REST services are documented at: http://data.bioontology.org/documentation