Search documentation
karat

+

K

User Documentation ↗

Aggregate Object Set

POST/api/v2/ontologies/{ontology}/objectSets/aggregate

Aggregates the ontology objects present in the ObjectSet from the provided object set definition.

Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:ontologies-read.

Path parameters

ontology
string

The API name of the ontology. To find the API name, use the List ontologies endpoint or check the Ontology Manager.

Query parameters

artifactRepository
string
optional

The repository associated with a marketplace installation.

packageName
string
optional

The package name of the generated SDK.

Request body

AggregateObjectSetRequestV2
object
Hide child attributes

Hide child attributes

aggregation
list<AggregationV2>
optional
Show child attributes

Show child attributes

AggregationV2
union

Specifies an aggregation function.

Show child attributes

Show child attributes

approximateDistinct
object
optional

Computes an approximate number of distinct values for the provided field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

name
string
optional

A user-specified alias for an aggregation metric name.

direction
string (enum)
optional

Enum values: ASC, DESC

min
object
optional

Computes the minimum value for the provided field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

name
string
optional

A user-specified alias for an aggregation metric name.

direction
string (enum)
optional

Enum values: ASC, DESC

avg
object
optional

Computes the average value for the provided field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

name
string
optional

A user-specified alias for an aggregation metric name.

direction
string (enum)
optional

Enum values: ASC, DESC

max
object
optional

Computes the maximum value for the provided field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

name
string
optional

A user-specified alias for an aggregation metric name.

direction
string (enum)
optional

Enum values: ASC, DESC

approximatePercentile
object
optional

Computes the approximate percentile value for the provided field. Requires Object Storage V2.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

name
string
optional

A user-specified alias for an aggregation metric name.

approximatePercentile
number
direction
string (enum)
optional

Enum values: ASC, DESC

count
object
optional

Computes the total count of objects.

Show child attributes

Show child attributes

name
string
optional

A user-specified alias for an aggregation metric name.

direction
string (enum)
optional

Enum values: ASC, DESC

sum
object
optional

Computes the sum of values for the provided field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

name
string
optional

A user-specified alias for an aggregation metric name.

direction
string (enum)
optional

Enum values: ASC, DESC

exactDistinct
object
optional

Computes an exact number of distinct values for the provided field. May be slower than an approximate distinct aggregation. Requires Object Storage V2.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

name
string
optional

A user-specified alias for an aggregation metric name.

direction
string (enum)
optional

Enum values: ASC, DESC

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

Show child attributes

Show child attributes

searchAround
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

Show child attributes

Show child attributes

searchAround
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

link
string

The name of the link type in the API. To find the API name for your Link Type, check the Ontology Manager application.

static
object
optional
Show child attributes

Show child attributes

objects
list<ObjectRid>
optional
Show child attributes

Show child attributes

ObjectRid
string

The unique resource identifier of an object, useful for interacting with other Foundry APIs.

intersect
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

withProperties
object
optional

ObjectSet which returns objects with additional derived properties.

This feature is experimental and not yet generally available.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

derivedProperties
map<DerivedPropertyApiName, DerivedPropertyDefinition>
optional

Map of the name of the derived property to return and its definition

Show child attributes

Show child attributes

DerivedPropertyApiName
string

The name of the derived property that will be returned.

DerivedPropertyDefinition
union

Definition of a derived property.

Show child attributes

Show child attributes

selection
object
optional

Definition for a selected property over a MethodObjectSet.

Show child attributes

Show child attributes

objectSet
union
operation
union

Operation on a selected property, can be an aggregation function or retrieval of a single selected property

Show child attributes

Show child attributes

approximateDistinct
object
optional

Computes an approximate number of distinct values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

min
object
optional

Computes the minimum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

avg
object
optional

Computes the average value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

max
object
optional

Computes the maximum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
object
optional

Computes the approximate percentile value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
number
get
object
optional

Gets a single value of a property. Throws if the target object set is on the MANY side of the link and could explode the cardinality.

Use collectList or collectSet which will return a list of values in that case.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

count
object
optional

Computes the total count of objects.

sum
object
optional

Computes the sum of values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectList
object
optional

Lists all values of a property up to the specified limit. The maximum supported limit is 100, by default.

NOTE: A separate count aggregation should be used to determine the total count of values, to account for a possible truncation of the returned list.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

exactDistinct
object
optional

Computes an exact number of distinct values for the provided field. May be slower than an approximate distinct aggregation.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectSet
object
optional

Lists all distinct values of a property up to the specified limit. The maximum supported limit is 100.

NOTE: A separate cardinality / exactCardinality aggregation should be used to determine the total count of values, to account for a possible truncation of the returned set.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

subtract
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

union
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

asType
object
optional

Casts an object set to a specified object type or interface type API name. Any object whose object type does not match the object type provided or implement the interface type provided will be dropped from the resulting object set. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

entityType
string

An object type or interface type API name.

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

methodInput
object
optional

ObjectSet which is the root of a MethodObjectSet definition.

This feature is experimental and not yet generally available.

reference
object
optional
Show child attributes

Show child attributes

reference
string
filter
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

where
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
interfaceBase
object
optional
Show child attributes

Show child attributes

interfaceType
string

