GET ontologies/{type}/{id}
Gets the information of the ontology item with the specified identifier.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
type |
The ontology type. |
integer |
Required |
id |
The identifier of the ontology item. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
OntologyItemViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Term | string |
Filterable |
|
Type | integer |
None. |
|
SelfUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "term": "sample string 2", "type": 3, "selfUrl": "sample string 4" }