Difference between revisions of "BioPortal REST services"

From NCBO Wiki
Jump to navigation Jump to search
Line 53: Line 53:
 
** pagesize=<pagesize> - the number of results to display in a single request (default: all)
 
** pagesize=<pagesize> - the number of results to display in a single request (default: all)
 
** pagenum=<pagenum> - the page number to display (pages are calculated using <total results>/<pagesize>) (default: 1)
 
** pagenum=<pagenum> - the page number to display (pages are calculated using <total results>/<pagesize>) (default: 1)
** '''Example''': http://rest.bioontology.org/bioportal/search/software/?ontologyid=39002&isexactmatch=1
+
** '''Example''': http://rest.bioontology.org/bioportal/search/software/?ontologyids=1104&isexactmatch=1
  
 
==  List all ontology categories id ==
 
==  List all ontology categories id ==
 
* '''Signature''':  ./categories
 
* '''Signature''':  ./categories
 
* '''Example''': http://rest.bioontology.org/bioportal/categories
 
* '''Example''': http://rest.bioontology.org/bioportal/categories

Revision as of 16:26, 16 February 2009

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

Note: Signatures for BioPortal services have changed in BioPortal 2.0.4 release on January 13th, 2009. This page has the new service URLs. If you have any questions, please contact BioPortal Support.

The prefix for all service URLs in the table below is http://rest.bioontology.org/bioportal/

List all the latest version of ontologies

Find a specific ontology based on a version id

Find all versions of an ontology form a virtual ontology id

Download an ontology file

Get version ids based on a virtual ontology id

Get latest version of an ontology id

Get concept id

Get all root concepts for an ontology id

Get concept for latest ontology version id

Search BioPortal

List all ontology categories id