An object set with objects that implement the interface with the given interface API name. The objects in the object set will only have properties that implement properties of the given interface. This is currently unsupported and an exception will be thrown if used.

asBaseObjectTypes
object
optional

Casts the objects in the object set to their base type and thus ensures objects are returned with all of their properties in the resulting object set, not just the properties that implement interface properties. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

base
object
optional
Show child attributes

Show child attributes

objectType
string
link
string

The name of the link type in the API. To find the API name for your Link Type, check the Ontology Manager application.

static
object
optional
Show child attributes

Show child attributes

objects
list<ObjectRid>
optional
Show child attributes

Show child attributes

ObjectRid
string

The unique resource identifier of an object, useful for interacting with other Foundry APIs.

intersect
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

Show child attributes

Show child attributes

searchAround
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

link
string

The name of the link type in the API. To find the API name for your Link Type, check the Ontology Manager application.

static
object
optional
Show child attributes

Show child attributes

objects
list<ObjectRid>
optional
Show child attributes

Show child attributes

ObjectRid
string

The unique resource identifier of an object, useful for interacting with other Foundry APIs.

intersect
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

withProperties
object
optional

ObjectSet which returns objects with additional derived properties.

This feature is experimental and not yet generally available.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

derivedProperties
map<DerivedPropertyApiName, DerivedPropertyDefinition>
optional

Map of the name of the derived property to return and its definition

Show child attributes

Show child attributes

DerivedPropertyApiName
string

The name of the derived property that will be returned.

DerivedPropertyDefinition
union

Definition of a derived property.

Show child attributes

Show child attributes

selection
object
optional

Definition for a selected property over a MethodObjectSet.

Show child attributes

Show child attributes

objectSet
union
operation
union

Operation on a selected property, can be an aggregation function or retrieval of a single selected property

Show child attributes

Show child attributes

approximateDistinct
object
optional

Computes an approximate number of distinct values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

min
object
optional

Computes the minimum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

avg
object
optional

Computes the average value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

max
object
optional

Computes the maximum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
object
optional

Computes the approximate percentile value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
number
get
object
optional

Gets a single value of a property. Throws if the target object set is on the MANY side of the link and could explode the cardinality.

Use collectList or collectSet which will return a list of values in that case.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

count
object
optional

Computes the total count of objects.

sum
object
optional

Computes the sum of values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectList
object
optional

Lists all values of a property up to the specified limit. The maximum supported limit is 100, by default.

NOTE: A separate count aggregation should be used to determine the total count of values, to account for a possible truncation of the returned list.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

exactDistinct
object
optional

Computes an exact number of distinct values for the provided field. May be slower than an approximate distinct aggregation.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectSet
object
optional

Lists all distinct values of a property up to the specified limit. The maximum supported limit is 100.

NOTE: A separate cardinality / exactCardinality aggregation should be used to determine the total count of values, to account for a possible truncation of the returned set.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

subtract
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

union
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

asType
object
optional

Casts an object set to a specified object type or interface type API name. Any object whose object type does not match the object type provided or implement the interface type provided will be dropped from the resulting object set. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

entityType
string

An object type or interface type API name.

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

methodInput
object
optional

ObjectSet which is the root of a MethodObjectSet definition.

This feature is experimental and not yet generally available.

reference
object
optional
Show child attributes

Show child attributes

reference
string
filter
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

where
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
interfaceBase
object
optional
Show child attributes

Show child attributes

interfaceType
string

An object set with objects that implement the interface with the given interface API name. The objects in the object set will only have properties that implement properties of the given interface. This is currently unsupported and an exception will be thrown if used.

asBaseObjectTypes
object
optional

Casts the objects in the object set to their base type and thus ensures objects are returned with all of their properties in the resulting object set, not just the properties that implement interface properties. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

base
object
optional
Show child attributes

Show child attributes

objectType
string
withProperties
object
optional

ObjectSet which returns objects with additional derived properties.

This feature is experimental and not yet generally available.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

Show child attributes

Show child attributes

searchAround
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

link
string

The name of the link type in the API. To find the API name for your Link Type, check the Ontology Manager application.

static
object
optional
Show child attributes

Show child attributes

objects
list<ObjectRid>
optional
Show child attributes

Show child attributes

ObjectRid
string

The unique resource identifier of an object, useful for interacting with other Foundry APIs.

intersect
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

withProperties
object
optional

ObjectSet which returns objects with additional derived properties.

This feature is experimental and not yet generally available.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

derivedProperties
map<DerivedPropertyApiName, DerivedPropertyDefinition>
optional

Map of the name of the derived property to return and its definition

Show child attributes

Show child attributes

DerivedPropertyApiName
string

The name of the derived property that will be returned.

DerivedPropertyDefinition
union

Definition of a derived property.

Show child attributes

Show child attributes

selection
object
optional

Definition for a selected property over a MethodObjectSet.

Show child attributes

Show child attributes

objectSet
union
operation
union

Operation on a selected property, can be an aggregation function or retrieval of a single selected property

Show child attributes

Show child attributes

approximateDistinct
object
optional

Computes an approximate number of distinct values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

min
object
optional

Computes the minimum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

avg
object
optional

Computes the average value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

max
object
optional

Computes the maximum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
object
optional

