Queryables for Discovery API
GET/queryables
Queryables for the Discovery API Item Search filter.
For authorization this method requires the use of a valid bearer token.
Request
Responses
- 200
- 400
- 500
Query successful
Response Headers
X-Maxar-RequestId any
- application/json
- Schema
- Example (from schema)
Schema
The schema of the response.
The URL of the endpoint.
The type of resource.
The title of the endpoint.
The description of the endpoint.
properties object
A list of queryable properties to use as search filters.
id object
The description of the property.
A link to the json schema for the field.
collection object
The description of the property.
A link to the json schema for the field.
geometry object
The description of the property.
A link to the json schema for the field.
datetime object
The description of the property.
A link to the json schema for the field.
Whether additional unlisted fields are supported.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.dev.content.satcloud.us/catalog-pre-release/queryables",
"type": "object",
"title": "Queryables for Discovery API",
"description": "Queryable names for the example Discovery API Item Search filter.",
"properties": {
"id": {
"description": "Collection",
"ref": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json#/collection"
},
"collection": {
"description": "Collection",
"ref": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json#/collection"
},
"geometry": {
"description": "Collection",
"ref": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json#/collection"
},
"datetime": {
"description": "Collection",
"ref": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json#/collection"
},
"additionalProperties": true
}
}
The request could not be handled because of invalid query parameters.
Response Headers
X-Maxar-RequestId any
- application/json
- Schema
- Example (from schema)
Schema
UUID of web request
{
"message": "string",
"request_id": "string"
}
The request could not be handled by the server.
Response Headers
X-Maxar-RequestId any
- application/json
- Schema
- Example (from schema)
Schema
UUID of web request
{
"message": "string",
"request_id": "string"
}