GET ontologies/{type}/{id}

Gets the information of the ontology item with the specified identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

The ontology type.

integer

Required

id

The identifier of the ontology item.

integer

Required

Body Parameters

None.

Response Information

Resource Description

OntologyItemViewModel
NameDescriptionTypeAdditional 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"
}