Computes the approximate percentile value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
number
get
object
optional

Gets a single value of a property. Throws if the target object set is on the MANY side of the link and could explode the cardinality.

Use collectList or collectSet which will return a list of values in that case.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

count
object
optional

Computes the total count of objects.

sum
object
optional

Computes the sum of values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectList
object
optional

Lists all values of a property up to the specified limit. The maximum supported limit is 100, by default.

NOTE: A separate count aggregation should be used to determine the total count of values, to account for a possible truncation of the returned list.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

exactDistinct
object
optional

Computes an exact number of distinct values for the provided field. May be slower than an approximate distinct aggregation.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectSet
object
optional

Lists all distinct values of a property up to the specified limit. The maximum supported limit is 100.

NOTE: A separate cardinality / exactCardinality aggregation should be used to determine the total count of values, to account for a possible truncation of the returned set.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

subtract
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

union
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

asType
object
optional

Casts an object set to a specified object type or interface type API name. Any object whose object type does not match the object type provided or implement the interface type provided will be dropped from the resulting object set. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

entityType
string

An object type or interface type API name.

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

methodInput
object
optional

ObjectSet which is the root of a MethodObjectSet definition.

This feature is experimental and not yet generally available.

reference
object
optional
Show child attributes

Show child attributes

reference
string
filter
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

where
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
interfaceBase
object
optional
Show child attributes

Show child attributes

interfaceType
string

An object set with objects that implement the interface with the given interface API name. The objects in the object set will only have properties that implement properties of the given interface. This is currently unsupported and an exception will be thrown if used.

asBaseObjectTypes
object
optional

Casts the objects in the object set to their base type and thus ensures objects are returned with all of their properties in the resulting object set, not just the properties that implement interface properties. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

base
object
optional
Show child attributes

Show child attributes

objectType
string
derivedProperties
map<DerivedPropertyApiName, DerivedPropertyDefinition>
optional

Map of the name of the derived property to return and its definition

Show child attributes

Show child attributes

DerivedPropertyApiName
string

The name of the derived property that will be returned.

DerivedPropertyDefinition
union

Definition of a derived property.

Show child attributes

Show child attributes

selection
object
optional

Definition for a selected property over a MethodObjectSet.

Show child attributes

Show child attributes

objectSet
union
Show child attributes

Show child attributes

searchAround
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

link
string

The name of the link type in the API. To find the API name for your Link Type, check the Ontology Manager application.

static
object
optional
Show child attributes

Show child attributes

objects
list<ObjectRid>
optional
Show child attributes

Show child attributes

ObjectRid
string

The unique resource identifier of an object, useful for interacting with other Foundry APIs.

intersect
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

withProperties
object
optional

ObjectSet which returns objects with additional derived properties.

This feature is experimental and not yet generally available.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

derivedProperties
map<DerivedPropertyApiName, DerivedPropertyDefinition>
optional

Map of the name of the derived property to return and its definition

Show child attributes

Show child attributes

DerivedPropertyApiName
string

The name of the derived property that will be returned.

DerivedPropertyDefinition
union

Definition of a derived property.

Show child attributes

Show child attributes

selection
object
optional

Definition for a selected property over a MethodObjectSet.

Show child attributes

Show child attributes

objectSet
union
operation
union

Operation on a selected property, can be an aggregation function or retrieval of a single selected property

Show child attributes

Show child attributes

approximateDistinct
object
optional

Computes an approximate number of distinct values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

min
object
optional

Computes the minimum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

avg
object
optional

Computes the average value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

max
object
optional

Computes the maximum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
object
optional

Computes the approximate percentile value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
number
get
object
optional

Gets a single value of a property. Throws if the target object set is on the MANY side of the link and could explode the cardinality.

Use collectList or collectSet which will return a list of values in that case.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

count
object
optional

Computes the total count of objects.

sum
object
optional

Computes the sum of values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectList
object
optional

Lists all values of a property up to the specified limit. The maximum supported limit is 100, by default.

NOTE: A separate count aggregation should be used to determine the total count of values, to account for a possible truncation of the returned list.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

exactDistinct
object
optional

Computes an exact number of distinct values for the provided field. May be slower than an approximate distinct aggregation.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectSet
object
optional

Lists all distinct values of a property up to the specified limit. The maximum supported limit is 100.

NOTE: A separate cardinality / exactCardinality aggregation should be used to determine the total count of values, to account for a possible truncation of the returned set.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

subtract
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

union
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

asType
object
optional

Casts an object set to a specified object type or interface type API name. Any object whose object type does not match the object type provided or implement the interface type provided will be dropped from the resulting object set. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

entityType
string

An object type or interface type API name.

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

methodInput
object
optional

ObjectSet which is the root of a MethodObjectSet definition.

This feature is experimental and not yet generally available.

reference
object
optional
Show child attributes

Show child attributes

reference
string
filter
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

where
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
interfaceBase
object
optional
Show child attributes

Show child attributes

interfaceType
string

An object set with objects that implement the interface with the given interface API name. The objects in the object set will only have properties that implement properties of the given interface. This is currently unsupported and an exception will be thrown if used.

asBaseObjectTypes
object
optional

