Difference between revisions of "Resource Index REST Web Service User Guide"
Line 203: | Line 203: | ||
|-valign="top" | |-valign="top" | ||
|width="10%"|'''directAnnotations''' | |width="10%"|'''directAnnotations''' | ||
− | |width="90%"| ObrAnnotationBean | + | |width="90%"| One '''annotation''' is represented by ''ObrAnnotationBean''. |
|-valign="top" | |-valign="top" | ||
|width="10%"|'''isaAnnotations''' | |width="10%"|'''isaAnnotations''' | ||
− | |width="90%"| ObrAnnotationBean | + | |width="90%"| One '''annotation''' is represented by ''ObrAnnotationBean''. |
|-valign="top" | |-valign="top" | ||
|width="10%"|'''mappingAnnotations''' | |width="10%"|'''mappingAnnotations''' | ||
− | |width="90%"| ObrAnnotationBean | + | |width="90%"| One '''annotation''' is represented by ''ObrAnnotationBean''. |
|} | |} | ||
Line 221: | Line 221: | ||
{| border="1" cellpadding="2" | {| border="1" cellpadding="2" | ||
|-valign="top" | |-valign="top" | ||
− | |width="10%"|''' | + | |width="10%"|'''resultId''' |
|width="90%"| | |width="90%"| | ||
|-valign="top" | |-valign="top" | ||
Line 227: | Line 227: | ||
|width="90%"| Dictionary contains the metadata (not the content) of the dictionary used for a result. dictionaryId, dictionaryName, and dictionaryDate identify the dictionary on the server side and give information about its content. Dictionary versioning is strongly linked to the evolution of the ontologies used. Each time ontologies change, the dictionary is updated. All the dictionary information may be useful for comparing results of the Annotator Restlet service on time. | |width="90%"| Dictionary contains the metadata (not the content) of the dictionary used for a result. dictionaryId, dictionaryName, and dictionaryDate identify the dictionary on the server side and give information about its content. Dictionary versioning is strongly linked to the evolution of the ontologies used. Each time ontologies change, the dictionary is updated. All the dictionary information may be useful for comparing results of the Annotator Restlet service on time. | ||
|-valign="top" | |-valign="top" | ||
− | |width="10%"|''' | + | |width="10%"|'''resultStatistics''' |
− | |width="90%"| | + | |width="90%"| Each '''statistics''' contains information on the number of annotations done for a given context. The contextName keyword identifies the type of context and annotationCount is the number of annotations of this type. |
|-valign="top" | |-valign="top" | ||
|width="10%"|'''parameters''' | |width="10%"|'''parameters''' | ||
Line 237: | Line 237: | ||
|-valign="top" | |-valign="top" | ||
|width="10%"|'''annotations''' | |width="10%"|'''annotations''' | ||
− | |width="90%"| ObrAnnotationBean/ObrAnnotationBeanDetailed is a representation of one annotation. If ''elementDetails'' parameter is true the service return response of type | + | |width="90%"| ''ObrAnnotationBean/ObrAnnotationBeanDetailed'' is a representation of one '''annotation/annotationDetailed'''. If ''elementDetails'' parameter is true the service return response of type '''annotation''', otherwise '''annotationDetailed'''. An annotation has a score which represents the accuracy of the annotation computed by the scoring algorithm (if the scored=true parameter was chosen, otherwise score=-1). An annotation is done with a concept in a context. |
'''Response Content: ObrAnnotationBeanDetailled''' | '''Response Content: ObrAnnotationBeanDetailled''' | ||
Line 250: | Line 250: | ||
|width="10%"|'''element''' | |width="10%"|'''element''' | ||
|width="90%"| | |width="90%"| | ||
− | * '' | + | * ''localElementId'' - Global identifier for the resource element. |
* ''elementStructure'' - Represents Structure of an element for a given resource. | * ''elementStructure'' - Represents Structure of an element for a given resource. | ||
Line 257: | Line 257: | ||
{| border="2" style="background:#ABCDEF;"<!-- The nested table must be on a new line --> | {| border="2" style="background:#ABCDEF;"<!-- The nested table must be on a new line --> | ||
|-valign="top" | |-valign="top" | ||
− | |width="10%"|''' | + | |width="10%"|'''resourceId''' |
|width="90%"|resource identifier for Resource. | |width="90%"|resource identifier for Resource. | ||
Line 273: | Line 273: | ||
|-valign="top" | |-valign="top" | ||
− | |width="10%"|''' | + | |width="10%"|'''ontoIds''' |
− | |width="90%"|map contain | + | |width="90%"|map contain ontologyIds for each context (as String). |
|} | |} | ||
Line 283: | Line 283: | ||
{| border="2" <!-- The nested table must be on a new line --> | {| border="2" <!-- The nested table must be on a new line --> | ||
|-valign="top" | |-valign="top" | ||
− | |width="10%"|''' | + | |width="10%"|'''localElementId''' |
|width="90%"| Identifier for resource element. | |width="90%"| Identifier for resource element. | ||
|-valign="top" | |-valign="top" | ||
Line 323: | Line 323: | ||
|-valign="top" | |-valign="top" | ||
− | |width="10%"|''' | + | |width="10%"|'''localElementId localConceptIds mode withContext elementDetails counts offsetStart offsetMax''' |
|width="90%"| Parameters summarizes all the parameters specified by the user when requesting the Resource Index Restlet service. Those parameters are described in section Service parameters | |width="90%"| Parameters summarizes all the parameters specified by the user when requesting the Resource Index Restlet service. Those parameters are described in section Service parameters | ||
Line 332: | Line 332: | ||
====Annotation by Concept Service==== | ====Annotation by Concept Service==== | ||
− | Returns the set of annotations done with a given | + | Returns the set of annotations done with a given localConceptId. |
*GET Request Format : '''/byconcept/{ontologyid}/{withContext}/{counts}/{offset}/{limit}?conceptid={conceptid}''' | *GET Request Format : '''/byconcept/{ontologyid}/{withContext}/{counts}/{offset}/{limit}?conceptid={conceptid}''' | ||
Line 340: | Line 340: | ||
**/byconcept/{ontologyID}/{conceptID}/{withContext}/{counts}/{from}/{number} | **/byconcept/{ontologyID}/{conceptID}/{withContext}/{counts}/{from}/{number} | ||
− | *Response Content : ObrResultBean/ObrResultBeanDetailed. If request parameter withContext is true, then returns representation of the | + | *Response Content : ''ObrResultBean/ObrResultBeanDetailed'' is a representation of '''result/resultDetailed'''. If request parameter withContext is true, then returns representation of the '''resultDetailed''' and if request parameter withContext is false, then returns representation of the '''result'''. |
====Annotation for BioPortal virtual ontology Concept Service ==== | ====Annotation for BioPortal virtual ontology Concept Service ==== | ||
− | Returns the set of all annotations done with a given | + | Returns the set of all annotations done with a given localConceptId using BioPortal virtual ontology ID. |
*GET Request Format : '''/byconcept/virtual/{virtualOntologyID}/{withContext}/{counts}/{offset}/{limit}?conceptid={conceptid}''' | *GET Request Format : '''/byconcept/virtual/{virtualOntologyID}/{withContext}/{counts}/{offset}/{limit}?conceptid={conceptid}''' | ||
Line 351: | Line 351: | ||
**/byconcept/virtual/{virtualOntologyID}/{conceptID}/{withContext}/{counts}/{from}/{number} | **/byconcept/virtual/{virtualOntologyID}/{conceptID}/{withContext}/{counts}/{from}/{number} | ||
− | *Response Content : ObrResultBean/ObrResultBeanDetailed. | + | *Response Content : ''ObrResultBean/ObrResultBeanDetailed'' is a representation of '''result/resultDetailed'''. |
====Annotation By Concept And Resource Service ==== | ====Annotation By Concept And Resource Service ==== | ||
− | Returns the set of all annotations done with a given | + | Returns the set of all annotations done with a given localConceptId for given resourceId. |
*GET Request Format : '''/byconcept/{ontologyid}/{resourceid}/{withContext}/{counts}/{offset}/{limit}?conceptid={conceptid}''' | *GET Request Format : '''/byconcept/{ontologyid}/{resourceid}/{withContext}/{counts}/{offset}/{limit}?conceptid={conceptid}''' | ||
Line 362: | Line 362: | ||
**/byconcept/{ontologyID}/{conceptID}/{resourceID}/{withContext}/{counts}/{from}/{number}/{from}/{number} | **/byconcept/{ontologyID}/{conceptID}/{resourceID}/{withContext}/{counts}/{from}/{number}/{from}/{number} | ||
− | *Response Content : ObrResultBean/ObrResultBeanDetailed. | + | *Response Content : ''ObrResultBean/ObrResultBeanDetailed'' is a representation of '''result/resultDetailed'''. |
====Annotation for BioPortal virtual ontology Concept And Resource Service ==== | ====Annotation for BioPortal virtual ontology Concept And Resource Service ==== | ||
− | Returns the set of all annotations done with a given | + | Returns the set of all annotations done with a given localConceptId using BioPortal virtual ontology ID and using particular resourceId. |
*GET Request Format : '''/byconcept/virtual/{virtualOntologyID}/{resourceid}/{withContext}/{counts}/{offset}/{limit}?conceptid={conceptid}''' | *GET Request Format : '''/byconcept/virtual/{virtualOntologyID}/{resourceid}/{withContext}/{counts}/{offset}/{limit}?conceptid={conceptid}''' | ||
Line 373: | Line 373: | ||
**/byconcept/virtual/{virtualOntologyID}/{conceptID}/{resourceID}/{withContext}/{counts}/{from}/{number} | **/byconcept/virtual/{virtualOntologyID}/{conceptID}/{resourceID}/{withContext}/{counts}/{from}/{number} | ||
− | *Response Content : ObrResultBean/ObrResultBeanDetailed. | + | *Response Content : ''ObrResultBean/ObrResultBeanDetailed'' is a representation of '''result/resultDetailed'''. |
'''For Multiple resources using service at basis URL''' | '''For Multiple resources using service at basis URL''' | ||
Line 379: | Line 379: | ||
*Example : http://rest.bioontology.org/resource_index/?conceptids=1032/Melanoma&isVirtualOntologyId=true&resourceids=CT,DBK,OMIM,RXRD&withContext=true&counts=true&offset=0&limit=10&levelMax=2147483647&filterNumber=false&email=example@bioontology.org&applicationid=NCBOtest | *Example : http://rest.bioontology.org/resource_index/?conceptids=1032/Melanoma&isVirtualOntologyId=true&resourceids=CT,DBK,OMIM,RXRD&withContext=true&counts=true&offset=0&limit=10&levelMax=2147483647&filterNumber=false&email=example@bioontology.org&applicationid=NCBOtest | ||
− | *Response Content : | + | *Response Content : '''result/resultDetailed''' for each resource. ''ObrResultBean/ObrResultBeanDetailed'' is a representation of one '''result/resultDetailed''' |
====Annotation By Resource Element Service ==== | ====Annotation By Resource Element Service ==== | ||
− | Returns the set of all annotations done with a given resource element | + | Returns the set of all annotations done with a given resource element localElementId for all the concepts. |
*GET Request Format : '''/byelement/{resourceid}/{elementDetails}{withContext}/{counts}/{offset}/{limit}?elementid={elementid}''' | *GET Request Format : '''/byelement/{resourceid}/{elementDetails}{withContext}/{counts}/{offset}/{limit}?elementid={elementid}''' | ||
Line 392: | Line 392: | ||
**/byelement/{resourceID}/{localElementID}/{withContext}/{counts}/{from}/{number} | **/byelement/{resourceID}/{localElementID}/{withContext}/{counts}/{from}/{number} | ||
− | *Response Content : ObrResultBean/ObrResultBeanDetailed. | + | *Response Content : ''ObrResultBean/ObrResultBeanDetailed'' is a representation of '''result/resultDetailed'''. |
====Annotation Details By Resource Element Service ==== | ====Annotation Details By Resource Element Service ==== | ||
− | Returns the set of all annotations details with a given resource element | + | Returns the set of all annotations details with a given resource element localElementId for given conceptId |
*GET Request Format : '''/details/{elementDetails}/concept/{ontologyid}/resource/{resourceid}?conceptid={conceptid}&elementid={elementid}''' | *GET Request Format : '''/details/{elementDetails}/concept/{ontologyid}/resource/{resourceid}?conceptid={conceptid}&elementid={elementid}''' | ||
Line 404: | Line 404: | ||
**/details/{elementDetails}/concept/{ontologyID}/{conceptID}/resource/{resourceID}/element/{localElementID} | **/details/{elementDetails}/concept/{ontologyID}/{conceptID}/resource/{resourceID}/element/{localElementID} | ||
− | *Response Content : ObrAnnotationBeanDetailed if elementDetails is true otherwise | + | *Response Content : ''ObrAnnotationBean/ObrAnnotationBeanDetailed'' is a representation of one '''annotation/annotationDetailed'''. annotationDetailed if elementDetails is true otherwise annotation. |
====Annotation Details By Resource Element Service for BioPortal Virtual OntologyID==== | ====Annotation Details By Resource Element Service for BioPortal Virtual OntologyID==== | ||
− | Returns the set of all annotations details with a given resource element | + | Returns the set of all annotations details with a given resource element localElementId for given conceptId of BioPortal virtual ontologyId |
*GET Request Format : '''/details/{elementDetails}/virtual/concept/{virtualOntologyID}/resource/{resourceid}?conceptid={conceptid}&elementid={elementid}''' | *GET Request Format : '''/details/{elementDetails}/virtual/concept/{virtualOntologyID}/resource/{resourceid}?conceptid={conceptid}&elementid={elementid}''' | ||
Line 416: | Line 416: | ||
**/details/{elementDetails}/virtual/concept/{virtualOntologyID}/{conceptID}/resource/{resourceID}/element/{localElementID} | **/details/{elementDetails}/virtual/concept/{virtualOntologyID}/{conceptID}/resource/{resourceID}/element/{localElementID} | ||
− | *Response Content : ObrAnnotationBeanDetailed if elementDetails is true otherwise | + | *Response Content : ''ObrAnnotationBean/ObrAnnotationBeanDetailed'' is a representation of one '''annotation/annotationDetailed'''. annotationDetailed if elementDetails is true otherwise annotation. |
====Resources Service ==== | ====Resources Service ==== | ||
Line 433: | Line 433: | ||
|-valign="top" | |-valign="top" | ||
− | |width="10%"|''' | + | |width="10%"|'''resourceId''' |
|width="90%"| Identifier of the resource. | |width="90%"| Identifier of the resource. | ||
Line 464: | Line 464: | ||
{| border="2" style="background:#ABCDEF;"<!-- The nested table must be on a new line --> | {| border="2" style="background:#ABCDEF;"<!-- The nested table must be on a new line --> | ||
|-valign="top" | |-valign="top" | ||
− | |width="10%"|''' | + | |width="10%"|'''resourceId''' |
|width="90%"|resource identifier for Resource. | |width="90%"|resource identifier for Resource. | ||
Line 480: | Line 480: | ||
|-valign="top" | |-valign="top" | ||
− | |width="10%"|''' | + | |width="10%"|'''ontoIds''' |
|width="90%"|map contain ontologyIDs for each context (as String). | |width="90%"|map contain ontologyIDs for each context (as String). | ||
|} | |} | ||
Line 492: | Line 492: | ||
*Example: http://rest.bioontology.org/resource_index/resources/AE?email=example@bioontology.org&applicationid=NCBOtest | *Example: http://rest.bioontology.org/resource_index/resources/AE?email=example@bioontology.org&applicationid=NCBOtest | ||
*Old Request Format* : /resources/{resourceID} | *Old Request Format* : /resources/{resourceID} | ||
− | *Response Content : Resource. | + | *Response Content : ''Resource'' is a representation of one '''resource'''. |
====Resource Element Service ==== | ====Resource Element Service ==== | ||
Line 516: | Line 516: | ||
*Example: http://rest.bioontology.org/resource_index/elements/AE?method=chronology&offset=0&limit=10&email=example@bioontology.org&applicationid=NCBOtest | *Example: http://rest.bioontology.org/resource_index/elements/AE?method=chronology&offset=0&limit=10&email=example@bioontology.org&applicationid=NCBOtest | ||
− | *Response Content : Element is a representation of one element. | + | *Response Content : ''Element'' is a representation of one '''element'''. |
====Resources Service with ontologies used for indexing ==== | ====Resources Service with ontologies used for indexing ==== | ||
Line 538: | Line 538: | ||
{| border="2" style="background:#ABCDEF;"<!-- The nested table must be on a new line --> | {| border="2" style="background:#ABCDEF;"<!-- The nested table must be on a new line --> | ||
|-valign="top" | |-valign="top" | ||
− | |width="10%"|''' | + | |width="10%"|'''localOntologyId''' |
|width="90%"|Local onotology id for Ontology. | |width="90%"|Local onotology id for Ontology. | ||
Line 550: | Line 550: | ||
|-valign="top" | |-valign="top" | ||
− | |width="10%"|''' | + | |width="10%"|'''virtualOntologyId''' |
|width="90%"|virtual ontology id for ontology. | |width="90%"|virtual ontology id for ontology. | ||
|} | |} | ||
Line 561: | Line 561: | ||
*Example: http://rest.bioontology.org/resource_index/resources/AE?withOntologies=true&email=example@bioontology.org&applicationid=NCBOtest | *Example: http://rest.bioontology.org/resource_index/resources/AE?withOntologies=true&email=example@bioontology.org&applicationid=NCBOtest | ||
*Old Request Format : /resources/{resourceID}?withOntologies=true | *Old Request Format : /resources/{resourceID}?withOntologies=true | ||
− | *Response Content : | + | *Response Content : '''resource''' is represented by ''ObrResourceBean''. |
====Ontologies Service with resources indexed ==== | ====Ontologies Service with resources indexed ==== | ||
Line 569: | Line 569: | ||
*Example: http://rest.bioontology.org/resource_index/ontologies?withresources=true&email=example@bioontology.org&applicationid=NCBOtest | *Example: http://rest.bioontology.org/resource_index/ontologies?withresources=true&email=example@bioontology.org&applicationid=NCBOtest | ||
− | *Response Content : Each | + | *Response Content : Each '''ontology''' is represented by ''ObrOntologyBean''. |
Response ObrOntologyBean contains all the contents of OntologyBean.Those contents are described in section Response Content: OntologyBean. | Response ObrOntologyBean contains all the contents of OntologyBean.Those contents are described in section Response Content: OntologyBean. | ||
Line 577: | Line 577: | ||
|-valign="top" | |-valign="top" | ||
|width="10%"|'''resources''' | |width="10%"|'''resources''' | ||
− | |width="90%"| Represents list of resources. Response content for each resource is of type Resource. | + | |width="90%"| Represents list of resources. Response content for each '''resource''' is of type ''Resource''. |
|} | |} | ||
Line 586: | Line 586: | ||
*Example: http://rest.bioontology.org/resource_index/ontologies/42693?email=example@bioontology.org&applicationid=NCBOtest | *Example: http://rest.bioontology.org/resource_index/ontologies/42693?email=example@bioontology.org&applicationid=NCBOtest | ||
− | *Response Content : | + | *Response Content : '''ontology''' is represented by ''ObrOntologyBean''. |
====Virtual Ontology Service with resources indexed ==== | ====Virtual Ontology Service with resources indexed ==== | ||
Line 594: | Line 594: | ||
*Example: http://rest.bioontology.org/resource_index/virtual/ontology/1032?withresources=true&email=example@bioontology.org&applicationid=NCBOtest | *Example: http://rest.bioontology.org/resource_index/virtual/ontology/1032?withresources=true&email=example@bioontology.org&applicationid=NCBOtest | ||
− | *Response Content : List of | + | *Response Content : List of '''ontology''' represented by ''ObrOntologyBean''. |
====Concept Frequency Service==== | ====Concept Frequency Service==== | ||
Line 602: | Line 602: | ||
*Example: http://rest.bioontology.org/resource_index/most-used-concepts/AE?method=counts&offset=0&limit=10&email=example@bioontology.org&applicationid=NCBOtest | *Example: http://rest.bioontology.org/resource_index/most-used-concepts/AE?method=counts&offset=0&limit=10&email=example@bioontology.org&applicationid=NCBOtest | ||
− | *Response Content : | + | *Response Content : '''conceptFrequency''' with format ''ObrConceptFrequencyBean''. |
'''Response Content: ObrConceptFrequencyBean''' | '''Response Content: ObrConceptFrequencyBean''' | ||
Line 628: | Line 628: | ||
*Example: http://rest.bioontology.org/resource_index/statistics/all?email=example@bioontology.org&applicationid=NCBOtest | *Example: http://rest.bioontology.org/resource_index/statistics/all?email=example@bioontology.org&applicationid=NCBOtest | ||
− | *Response Content : All | + | *Response Content : All '''statistics' represented by ''ObrStatisticsBean''. |
'''Response Content: ObrStatisticsBean''' | '''Response Content: ObrStatisticsBean''' | ||
Line 661: | Line 661: | ||
*Example: http://rest.bioontology.org/resource_index/statistics/ontology/42693?email=example@bioontology.org&applicationid=NCBOtest | *Example: http://rest.bioontology.org/resource_index/statistics/ontology/42693?email=example@bioontology.org&applicationid=NCBOtest | ||
− | *Response Content : | + | *Response Content : '''ontologyStatistics''' with format ''ObrOntologyStatisticsBean''. |
'''Response Content: ObrOntologyStatisticsBean''' | '''Response Content: ObrOntologyStatisticsBean''' | ||
Line 667: | Line 667: | ||
{| border="2" <!-- The nested table must be on a new line --> | {| border="2" <!-- The nested table must be on a new line --> | ||
|-valign="top" | |-valign="top" | ||
− | |width="10%"|''' | + | |width="10%"|'''resourceId''' |
|width="90%"|Resource Id for resource. | |width="90%"|Resource Id for resource. | ||
Line 682: | Line 682: | ||
*Example: http://rest.bioontology.org/resource_index/statistics/ontology/42693?byresource=true&email=example@bioontology.org&applicationid=NCBOtest | *Example: http://rest.bioontology.org/resource_index/statistics/ontology/42693?byresource=true&email=example@bioontology.org&applicationid=NCBOtest | ||
− | *Response Content : ObrOntologyStatisticsBean | + | *Response Content : '''ontologyStatistics''' with format ''ObrOntologyStatisticsBean''. |
====Resource Statistics Service==== | ====Resource Statistics Service==== | ||
Line 690: | Line 690: | ||
*Example: http://rest.bioontology.org/resource_index/statistics/resource/CANANO?email=example@bioontology.org&applicationid=NCBOtest | *Example: http://rest.bioontology.org/resource_index/statistics/resource/CANANO?email=example@bioontology.org&applicationid=NCBOtest | ||
− | *Response Content : | + | *Response Content : '''resourceStatistics''' with format ''ObrResourceStatisticsBean''. |
'''Response Content: ObrResourceStatisticsBean''' | '''Response Content: ObrResourceStatisticsBean''' | ||
Line 696: | Line 696: | ||
{| border="2" <!-- The nested table must be on a new line --> | {| border="2" <!-- The nested table must be on a new line --> | ||
|-valign="top" | |-valign="top" | ||
− | |width="10%"|''' | + | |width="10%"|'''localOntologyId''' |
|width="90%"|local ontology id for given ontology. | |width="90%"|local ontology id for given ontology. | ||
|-valign="top" | |-valign="top" | ||
|width="10%"|'''statistics''' | |width="10%"|'''statistics''' | ||
− | |width="90%"|ObrStatisticsBean is a representation of statistics | + | |width="90%"|''ObrStatisticsBean'' is a representation of '''statistics'''. |
|} | |} | ||
Line 711: | Line 711: | ||
*Example: http://rest.bioontology.org/resource_index/statistics/resource/AE?byontology=true&email=example@bioontology.org&applicationid=NCBOtest | *Example: http://rest.bioontology.org/resource_index/statistics/resource/AE?byontology=true&email=example@bioontology.org&applicationid=NCBOtest | ||
− | *Response Content : | + | *Response Content : '''resourceStatistics''' with format ''ObrResourceStatisticsBean''. |
====All Executions Service==== | ====All Executions Service==== | ||
Line 722: | Line 722: | ||
**http://rest.bioontology.org/resource_index/executions/list/?email=example@bioontology.org&applicationid=NCBOtest | **http://rest.bioontology.org/resource_index/executions/list/?email=example@bioontology.org&applicationid=NCBOtest | ||
− | *Response Content : | + | *Response Content : List of all '''execution'' represented by ''ObrExecutionBean''. |
'''Response Content: ObrExecutionBean''' | '''Response Content: ObrExecutionBean''' | ||
Line 740: | Line 740: | ||
|-valign="top" | |-valign="top" | ||
− | |width="10%"|''' | + | |width="10%"|'''elementCount''' |
|width="90%"|Number of elements updated/annotated in execution. | |width="90%"|Number of elements updated/annotated in execution. | ||
Line 767: | Line 767: | ||
*Example: http://rest.bioontology.org/resource_index/executions/WP?email=example@bioontology.org&applicationid=NCBOtest | *Example: http://rest.bioontology.org/resource_index/executions/WP?email=example@bioontology.org&applicationid=NCBOtest | ||
− | *Response Content : | + | *Response Content : '''execution'' represented by ''ObrExecutionBean''. |
---- | ---- | ||
'''Note* :''' ''Old Request Format not working anymore.'' | '''Note* :''' ''Old Request Format not working anymore.'' | ||
---- | ---- |
Revision as of 00:45, 4 October 2010
Introduction
The Resource Index API is available through a REST web services interface.
This documentation describes the current version of the API. Some changes may append in the future.
The Resource index API is based on the web service that returns annotations from the Resource Index (called via a REST post). Additionally some simplified REST get services returned simplified results.
Attention, this documentation is not currently in sync with the deployed version... we plan to release pretty soon the new API (that goes with this documentation). Please refer to the history of this wiki page for old documentation.
Sample HTTP Client for the Resource Index REST Web Service
- Test HTML Page : http://rest.bioontology.org/resource_index/test
- Test HTML Page (element per concept(s)) : http://rest.bioontology.org/resource_index/test/search
- Resources Page : http://rest.bioontology.org/resource_index/resources/list/
Service endpoints
- To retrieve "annotations" either per element or per concept(s) : http://rest.bioontology.org/resource_index/
- To retrieve "element" per concept(s) : http://rest.bioontology.org/resource_index/search
POST calls
POST your requests at the service endpoints.
Parameters
The Resource Index web service offers a set of parameters that allows a user to customize the annotations returned according to his specific requirements. For example, the annotations returned can be limited to a specific set of ontology and a specific set of semantic types. Plus, the expanded annotations can be filtered.
Please see below for the list of parameters and the possible values.
Note** : Parameter email and applicationid applies to all POST and GET calls.
email** | {email id} | default: null | User identification query parameter with the pattern of "email=UserEmail" (note some clients may need to use URL encoding).For example, email=example@example.org or email=example%40example.org as an encoded email. |
applicationid** | {aplicationid} | default: null | Identifies the application calling the REST service. |
ontologiesToKeepInResult | {localOntology1,...,localOntologyN} | default: empty (i.e. all ontologies) | Specifies the list of ontologies you want to filter in the result from the annotation process. The list of ontologies that can be used is available in the sample HTML page. The values are separated with comma (without spaces)
|
semanticTypes | {semanticType1,...,semanticTypeN} | default: empty (i.e. all semanticTypes) | Specifies the list of UMLS semantic types to use in the annotation process. The list of semantic types that can be used is available at the /obs/semanticTypes URL. Note that the restriction to semantic types is also applied during the semantic expansion steps.
|
levelMax | {integer} | default: 0 | Specifies the maximum level a parent concept must have to be considered for the is_a semantic closure expansion step.
|
mappingTypes | {null,mappingType1,...,mappingTypeN} | default: empty (i.e. all mappingTypes) | Specifies the list of mapping types to use during the mapping expansion step. The list of rmapping types that can be used is available at the /obs/mappingTypes URL. The current list is described in section Mapping types.
|
filterNumber | {true, false} | default: true | Specifies whether the concept recognition step to filter numbers or not. |
minTermSize | {integer} | default: 0 | Specifies the minimum length of the term to be included in the annotations. |
withSynonyms | {true, false} | default: true | Specifies either or not the direct annotations are done with or without Synonyms. By default it includes all the synonyms and preferred name. If 'false' is selected, the direct annotations are done with only preferred name. |
additionalStopWords | {stopWord1,...,stopWordN} | default: empty (i.e. none) | Specifies the list of additional stop words to use. Already used stop words are available here: [[1]] |
isStopWordsCaseSenstive | {true, false} | default: false | Specifies whether stopwords are case-sensitive or not. |
conceptids | {conceptid1,...,conceptidn} | default: empty (i.e. all concepts) | Specifies the list of concept to use to query the Resource index (i.e., get the annotations done with this list). This parameter must be jointly specified with the mode parameter. If conceptids contains only one element then the mode parameter can be ignored. The values are separated with comma (without spaces).
|
isVirtualOntologyId | {true, false} | default: false | Specifies the if the list of ontologies are all BioPortal virtual ontology IDs. This parameter applies to both conceptids and ontologiesToKeepInResult parameters. |
mode | {union, intersection} | default: union | Specifies the mode to use when querying the resource index with several concept (parameter conceptids ). The union mode returns the union of all the annotations (filtered eventually with other parameters) done with each specified conceptid. The intersection mode returns the intersection. |
elementid | default: all | Specifies the identifier of the resource element for which annotations are requested. The elementid is defined by the original resource e.g., PMID for PubMed, NCT for ClinicalTrials. The full list of the elementid type is defined in Section Local element ID used.
| |
resourceid | default: all | Specifies the resource to filter the annotations with. The resourceid identifies a resource in the Resource Index. They are defined in section Resource identifiers. The list of resourceid can be used is available at the /obs/resources URL.
| |
elementDetails | {true, false} | default: false | Specifies the if the returned resource elements to be detailed or not. |
withContext | {true, false} | default: true | Specifies whether the annotations context information to be available or not. If turn to false, the set of annotations returned will be simplified and will not detail the context information for an annotation. Only the score will be returned. |
offset and limit | {integer} | default: 0/10 respectively | Specifies an offset and limits the number of annotation results. |
format | {text, tabDelimited, owl, rdf, xml} | default: xml | Specifies the desired format of the response. RDF and OWL outputs are defined according to a RDFS schema and OWL ontology respectively available here: http://obs.bioontology.org/ontologies/BioPortalAnnotation.rdfs and http://obs.bioontology.org/ontologies/NCBO_OBS_ontology.owl |
Web Service Response
Response Format
text | Returns plain text representation of the ObrResultBean(Detailled). |
tabDelimited | Shorter version of "Text" format, returns not the full result content but the annotations only (no statistics, etc.). The format of the tab delimited file is: score \t conceptId \t preferredName \t synonyms (separated by ' /// ') \t semanticType (separated by ' /// ') \t contextName \t isDirect \t other context information (e.g., childConceptId, mappedConceptId, level, mappingType) (separated by ' /// '). |
xml | Returns XML representation of the ObrResultBean(Detailled). |
owl | Returns OWL representation of the ObrResultBean(Detailled). The elementsof the result (dictionary, parameters, annotations, etc) are described as instances in the following ontology: http://obs.bioontology.org/ontologies/NCBO_OBS_ontology.owl |
rdf | Returns RDF representation of the annotations in ObrResultBean(Detailled). The elements of the result are described as instances in the following ontology: http://obs.bioontology.org/ontologies/BioPortalAnnotation.rdfs |
Note : if request parameter withContext is true, then returns representation of the ObrResultBeanDetailed and if request parameter withContext is false, then returns representation of the ObrResultBean.
Response Content: ObrResultBeanDetailed
Response ObrResultBeanDetailed contains all the contents of ObrResultBean. Those contents are described in section Response Content: ObrResultBean.
Following are remaining contents for ObrResultBeanDetailed :
directAnnotations | One annotation is represented by ObrAnnotationBean. |
isaAnnotations | One annotation is represented by ObrAnnotationBean. |
mappingAnnotations | One annotation is represented by ObrAnnotationBean. |
Note : Response contents of the ObrAnnotationBean are described in section ObrResultBean annotations
Response Content: ObrResultBean
resultId | |||||||||||||||||||||||||||
dictionary | Dictionary contains the metadata (not the content) of the dictionary used for a result. dictionaryId, dictionaryName, and dictionaryDate identify the dictionary on the server side and give information about its content. Dictionary versioning is strongly linked to the evolution of the ontologies used. Each time ontologies change, the dictionary is updated. All the dictionary information may be useful for comparing results of the Annotator Restlet service on time. | ||||||||||||||||||||||||||
resultStatistics | Each statistics contains information on the number of annotations done for a given context. The contextName keyword identifies the type of context and annotationCount is the number of annotations of this type. | ||||||||||||||||||||||||||
parameters | Parameters summarizes all the parameters specified by the user when requesting the Annotator Restlet service. Those parameters are described in section Service parameters | ||||||||||||||||||||||||||
ontologies | To keep the model simple, we provide only the global ontology identifier, localOntologyId the name (ontologyName) and version (ontologyVersion). This information come from the original repositories (UMLS/BioPortal) and might help the user to select the right ontology to use. When an ontology is used in the annotation, a result has a set of OntologyUsed which specify 2 other properties: nbAnnotation, the number of annotation that have been made with concepts from this ontology. score, the sum of all the scores of the annotations done with concepts from this ontology (if parameter scored=true). Therefore, score represents the most accurate ontology to annotate the given text. | ||||||||||||||||||||||||||
annotations | ObrAnnotationBean/ObrAnnotationBeanDetailed is a representation of one annotation/annotationDetailed. If elementDetails parameter is true the service return response of type annotation, otherwise annotationDetailed. An annotation has a score which represents the accuracy of the annotation computed by the scoring algorithm (if the scored=true parameter was chosen, otherwise score=-1). An annotation is done with a concept in a context.
Response Content: ObrAnnotationBeanDetailled Response ObrAnnotationBeanDetailed contains all the contents of ObrAnnotationBean. Those contents are described in section Response Content: ObrAnnotationBean. Following are remaining contents for ObrAnnotationBeanDetailed :
Response Content: ObrAnnotationBean
| ||||||||||||||||||||||||||
localElementId localConceptIds mode withContext elementDetails counts offsetStart offsetMax | Parameters summarizes all the parameters specified by the user when requesting the Resource Index Restlet service. Those parameters are described in section Service parameters |
GET calls
Following section describes all other simplified GET services available in Resource_Index_API.
Annotation by Concept Service
Returns the set of annotations done with a given localConceptId.
- GET Request Format : /byconcept/{ontologyid}/{withContext}/{counts}/{offset}/{limit}?conceptid={conceptid}
- Example : http://rest.bioontology.org/resource_index/byconcept/42693/false/true/0/10?conceptid=Melanoma&email=example@bioontology.org&applicationid=NCBOtest
- Old Request Format* :
- /byconcept/{ontologyID}/{withContext}/{counts}/{from}/{number}?conceptID={conceptID}
- /byconcept/{ontologyID}/{conceptID}/{withContext}/{counts}/{from}/{number}
- Response Content : ObrResultBean/ObrResultBeanDetailed is a representation of result/resultDetailed. If request parameter withContext is true, then returns representation of the resultDetailed and if request parameter withContext is false, then returns representation of the result.
Annotation for BioPortal virtual ontology Concept Service
Returns the set of all annotations done with a given localConceptId using BioPortal virtual ontology ID.
- GET Request Format : /byconcept/virtual/{virtualOntologyID}/{withContext}/{counts}/{offset}/{limit}?conceptid={conceptid}
- Example : http://rest.bioontology.org/resource_index/byconcept/virtual/1032/false/true/0/10?conceptid=Melanoma&email=example@bioontology.org&applicationid=NCBOtest
- Old Request Format* :
- /byconcept/virtual/{virtualOntologyID}/{withContext}/{counts}/{from}/{number}?conceptID={conceptID}
- /byconcept/virtual/{virtualOntologyID}/{conceptID}/{withContext}/{counts}/{from}/{number}
- Response Content : ObrResultBean/ObrResultBeanDetailed is a representation of result/resultDetailed.
Annotation By Concept And Resource Service
Returns the set of all annotations done with a given localConceptId for given resourceId.
- GET Request Format : /byconcept/{ontologyid}/{resourceid}/{withContext}/{counts}/{offset}/{limit}?conceptid={conceptid}
- Example : http://rest.bioontology.org/resource_index/byconcept/42693/AE/false/true/0/10?conceptid=Melanoma&email=example@bioontology.org&applicationid=NCBOtest
- Old Request Format* :
- /byconcept/{ontologyID}/{resourceID}/{withContext}/{counts}/{from}/{number}?conceptID={conceptID}
- /byconcept/{ontologyID}/{conceptID}/{resourceID}/{withContext}/{counts}/{from}/{number}/{from}/{number}
- Response Content : ObrResultBean/ObrResultBeanDetailed is a representation of result/resultDetailed.
Annotation for BioPortal virtual ontology Concept And Resource Service
Returns the set of all annotations done with a given localConceptId using BioPortal virtual ontology ID and using particular resourceId.
- GET Request Format : /byconcept/virtual/{virtualOntologyID}/{resourceid}/{withContext}/{counts}/{offset}/{limit}?conceptid={conceptid}
- Example : http://rest.bioontology.org/resource_index/byconcept/virtual/1032/AE/false/true/0/10?conceptid=Melanoma&email=example@bioontology.org&applicationid=NCBOtest
- Old Request Format* :
- /byconcept/virtual/{virtualOntologyID}/{resourceID}/{withContext}/{counts}/{from}/{number}?conceptID={conceptID}
- /byconcept/virtual/{virtualOntologyID}/{conceptID}/{resourceID}/{withContext}/{counts}/{from}/{number}
- Response Content : ObrResultBean/ObrResultBeanDetailed is a representation of result/resultDetailed.
For Multiple resources using service at basis URL
- GET Request Format : /?conceptids={conceptids}&isVirtualOntologyId=true&resourceids={resourceids}&withContext={withContext}&counts={counts}&offset={offset}&limit={limit}&levelMax=2147483647&filterNumber=false
- Example : http://rest.bioontology.org/resource_index/?conceptids=1032/Melanoma&isVirtualOntologyId=true&resourceids=CT,DBK,OMIM,RXRD&withContext=true&counts=true&offset=0&limit=10&levelMax=2147483647&filterNumber=false&email=example@bioontology.org&applicationid=NCBOtest
- Response Content : result/resultDetailed for each resource. ObrResultBean/ObrResultBeanDetailed is a representation of one result/resultDetailed
Annotation By Resource Element Service
Returns the set of all annotations done with a given resource element localElementId for all the concepts.
- GET Request Format : /byelement/{resourceid}/{elementDetails}{withContext}/{counts}/{offset}/{limit}?elementid={elementid}
- Example 1 : http://rest.bioontology.org/resource_index/byelement/AE/false/true/false/0/10?elementid=E-GEOD-18509&email=example@bioontology.org&applicationid=NCBOtest
- Example 1 : http://rest.bioontology.org/resource_index/byelement/AE/true/true/false/0/10?elementid=E-GEOD-18509&email=example@bioontology.org&applicationid=NCBOtest
- Old Request Format* :
- /byelement/{resourceID}/{withContext}/{counts}/{from}/{number}?elementID={localElementID}
- /byelement/{resourceID}/{localElementID}/{withContext}/{counts}/{from}/{number}
- Response Content : ObrResultBean/ObrResultBeanDetailed is a representation of result/resultDetailed.
Annotation Details By Resource Element Service
Returns the set of all annotations details with a given resource element localElementId for given conceptId
- GET Request Format : /details/{elementDetails}/concept/{ontologyid}/resource/{resourceid}?conceptid={conceptid}&elementid={elementid}
- Example1 : http://rest.bioontology.org/resource_index/details/true/concept/42693/resource/AE?conceptid=Melanoma&elementid=E-GEOD-18509&email=example@bioontology.org&applicationid=NCBOtest
- Example2 : http://rest.bioontology.org/resource_index/details/false/concept/42693/resource/AE?conceptid=Melanoma&elementid=E-GEOD-18509&email=example@bioontology.org&applicationid=NCBOtest
- Old Request Format* :
- /details/{elementDetails}/concept/{ontologyID}/resource/{resourceID}?conceptID={conceptID}&elementID={localElementID}
- /details/{elementDetails}/concept/{ontologyID}/{conceptID}/resource/{resourceID}/element/{localElementID}
- Response Content : ObrAnnotationBean/ObrAnnotationBeanDetailed is a representation of one annotation/annotationDetailed. annotationDetailed if elementDetails is true otherwise annotation.
Annotation Details By Resource Element Service for BioPortal Virtual OntologyID
Returns the set of all annotations details with a given resource element localElementId for given conceptId of BioPortal virtual ontologyId
- GET Request Format : /details/{elementDetails}/virtual/concept/{virtualOntologyID}/resource/{resourceid}?conceptid={conceptid}&elementid={elementid}
- Example1 : http://rest.bioontology.org/resource_index/details/true/virtual/concept/1032/Melanoma/resource/AE?conceptid=Melanoma&elementid=E-GEOD-18509&email=example@bioontology.org&applicationid=NCBOtest
- Example2 : http://rest.bioontology.org/resource_index/details/false/virtual/concept/1032/npo:Nanoparticle/resource/AE?conceptid=Melanoma&elementid=E-GEOD-18509&email=example@bioontology.org&applicationid=NCBOtest
- Old Request Format* :
- /details/{elementDetails}/virtual/concept/{virtualOntologyID}/resource/{resourceID}?conceptID={conceptID}&elementID={localElementID}
- /details/{elementDetails}/virtual/concept/{virtualOntologyID}/{conceptID}/resource/{resourceID}/element/{localElementID}
- Response Content : ObrAnnotationBean/ObrAnnotationBeanDetailed is a representation of one annotation/annotationDetailed. annotationDetailed if elementDetails is true otherwise annotation.
Resources Service
Returns the set of all resources available in resource index and information related to it.
- GET Request Format : /resources
- Example: http://rest.bioontology.org/resource_index/resources?email=example@bioontology.org&applicationid=NCBOtest
- Response Content : Resource is a representation of one resource
Response Content: Resource
resourceName | Name of the particular resource. | ||||||||||
resourceId | Identifier of the resource. | ||||||||||
mainContext | Main context string for the resource. | ||||||||||
resourceURL | Website URL for the resource | ||||||||||
resourceElementURL | Base URL for getting elements for resource. | ||||||||||
resourceDescription | Description of the resource. | ||||||||||
resourceLogo | URL of logo image for the resource. | ||||||||||
resourceStructure | Represents Structure of an element for the resource.
Response Content: Structure
|
Resource Service
Returns the resource in resource index for given resourceID and information related to it.
- GET Request Format : /resources/{resourceid}
- Example: http://rest.bioontology.org/resource_index/resources/AE?email=example@bioontology.org&applicationid=NCBOtest
- Old Request Format* : /resources/{resourceID}
- Response Content : Resource is a representation of one resource.
Resource Element Service
Service returns elementURL for given localElementID and redirect it to get resource element on the web.
- GET Request Format : /element/{resourceid}?elementid={elementid}
- Example: http://rest.bioontology.org/resource_index/element/AE?elementid=E-GEOD-9118&email=example@bioontology.org&applicationid=NCBOtest
- Old Request Format* : /element/{resourceID}?element={localElementID}
- Response Content : Web page containing details of the element.
Element details service by elementid
Returns detail for given element using resource id and element id
- GET Request Format : /elementDetails/{resourceid}?elementid={elementid}
- Example: http://rest.bioontology.org/resource_index/elementDetails/AE?elementid=E-GEOD-9118&email=example@bioontology.org&applicationid=NCBOtest
- Response Content : element
Elements detail service by chronology
Retruns elements details for given resource id cronologically
- GET Request Format : /elements/{resourceid}?method={method}&offset={offset}&limit={limit}
- Example: http://rest.bioontology.org/resource_index/elements/AE?method=chronology&offset=0&limit=10&email=example@bioontology.org&applicationid=NCBOtest
- Response Content : Element is a representation of one element.
Resources Service with ontologies used for indexing
Returns the set of all resources available in resource index and list of onotolgies used for indexing them.
- GET Request Format : /resources?withontologies=true
- Example: http://rest.bioontology.org/resource_index/resources?withontologies=true&email=example@bioontology.org&applicationid=NCBOtest
- Old Request Format* : /resources?withOntologies=true
- Response Content : ObrResourceBean is a representation of one resource with ontologies
Response Content: ObrResourceBean
Response ObrResourceBean contains all the contents of Resource. Those contents are described in section Response Content: Resource.
Following are remaining contents for ObrResourceBean :
ontologiesUsed | Presents list of ontologies used for indexing. Each ontology of type OntologyBean.
Response Content: OntologyBean
|
Resource Service with ontologies used for indexing
Returns the information about resources and list of onotolgies used for indexing it.
- GET Request Format : /resources/{resourceid}?withontologies=true
- Example: http://rest.bioontology.org/resource_index/resources/AE?withOntologies=true&email=example@bioontology.org&applicationid=NCBOtest
- Old Request Format : /resources/{resourceID}?withOntologies=true
- Response Content : resource is represented by ObrResourceBean.
Ontologies Service with resources indexed
Returns the set of all ontologies used in resource index with list of resources indexed by given ontology.
- GET Request Format : /ontologies?withresources=true
- Example: http://rest.bioontology.org/resource_index/ontologies?withresources=true&email=example@bioontology.org&applicationid=NCBOtest
- Response Content : Each ontology is represented by ObrOntologyBean.
Response ObrOntologyBean contains all the contents of OntologyBean.Those contents are described in section Response Content: OntologyBean.
Following are remaining contents for ObrResourceBean :
resources | Represents list of resources. Response content for each resource is of type Resource. |
Ontology Service with resources indexed
Returns the information about given ontologies used in resource index with list of resources.
- GET Request Format : /ontologies/{ontologyid}
- Example: http://rest.bioontology.org/resource_index/ontologies/42693?email=example@bioontology.org&applicationid=NCBOtest
- Response Content : ontology is represented by ObrOntologyBean.
Virtual Ontology Service with resources indexed
Returns the ontology versions in resource index with list of resources for given virtual_ontology_id.
- GET Request Format : /virtual/ontology/{virtual_ontology_id}?withresources={true|false}
- Example: http://rest.bioontology.org/resource_index/virtual/ontology/1032?withresources=true&email=example@bioontology.org&applicationid=NCBOtest
- Response Content : List of ontology represented by ObrOntologyBean.
Concept Frequency Service
Returns the get most used concepts for given resource id.
- GET Request Format : /most-used-concepts/{resourceid}?method={counts|score}&offset={offset}&limit={limit}
- Example: http://rest.bioontology.org/resource_index/most-used-concepts/AE?method=counts&offset=0&limit=10&email=example@bioontology.org&applicationid=NCBOtest
- Response Content : conceptFrequency with format ObrConceptFrequencyBean.
Response Content: ObrConceptFrequencyBean
Following are contents for ObrConceptFrequencyBean:
concept | ConceptBean is a representation of concept |
counts | Frequency counts for a concept . |
score | score for a concept . |
All Statistics Service
Returns the information about number of all the annotations done in resource index.
- GET Request Format : /statistics/all
- Example: http://rest.bioontology.org/resource_index/statistics/all?email=example@bioontology.org&applicationid=NCBOtest
- Response Content : All statistics' represented by ObrStatisticsBean.
Response Content: ObrStatisticsBean Following are remaining contents for ObrStatisticsBean:
aggregatedAnnotations | Sum of the number of rows in all the indexing tables |
mgrepAnnotations | Number of mgrep annotations entries in direct annotation table. |
reportedAnnotations | Number of reported annotations entries in direct annotation table. |
isaAnnotations | Number of is-a annotations entries in extended annotation table. |
mappingAnnotations | Number of mapping annotations entries in extended annotation table. |
Ontology Statistics Service
Returns the total statistics for given ontology for All resources.
- GET Request Format : /statistics/ontology/{ontologyid}
- Example: http://rest.bioontology.org/resource_index/statistics/ontology/42693?email=example@bioontology.org&applicationid=NCBOtest
- Response Content : ontologyStatistics with format ObrOntologyStatisticsBean.
Response Content: ObrOntologyStatisticsBean Following are contents for ObrOntologyStatisticsBean:
resourceId | Resource Id for resource. |
statistics | ObrStatisticsBean is a representation of statistics |
Ontology Statistics Service by resources
Returns the statistics for given ontology for each resource separately.
- GET Request Format : /statistics/ontology/{onotlogyid}?byresource=true
- Example: http://rest.bioontology.org/resource_index/statistics/ontology/42693?byresource=true&email=example@bioontology.org&applicationid=NCBOtest
- Response Content : ontologyStatistics with format ObrOntologyStatisticsBean.
Resource Statistics Service
Returns the total statistics for given resource for All ontology.
- GET Request Format : /statistics/resource/{resourceid}
- Example: http://rest.bioontology.org/resource_index/statistics/resource/CANANO?email=example@bioontology.org&applicationid=NCBOtest
- Response Content : resourceStatistics with format ObrResourceStatisticsBean.
Response Content: ObrResourceStatisticsBean Following are contents for ObrResourceStatisticsBean:
localOntologyId | local ontology id for given ontology. |
statistics | ObrStatisticsBean is a representation of statistics. |
Resource Statistics Service by ontologies
Returns the statistics for given resource for each ontology separately.
- GET Request Format : /statistics/resource/{resourceid}?byontology=true
- Example: http://rest.bioontology.org/resource_index/statistics/resource/AE?byontology=true&email=example@bioontology.org&applicationid=NCBOtest
- Response Content : resourceStatistics with format ObrResourceStatisticsBean.
All Executions Service
Returns the information about all workflow executions done in resource index.
- GET Request Format : /executions
- Web Page Request Format : /executions/list/
- Examples:
- Response Content : List of all 'execution represented by ObrExecutionBean.
Response Content: ObrExecutionBean Following are remaining contents for ObrExecutionBean:
resourceId | Identifier of the resource. |
dictionaryId | Identifier of the dictionary used for execution. |
withCompleteDictionary | Specifies if complete dictionary is used for execution or not (true/false). |
elementCount | Number of elements updated/annotated in execution. |
firstExecution | Boolean value specifies if execution is first execution. |
executionBeginning | Specifies Date/Time at which execution started. |
executionEnd | Specifies Date/Time at which execution ended.. |
executionTime | Time required (in HH:mm:ss format) to complete current execution. |
Resource Executions Service
Returns the information about workflow executions done for given resource in resource index.
- GET Request Format : /executions/{resourceid}
- Example: http://rest.bioontology.org/resource_index/executions/WP?email=example@bioontology.org&applicationid=NCBOtest
- Response Content : 'execution represented by ObrExecutionBean.
Note* : Old Request Format not working anymore.