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| Name | Description | Type | Additional information |
|---|---|---|---|
| Types | Collection of Pair of integer [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"types": [
{
"key": 0,
"value": "FMA"
}
]
}