Casts the objects in the object set to their base type and thus ensures objects are returned with all of their properties in the resulting object set, not just the properties that implement interface properties. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

base
object
optional
Show child attributes

Show child attributes

objectType
string
operation
union

Operation on a selected property, can be an aggregation function or retrieval of a single selected property

Show child attributes

Show child attributes

approximateDistinct
object
optional

Computes an approximate number of distinct values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

min
object
optional

Computes the minimum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

avg
object
optional

Computes the average value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

max
object
optional

Computes the maximum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
object
optional

Computes the approximate percentile value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
number
get
object
optional

Gets a single value of a property. Throws if the target object set is on the MANY side of the link and could explode the cardinality.

Use collectList or collectSet which will return a list of values in that case.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

count
object
optional

Computes the total count of objects.

sum
object
optional

Computes the sum of values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectList
object
optional

Lists all values of a property up to the specified limit. The maximum supported limit is 100, by default.

NOTE: A separate count aggregation should be used to determine the total count of values, to account for a possible truncation of the returned list.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

exactDistinct
object
optional

Computes an exact number of distinct values for the provided field. May be slower than an approximate distinct aggregation.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectSet
object
optional

Lists all distinct values of a property up to the specified limit. The maximum supported limit is 100.

NOTE: A separate cardinality / exactCardinality aggregation should be used to determine the total count of values, to account for a possible truncation of the returned set.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

subtract
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

Show child attributes

Show child attributes

searchAround
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

link
string

The name of the link type in the API. To find the API name for your Link Type, check the Ontology Manager application.

static
object
optional
Show child attributes

Show child attributes

objects
list<ObjectRid>
optional
Show child attributes

Show child attributes

ObjectRid
string

The unique resource identifier of an object, useful for interacting with other Foundry APIs.

intersect
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

withProperties
object
optional

ObjectSet which returns objects with additional derived properties.

This feature is experimental and not yet generally available.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

derivedProperties
map<DerivedPropertyApiName, DerivedPropertyDefinition>
optional

Map of the name of the derived property to return and its definition

Show child attributes

Show child attributes

DerivedPropertyApiName
string

The name of the derived property that will be returned.

DerivedPropertyDefinition
union

Definition of a derived property.

Show child attributes

Show child attributes

selection
object
optional

Definition for a selected property over a MethodObjectSet.

Show child attributes

Show child attributes

objectSet
union
operation
union

Operation on a selected property, can be an aggregation function or retrieval of a single selected property

Show child attributes

Show child attributes

approximateDistinct
object
optional

Computes an approximate number of distinct values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

min
object
optional

Computes the minimum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

avg
object
optional

Computes the average value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

max
object
optional

Computes the maximum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
object
optional

Computes the approximate percentile value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
number
get
object
optional

Gets a single value of a property. Throws if the target object set is on the MANY side of the link and could explode the cardinality.

Use collectList or collectSet which will return a list of values in that case.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

count
object
optional

Computes the total count of objects.

sum
object
optional

Computes the sum of values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectList
object
optional

Lists all values of a property up to the specified limit. The maximum supported limit is 100, by default.

NOTE: A separate count aggregation should be used to determine the total count of values, to account for a possible truncation of the returned list.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

exactDistinct
object
optional

Computes an exact number of distinct values for the provided field. May be slower than an approximate distinct aggregation.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectSet
object
optional

Lists all distinct values of a property up to the specified limit. The maximum supported limit is 100.

NOTE: A separate cardinality / exactCardinality aggregation should be used to determine the total count of values, to account for a possible truncation of the returned set.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

subtract
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

union
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

asType
object
optional

Casts an object set to a specified object type or interface type API name. Any object whose object type does not match the object type provided or implement the interface type provided will be dropped from the resulting object set. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

entityType
string

An object type or interface type API name.

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

methodInput
object
optional

ObjectSet which is the root of a MethodObjectSet definition.

This feature is experimental and not yet generally available.

reference
object
optional
Show child attributes

Show child attributes

reference
string
filter
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

where
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
interfaceBase
object
optional
Show child attributes

Show child attributes

interfaceType
string

An object set with objects that implement the interface with the given interface API name. The objects in the object set will only have properties that implement properties of the given interface. This is currently unsupported and an exception will be thrown if used.

asBaseObjectTypes
object
optional

Casts the objects in the object set to their base type and thus ensures objects are returned with all of their properties in the resulting object set, not just the properties that implement interface properties. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

base
object
optional
Show child attributes

Show child attributes

objectType
string
union
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

Show child attributes

Show child attributes

searchAround
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

link
string

The name of the link type in the API. To find the API name for your Link Type, check the Ontology Manager application.

static
object
optional
Show child attributes

Show child attributes

objects
list<ObjectRid>
optional
Show child attributes

Show child attributes

ObjectRid
string

The unique resource identifier of an object, useful for interacting with other Foundry APIs.

intersect
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

withProperties
object
optional

ObjectSet which returns objects with additional derived properties.

This feature is experimental and not yet generally available.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

derivedProperties
map<DerivedPropertyApiName, DerivedPropertyDefinition>
optional

Map of the name of the derived property to return and its definition

Show child attributes

Show child attributes

DerivedPropertyApiName
string

The name of the derived property that will be returned.

