Queryables
Path parameters
collectionIdstring · enumRequiredExample:
A known collection ID.
bld-fts-building-1
Possible values: Responses
200
A list of queryable attributes and their types for this feature collection.
application/json
400
The queryable request is not supported. Please refer to documentation for examples.
404
Collection '{collectionId}' is not a supported Collection. Please refer to the documentation for a list of supported Collections.
405
The HTTP method requested is not supported. This endpoint only supports 'GET' requests.
406
A request header value was not supported.
get
GET /features/ngd/ofa/v1/collections/{collectionId}/queryables HTTP/1.1
Host: api.os.uk
Accept: */*
{
"$schema": "text",
"$id": "text",
"type": "text",
"title": "text",
"description": "text",
"properties": {
"ANY_ADDITIONAL_PROPERTY": {
"title": "text",
"type": "text",
"format": "text",
"maxLength": 1,
"pattern": "text",
"description": "text",
"hierarchy": "text",
"parent": "text",
"child": "text",
"minItems": 1,
"maxItems": 1,
"items": {
"title": "text",
"type": "text",
"format": "text",
"maxLength": 1,
"pattern": "text",
"description": "text",
"hierarchy": "text",
"parent": "text",
"child": "text",
"minItems": 1,
"maxItems": 1,
"items": {
"title": "text",
"type": "text",
"format": "text",
"maxLength": 1,
"pattern": "text",
"description": "text",
"hierarchy": "text",
"parent": "text",
"child": "text",
"minItems": 1,
"maxItems": 1,
"items": {
"title": "text",
"type": "text",
"format": "text",
"maxLength": 1,
"pattern": "text",
"description": "text",
"hierarchy": "text",
"parent": "text",
"child": "text",
"minItems": 1,
"maxItems": 1,
"items": "[Circular Reference]",
"enum": [
"text"
]
},
"enum": [
"text"
]
},
"enum": [
"text"
]
},
"enum": [
"text"
]
}
}
}
Last updated
Was this helpful?