OPTIONS ontologies

Returns the available options for this resource. It includes information about enum types.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

OntologyOptionsViewModel
NameDescriptionTypeAdditional information
Types

Collection of Pair of integer [key] and string [value]

None.

Response Formats

application/json, text/json

Sample:
{
  "types": [
    {
      "key": 0,
      "value": "FMA"
    }
  ]
}