DerivedPropertyDefinition
union

Definition of a derived property.

Show child attributes

Show child attributes

selection
object
optional

Definition for a selected property over a MethodObjectSet.

Show child attributes

Show child attributes

objectSet
union
operation
union

Operation on a selected property, can be an aggregation function or retrieval of a single selected property

Show child attributes

Show child attributes

approximateDistinct
object
optional

Computes an approximate number of distinct values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

min
object
optional

Computes the minimum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

avg
object
optional

Computes the average value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

max
object
optional

Computes the maximum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
object
optional

Computes the approximate percentile value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
number
get
object
optional

Gets a single value of a property. Throws if the target object set is on the MANY side of the link and could explode the cardinality.

Use collectList or collectSet which will return a list of values in that case.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

count
object
optional

Computes the total count of objects.

sum
object
optional

Computes the sum of values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectList
object
optional

Lists all values of a property up to the specified limit. The maximum supported limit is 100, by default.

NOTE: A separate count aggregation should be used to determine the total count of values, to account for a possible truncation of the returned list.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

exactDistinct
object
optional

Computes an exact number of distinct values for the provided field. May be slower than an approximate distinct aggregation.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectSet
object
optional

Lists all distinct values of a property up to the specified limit. The maximum supported limit is 100.

NOTE: A separate cardinality / exactCardinality aggregation should be used to determine the total count of values, to account for a possible truncation of the returned set.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

subtract
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

union
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

asType
object
optional

Casts an object set to a specified object type or interface type API name. Any object whose object type does not match the object type provided or implement the interface type provided will be dropped from the resulting object set. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

entityType
string

An object type or interface type API name.

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

methodInput
object
optional

ObjectSet which is the root of a MethodObjectSet definition.

This feature is experimental and not yet generally available.

reference
object
optional
Show child attributes

Show child attributes

reference
string
filter
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

where
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
interfaceBase
object
optional
Show child attributes

Show child attributes

interfaceType
string

An object set with objects that implement the interface with the given interface API name. The objects in the object set will only have properties that implement properties of the given interface. This is currently unsupported and an exception will be thrown if used.

asBaseObjectTypes
object
optional

Casts the objects in the object set to their base type and thus ensures objects are returned with all of their properties in the resulting object set, not just the properties that implement interface properties. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

base
object
optional
Show child attributes

Show child attributes

objectType
string
asType
object
optional

Casts an object set to a specified object type or interface type API name. Any object whose object type does not match the object type provided or implement the interface type provided will be dropped from the resulting object set. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

entityType
string

An object type or interface type API name.

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

Show child attributes

Show child attributes

searchAround
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

link
string

The name of the link type in the API. To find the API name for your Link Type, check the Ontology Manager application.

static
object
optional
Show child attributes

Show child attributes

objects
list<ObjectRid>
optional
Show child attributes

Show child attributes

ObjectRid
string

The unique resource identifier of an object, useful for interacting with other Foundry APIs.

intersect
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

withProperties
object
optional

ObjectSet which returns objects with additional derived properties.

This feature is experimental and not yet generally available.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

derivedProperties
map<DerivedPropertyApiName, DerivedPropertyDefinition>
optional

Map of the name of the derived property to return and its definition

Show child attributes

Show child attributes

DerivedPropertyApiName
string

The name of the derived property that will be returned.

DerivedPropertyDefinition
union

Definition of a derived property.

Show child attributes

Show child attributes

selection
object
optional

Definition for a selected property over a MethodObjectSet.

Show child attributes

Show child attributes

objectSet
union
operation
union

Operation on a selected property, can be an aggregation function or retrieval of a single selected property

Show child attributes

Show child attributes

approximateDistinct
object
optional

Computes an approximate number of distinct values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

min
object
optional

Computes the minimum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

avg
object
optional

Computes the average value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

max
object
optional

Computes the maximum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
object
optional

Computes the approximate percentile value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
number
get
object
optional

Gets a single value of a property. Throws if the target object set is on the MANY side of the link and could explode the cardinality.

Use collectList or collectSet which will return a list of values in that case.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

count
object
optional

Computes the total count of objects.

sum
object
optional

Computes the sum of values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectList
object
optional

Lists all values of a property up to the specified limit. The maximum supported limit is 100, by default.

NOTE: A separate count aggregation should be used to determine the total count of values, to account for a possible truncation of the returned list.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

exactDistinct
object
optional

Computes an exact number of distinct values for the provided field. May be slower than an approximate distinct aggregation.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectSet
object
optional

Lists all distinct values of a property up to the specified limit. The maximum supported limit is 100.

NOTE: A separate cardinality / exactCardinality aggregation should be used to determine the total count of values, to account for a possible truncation of the returned set.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

subtract
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

union
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

asType
object
optional

Casts an object set to a specified object type or interface type API name. Any object whose object type does not match the object type provided or implement the interface type provided will be dropped from the resulting object set. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

entityType
string

An object type or interface type API name.

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

methodInput
object
optional

ObjectSet which is the root of a MethodObjectSet definition.

This feature is experimental and not yet generally available.

reference
object
optional
Show child attributes

Show child attributes

reference
string
filter
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

where
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
interfaceBase
object
optional
Show child attributes

Show child attributes

interfaceType
string

An object set with objects that implement the interface with the given interface API name. The objects in the object set will only have properties that implement properties of the given interface. This is currently unsupported and an exception will be thrown if used.

asBaseObjectTypes
object
optional

Casts the objects in the object set to their base type and thus ensures objects are returned with all of their properties in the resulting object set, not just the properties that implement interface properties. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

base
object
optional
Show child attributes

Show child attributes

objectType
string
methodInput
object
optional

ObjectSet which is the root of a MethodObjectSet definition.

This feature is experimental and not yet generally available.

reference
object
optional
Show child attributes

Show child attributes

reference
string
filter
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

Show child attributes

Show child attributes

searchAround
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

link
string

The name of the link type in the API. To find the API name for your Link Type, check the Ontology Manager application.

static
object
optional
Show child attributes

Show child attributes

objects
list<ObjectRid>
optional
Show child attributes

Show child attributes

ObjectRid
string

The unique resource identifier of an object, useful for interacting with other Foundry APIs.

intersect
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

withProperties
object
optional

ObjectSet which returns objects with additional derived properties.

This feature is experimental and not yet generally available.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

derivedProperties
map<DerivedPropertyApiName, DerivedPropertyDefinition>
optional

Map of the name of the derived property to return and its definition

Show child attributes

Show child attributes

DerivedPropertyApiName
string

The name of the derived property that will be returned.

DerivedPropertyDefinition
union

Definition of a derived property.

Show child attributes

Show child attributes

selection
object
optional

Definition for a selected property over a MethodObjectSet.

Show child attributes

Show child attributes

objectSet
union
operation
union

Operation on a selected property, can be an aggregation function or retrieval of a single selected property

Show child attributes

Show child attributes

approximateDistinct
object
optional

Computes an approximate number of distinct values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

min
object
optional

Computes the minimum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

avg
object
optional

Computes the average value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

max
object
optional

Computes the maximum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
object
optional

Computes the approximate percentile value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
number
get
object
optional

Gets a single value of a property. Throws if the target object set is on the MANY side of the link and could explode the cardinality.

Use collectList or collectSet which will return a list of values in that case.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

count
object
optional

Computes the total count of objects.

sum
object
optional

Computes the sum of values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectList
object
optional

Lists all values of a property up to the specified limit. The maximum supported limit is 100, by default.

NOTE: A separate count aggregation should be used to determine the total count of values, to account for a possible truncation of the returned list.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

exactDistinct
object
optional

Computes an exact number of distinct values for the provided field. May be slower than an approximate distinct aggregation.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectSet
object
optional

Lists all distinct values of a property up to the specified limit. The maximum supported limit is 100.

NOTE: A separate cardinality / exactCardinality aggregation should be used to determine the total count of values, to account for a possible truncation of the returned set.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

subtract
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

union
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

asType
object
optional

Casts an object set to a specified object type or interface type API name. Any object whose object type does not match the object type provided or implement the interface type provided will be dropped from the resulting object set. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

entityType
string

An object type or interface type API name.

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

methodInput
object
optional

ObjectSet which is the root of a MethodObjectSet definition.

This feature is experimental and not yet generally available.

reference
object
optional
Show child attributes

Show child attributes

reference
string
filter
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

where
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
interfaceBase
object
optional
Show child attributes

Show child attributes

interfaceType
string

An object set with objects that implement the interface with the given interface API name. The objects in the object set will only have properties that implement properties of the given interface. This is currently unsupported and an exception will be thrown if used.

asBaseObjectTypes
object
optional

Casts the objects in the object set to their base type and thus ensures objects are returned with all of their properties in the resulting object set, not just the properties that implement interface properties. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

base
object
optional
Show child attributes

Show child attributes

objectType
string
where
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
interfaceBase
object
optional
Show child attributes

Show child attributes

interfaceType
string

An object set with objects that implement the interface with the given interface API name. The objects in the object set will only have properties that implement properties of the given interface. This is currently unsupported and an exception will be thrown if used.

asBaseObjectTypes
object
optional

Casts the objects in the object set to their base type and thus ensures objects are returned with all of their properties in the resulting object set, not just the properties that implement interface properties. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

Show child attributes

Show child attributes

searchAround
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

link
string

The name of the link type in the API. To find the API name for your Link Type, check the Ontology Manager application.

static
object
optional
Show child attributes

Show child attributes

objects
list<ObjectRid>
optional
Show child attributes

Show child attributes

ObjectRid
string

The unique resource identifier of an object, useful for interacting with other Foundry APIs.

intersect
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

withProperties
object
optional

ObjectSet which returns objects with additional derived properties.

This feature is experimental and not yet generally available.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

derivedProperties
map<DerivedPropertyApiName, DerivedPropertyDefinition>
optional

Map of the name of the derived property to return and its definition

Show child attributes

Show child attributes

DerivedPropertyApiName
string

The name of the derived property that will be returned.

DerivedPropertyDefinition
union

Definition of a derived property.

Show child attributes

Show child attributes

selection
object
optional

Definition for a selected property over a MethodObjectSet.

Show child attributes

Show child attributes

objectSet
union
operation
union

Operation on a selected property, can be an aggregation function or retrieval of a single selected property

Show child attributes

Show child attributes

approximateDistinct
object
optional

Computes an approximate number of distinct values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

min
object
optional

Computes the minimum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

avg
object
optional

Computes the average value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

max
object
optional

Computes the maximum value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
object
optional

Computes the approximate percentile value for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

approximatePercentile
number
get
object
optional

Gets a single value of a property. Throws if the target object set is on the MANY side of the link and could explode the cardinality.

Use collectList or collectSet which will return a list of values in that case.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

count
object
optional

Computes the total count of objects.

sum
object
optional

Computes the sum of values for the provided field.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectList
object
optional

Lists all values of a property up to the specified limit. The maximum supported limit is 100, by default.

NOTE: A separate count aggregation should be used to determine the total count of values, to account for a possible truncation of the returned list.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

exactDistinct
object
optional

Computes an exact number of distinct values for the provided field. May be slower than an approximate distinct aggregation.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

collectSet
object
optional

Lists all distinct values of a property up to the specified limit. The maximum supported limit is 100.

NOTE: A separate cardinality / exactCardinality aggregation should be used to determine the total count of values, to account for a possible truncation of the returned set.

Ignores objects for which a property is absent, so the returned list will contain non-null values only. Returns an empty list when none of the objects have values for a provided property.

Show child attributes

Show child attributes

selectedPropertyApiName
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

limit
integer

Maximum number of values to collect. The maximum supported limit is 100.

subtract
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

union
object
optional
Show child attributes

Show child attributes

objectSets
list<ObjectSet>
optional
Show child attributes

Show child attributes

ObjectSet
union

Represents the definition of an ObjectSet in the Ontology.

asType
object
optional

Casts an object set to a specified object type or interface type API name. Any object whose object type does not match the object type provided or implement the interface type provided will be dropped from the resulting object set. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

entityType
string

An object type or interface type API name.

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

methodInput
object
optional

ObjectSet which is the root of a MethodObjectSet definition.

This feature is experimental and not yet generally available.

reference
object
optional
Show child attributes

Show child attributes

reference
string
filter
object
optional
Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

where
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
Show child attributes

Show child attributes

or
object
optional

Returns objects where at least 1 query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
in
object
optional

Returns objects where the specified field equals any of the provided values.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
list<PropertyValue>
optional
Show child attributes

Show child attributes

PropertyValue
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectPolygon
object
optional

Returns objects where the specified field does not intersect the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lt
object
optional

Returns objects where the specified field is less than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

doesNotIntersectBoundingBox
object
optional

Returns objects where the specified field does not intersect the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
eq
object
optional

Returns objects where the specified field is equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTerms
object
optional

Returns objects where the specified field contains all of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gt
object
optional

Returns objects where the specified field is greater than a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

withinDistanceOf
object
optional

Returns objects where the specified field contains a point within the distance provided of the center point.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The coordinate point to use as the center of the distance query.

Show child attributes

Show child attributes

center
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
distance
object

A measurement of distance.

Show child attributes

Show child attributes

value
number
unit
string (enum)

Enum values: MILLIMETERS, CENTIMETERS, METERS, KILOMETERS, INCHES, FEET, YARDS, MILES, NAUTICAL_MILES

withinBoundingBox
object
optional

Returns objects where the specified field contains a point within the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
contains
object
optional

Returns objects where the specified array contains a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

not
object
optional

Returns objects where the query is not satisfied.

Show child attributes

Show child attributes

value
union
intersectsBoundingBox
object
optional

Returns objects where the specified field intersects the bounding box provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
object

The top left and bottom right coordinate points that make up the bounding box.

Show child attributes

Show child attributes

topLeft
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
bottomRight
union
Show child attributes

Show child attributes

Point
object
optional
Show child attributes

Show child attributes

coordinates
list<Coordinate>
optional

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
and
object
optional

Returns objects where every query is satisfied.

Show child attributes

Show child attributes

value
list<SearchJsonQueryV2>
optional
Show child attributes

Show child attributes

SearchJsonQueryV2
union
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
isNull
object
optional

Returns objects based on the existence of the specified field.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
boolean
containsAllTermsInOrderPrefixLastTerm
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
containsAnyTerm
object
optional

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
fuzzy
boolean
optional

Setting fuzzy to true allows approximate matching in search queries that support it.

gte
object
optional

Returns objects where the specified field is greater than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

containsAllTermsInOrder
object
optional

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
withinPolygon
object
optional

Returns objects where the specified field contains a point within the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
intersectsPolygon
object
optional

Returns objects where the specified field intersects the polygon provided.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
union
Show child attributes

Show child attributes

Polygon
object
optional
Show child attributes

Show child attributes

coordinates
list<LinearRing>
optional
Show child attributes

Show child attributes

LinearRing
list<Position>

A linear ring is a closed LineString with four or more positions.

The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical.

A linear ring is the boundary of a surface or the boundary of a hole in a surface.

A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.

Show child attributes

Show child attributes

Position
list<Coordinate>

GeoJSon fundamental geometry construct.

A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.

Implementations SHOULD NOT extend positions beyond three elements because the semantics of extra elements are unspecified and ambiguous. Historically, some implementations have used a fourth element to carry a linear referencing measure (sometimes denoted as "M") or a numerical timestamp, but in most situations a parser will not be able to properly interpret these values. The interpretation and meaning of additional elements is beyond the scope of this specification, and additional elements MAY be ignored by parsers.

Show child attributes

Show child attributes

Coordinate
number
bbox
list<Coordinate>
optional

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.

Show child attributes

Show child attributes

Coordinate
number
lte
object
optional

Returns objects where the specified field is less than or equal to a value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
any

Represents the value of a property in the following format.

TypeJSON encodingExample
Arrayarray["alpha", "bravo", "charlie"]
AttachmentJSON encoded AttachmentProperty object{"rid":"ri.blobster.main.attachment.2f944bae-5851-4204-8615-920c969a9f2e"}
Booleanbooleantrue
Bytenumber31
DateISO 8601 extended local date string"2021-05-01"
Decimalstring"2.718281828"
Doublenumber3.14159265
Floatnumber3.14159265
GeoPointgeojson{"type":"Point","coordinates":[102.0,0.5]}
GeoShapegeojson{"type":"LineString","coordinates":[[102.0,0.0],[103.0,1.0],[104.0,0.0],[105.0,1.0]]}
Integernumber238940
Longstring"58319870951433"
Shortnumber8739
Stringstring"Call me Ishmael"
TimestampISO 8601 extended offset date-time string in UTC zone"2021-01-04T05:00:00Z"

Note that for backwards compatibility, the Boolean, Byte, Double, Float, Integer, and Short types can also be encoded as JSON strings.

startsWith
object
optional

Returns objects where the specified field starts with the provided value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
string
interfaceBase
object
optional
Show child attributes

Show child attributes

interfaceType
string

An object set with objects that implement the interface with the given interface API name. The objects in the object set will only have properties that implement properties of the given interface. This is currently unsupported and an exception will be thrown if used.

asBaseObjectTypes
object
optional

Casts the objects in the object set to their base type and thus ensures objects are returned with all of their properties in the resulting object set, not just the properties that implement interface properties. This is currently unsupported and an exception will be thrown if used.

Show child attributes

Show child attributes

objectSet
union

Represents the definition of an ObjectSet in the Ontology.

base
object
optional
Show child attributes

Show child attributes

objectType
string
base
object
optional
Show child attributes

Show child attributes

objectType
string
groupBy
list<AggregationGroupByV2>
optional
Show child attributes

Show child attributes

AggregationGroupByV2
union

Specifies a grouping for aggregation results.

Show child attributes

Show child attributes

duration
object
optional

Divides objects into groups according to an interval. Note that this grouping applies only on date and timestamp types. When grouping by YEARS, QUARTERS, MONTHS, or WEEKS, the value must be set to 1.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

value
integer
unit
string (enum)

Enum values: MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS, QUARTERS

fixedWidth
object
optional

Divides objects into groups with the specified width.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

fixedWidth
integer
ranges
object
optional

Divides objects into groups according to specified ranges.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

ranges
list<AggregationRangeV2>
optional
Show child attributes

Show child attributes

AggregationRangeV2
object

Specifies a range from an inclusive start value to an exclusive end value.

Show child attributes

Show child attributes

startValue
any

Inclusive start.

endValue
any

Exclusive end.

exact
object
optional

Divides objects into groups according to an exact value.

Show child attributes

Show child attributes

field
string

The name of the property in the API. To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.

maxGroupCount
integer
optional
accuracy
string (enum)
optional

Enum values: REQUIRE_ACCURATE, ALLOW_APPROXIMATE

Response body

AggregateObjectsResponseV2
object

Success response.

Hide child attributes

Hide child attributes

excludedItems
integer
optional
accuracy
string (enum)

Enum values: ACCURATE, APPROXIMATE

data
list<AggregateObjectsResponseItemV2>
optional
Show child attributes

Show child attributes

AggregateObjectsResponseItemV2
object
Show child attributes

Show child attributes

group
map<AggregationGroupKeyV2, AggregationGroupValueV2>
optional
Show child attributes

Show child attributes

AggregationGroupKeyV2
string
AggregationGroupValueV2
any
metrics
list<AggregationMetricResultV2>
optional
Show child attributes

Show child attributes

AggregationMetricResultV2
object
Show child attributes

Show child attributes

name
string
value
any
optional

The value of the metric. This will be a double in the case of a numeric metric, or a date string in the case of a date metric.

Examples

Request

Copied!
1 2 3 4 5 curl -X POST \ -H "Content-type: application/json" \ -H "Authorization: Bearer $TOKEN" \ "https://$HOSTNAME/api/v2/ontologies/palantir/objectSets/aggregate" \ -d ''

Response

Copied!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 { "data": [ { "metrics": [ { "name": "min_tenure", "value": 1 }, { "name": "avg_tenure", "value": 3 } ], "group": { "startDate": { "startValue": "2020-01-01", "endValue": "2020-06-01" }, "city": "New York City" } }, { "metrics": [ { "name": "min_tenure", "value": 2 }, { "name": "avg_tenure", "value": 3 } ], "group": { "startDate": { "startValue": "2020-01-01", "endValue": "2020-06-01" }, "city": "San Francisco" } } ] }