Search documentation
karat

+

K

User Documentation ↗

List Query Types

GET/api/v2/ontologies/{ontology}/queryTypes

Lists the query types for the given Ontology.

Each page may be smaller than the requested page size. However, it is guaranteed that if there are more results available, at least one result will be present in the response.

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

pageSize
integer
optional

The desired size of the page to be returned. Defaults to 100. See page sizes for details.

pageToken
string
optional

The page token indicates where to start paging. This should be omitted from the first page's request. To fetch the next page, clients should take the value from the nextPageToken field of the previous response and use it to populate the pageToken field of the next request.

Response body

ListQueryTypesResponseV2
object

Success response.

Hide child attributes

Hide child attributes

nextPageToken
string
optional

The page token indicates where to start paging. This should be omitted from the first page's request. To fetch the next page, clients should take the value from the nextPageToken field of the previous response and use it to populate the pageToken field of the next request.

data
list<QueryTypeV2>
optional
Show child attributes

Show child attributes

QueryTypeV2
object

Represents a query type in the Ontology.

Show child attributes

Show child attributes

apiName
string

The name of the Query in the API.

description
string
optional
displayName
string
optional

The display name of the entity.

parameters
map<ParameterId, QueryParameterV2>
optional
Show child attributes

Show child attributes

ParameterId
string

The unique identifier of the parameter. Parameters are used as inputs when an action or query is applied. Parameters can be viewed and managed in the Ontology Manager.

QueryParameterV2
object

Details about a parameter of a query.

Show child attributes

Show child attributes

description
string
optional
dataType
union

A union of all the types supported by Ontology Query parameters or outputs.

Show child attributes

Show child attributes

date
object
optional
struct
object
optional
Show child attributes

Show child attributes

fields
list<QueryStructField>
optional
Show child attributes

Show child attributes

QueryStructField
object
Show child attributes

Show child attributes

name
string

The name of a field in a Struct.

fieldType
union

A union of all the types supported by Ontology Query parameters or outputs.

Show child attributes

Show child attributes

date
object
optional
struct
object
optional
Show child attributes

Show child attributes

fields
list<QueryStructField>
optional
Show child attributes

Show child attributes

QueryStructField
object
Show child attributes

Show child attributes

name
string

The name of a field in a Struct.

fieldType
union

A union of all the types supported by Ontology Query parameters or outputs.

set
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

string
object
optional
double
object
optional
integer
object
optional
threeDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
object
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
union
object
optional
Show child attributes

Show child attributes

unionTypes
list<QueryDataType>
optional
Show child attributes

Show child attributes

QueryDataType
union

A union of all the types supported by Ontology Query parameters or outputs.

float
object
optional
long
object
optional
boolean
object
optional
unsupported
object
optional
Show child attributes

Show child attributes

unsupportedType
string
attachment
object
optional
null
object
optional
array
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

objectSet
object
optional
Show child attributes

Show child attributes

objectApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

twoDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
object
object
optional
Show child attributes

Show child attributes

objectApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

timestamp
object
optional
set
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

Show child attributes

Show child attributes

date
object
optional
struct
object
optional
Show child attributes

Show child attributes

fields
list<QueryStructField>
optional
Show child attributes

Show child attributes

QueryStructField
object
Show child attributes

Show child attributes

name
string

The name of a field in a Struct.

fieldType
union

A union of all the types supported by Ontology Query parameters or outputs.

set
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

string
object
optional
double
object
optional
integer
object
optional
threeDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
object
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
union
object
optional
Show child attributes

Show child attributes

unionTypes
list<QueryDataType>
optional
Show child attributes

Show child attributes

QueryDataType
union

A union of all the types supported by Ontology Query parameters or outputs.

float
object
optional
long
object
optional
boolean
object
optional
unsupported
object
optional
Show child attributes

Show child attributes

unsupportedType
string
attachment
object
optional
null
object
optional
array
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

objectSet
object
optional
Show child attributes

Show child attributes

objectApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

twoDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
object
object
optional
Show child attributes

Show child attributes

objectApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

timestamp
object
optional
string
object
optional
double
object
optional
integer
object
optional
threeDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
object
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
union
object
optional
Show child attributes

Show child attributes

unionTypes
list<QueryDataType>
optional
Show child attributes

Show child attributes

QueryDataType
union

A union of all the types supported by Ontology Query parameters or outputs.

Show child attributes

Show child attributes

date
object
optional
struct
object
optional
Show child attributes

Show child attributes

fields
list<QueryStructField>
optional
Show child attributes

Show child attributes

QueryStructField
object
Show child attributes

Show child attributes

name
string

The name of a field in a Struct.

fieldType
union

A union of all the types supported by Ontology Query parameters or outputs.

set
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

string
object
optional
double
object
optional
integer
object
optional
threeDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
object
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
union
object
optional
Show child attributes

Show child attributes

unionTypes
list<QueryDataType>
optional
Show child attributes

Show child attributes

QueryDataType
union

A union of all the types supported by Ontology Query parameters or outputs.

float
object
optional
long
object
optional
boolean
object
optional
unsupported
object
optional
Show child attributes

Show child attributes

unsupportedType
string
attachment
object
optional
null
object
optional
array
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

objectSet
object
optional
Show child attributes

Show child attributes

objectApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

twoDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
object
object
optional
Show child attributes

Show child attributes

objectApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

timestamp
object
optional
float
object
optional
long
object
optional
boolean
object
optional
unsupported
object
optional
Show child attributes

Show child attributes

unsupportedType
string
attachment
object
optional
null
object
optional
array
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

Show child attributes

Show child attributes

date
object
optional
struct
object
optional
Show child attributes

Show child attributes

fields
list<QueryStructField>
optional
Show child attributes

Show child attributes

QueryStructField
object
Show child attributes

Show child attributes

name
string

The name of a field in a Struct.

fieldType
union

A union of all the types supported by Ontology Query parameters or outputs.

set
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

string
object
optional
double
object
optional
integer
object
optional
threeDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
object
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
union
object
optional
Show child attributes

Show child attributes

unionTypes
list<QueryDataType>
optional
Show child attributes

Show child attributes

QueryDataType
union

A union of all the types supported by Ontology Query parameters or outputs.

float
object
optional
long
object
optional
boolean
object
optional
unsupported
object
optional
Show child attributes

Show child attributes

unsupportedType
string
attachment
object
optional
null
object
optional
array
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

objectSet
object
optional
Show child attributes

Show child attributes

objectApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

twoDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
object
object
optional
Show child attributes

Show child attributes

objectApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

timestamp
object
optional
objectSet
object
optional
Show child attributes

Show child attributes

objectApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

twoDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
object
object
optional
Show child attributes

Show child attributes

objectApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

timestamp
object
optional
output
union

A union of all the types supported by Ontology Query parameters or outputs.

Show child attributes

Show child attributes

date
object
optional
struct
object
optional
Show child attributes

Show child attributes

fields
list<QueryStructField>
optional
Show child attributes

Show child attributes

QueryStructField
object
Show child attributes

Show child attributes

name
string

The name of a field in a Struct.

fieldType
union

A union of all the types supported by Ontology Query parameters or outputs.

Show child attributes

Show child attributes

date
object
optional
struct
object
optional
Show child attributes

Show child attributes

fields
list<QueryStructField>
optional
Show child attributes

Show child attributes

QueryStructField
object
Show child attributes

Show child attributes

name
string

The name of a field in a Struct.

fieldType
union

A union of all the types supported by Ontology Query parameters or outputs.

set
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

string
object
optional
double
object
optional
integer
object
optional
threeDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
object
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
union
object
optional
Show child attributes

Show child attributes

unionTypes
list<QueryDataType>
optional
Show child attributes

Show child attributes

QueryDataType
union

A union of all the types supported by Ontology Query parameters or outputs.

float
object
optional
long
object
optional
boolean
object
optional
unsupported
object
optional
Show child attributes

Show child attributes

unsupportedType
string
attachment
object
optional
null
object
optional
array
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

objectSet
object
optional
Show child attributes

Show child attributes

objectApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

twoDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
object
object
optional
Show child attributes

Show child attributes

objectApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

timestamp
object
optional
set
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

Show child attributes

Show child attributes

date
object
optional
struct
object
optional
Show child attributes

Show child attributes

fields
list<QueryStructField>
optional
Show child attributes

Show child attributes

QueryStructField
object
Show child attributes

Show child attributes

name
string

The name of a field in a Struct.

fieldType
union

A union of all the types supported by Ontology Query parameters or outputs.

set
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

string
object
optional
double
object
optional
integer
object
optional
threeDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
object
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
union
object
optional
Show child attributes

Show child attributes

unionTypes
list<QueryDataType>
optional
Show child attributes

Show child attributes

QueryDataType
union

A union of all the types supported by Ontology Query parameters or outputs.

float
object
optional
long
object
optional
boolean
object
optional
unsupported
object
optional
Show child attributes

Show child attributes

unsupportedType
string
attachment
object
optional
null
object
optional
array
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

objectSet
object
optional
Show child attributes

Show child attributes

objectApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

twoDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
object
object
optional
Show child attributes

Show child attributes

objectApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

timestamp
object
optional
string
object
optional
double
object
optional
integer
object
optional
threeDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
object
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
union
object
optional
Show child attributes

Show child attributes

unionTypes
list<QueryDataType>
optional
Show child attributes

Show child attributes

QueryDataType
union

A union of all the types supported by Ontology Query parameters or outputs.

Show child attributes

Show child attributes

date
object
optional
struct
object
optional
Show child attributes

Show child attributes

fields
list<QueryStructField>
optional
Show child attributes

Show child attributes

QueryStructField
object
Show child attributes

Show child attributes

name
string

The name of a field in a Struct.

fieldType
union

A union of all the types supported by Ontology Query parameters or outputs.

set
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

string
object
optional
double
object
optional
integer
object
optional
threeDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
object
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
union
object
optional
Show child attributes

Show child attributes

unionTypes
list<QueryDataType>
optional
Show child attributes

Show child attributes

QueryDataType
union

A union of all the types supported by Ontology Query parameters or outputs.

float
object
optional
long
object
optional
boolean
object
optional
unsupported
object
optional
Show child attributes

Show child attributes

unsupportedType
string
attachment
object
optional
null
object
optional
array
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

objectSet
object
optional
Show child attributes

Show child attributes

objectApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

twoDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
object
object
optional
Show child attributes

Show child attributes

objectApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

timestamp
object
optional
float
object
optional
long
object
optional
boolean
object
optional
unsupported
object
optional
Show child attributes

Show child attributes

unsupportedType
string
attachment
object
optional
null
object
optional
array
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

Show child attributes

Show child attributes

date
object
optional
struct
object
optional
Show child attributes

Show child attributes

fields
list<QueryStructField>
optional
Show child attributes

Show child attributes

QueryStructField
object
Show child attributes

Show child attributes

name
string

The name of a field in a Struct.

fieldType
union

A union of all the types supported by Ontology Query parameters or outputs.

set
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

string
object
optional
double
object
optional
integer
object
optional
threeDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
object
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
union
object
optional
Show child attributes

Show child attributes

unionTypes
list<QueryDataType>
optional
Show child attributes

Show child attributes

QueryDataType
union

A union of all the types supported by Ontology Query parameters or outputs.

float
object
optional
long
object
optional
boolean
object
optional
unsupported
object
optional
Show child attributes

Show child attributes

unsupportedType
string
attachment
object
optional
null
object
optional
array
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by Ontology Query parameters or outputs.

objectSet
object
optional
Show child attributes

Show child attributes

objectApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

twoDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
object
object
optional
Show child attributes

Show child attributes

objectApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

timestamp
object
optional
objectSet
object
optional
Show child attributes

Show child attributes

objectApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string
optional

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

twoDimensionalAggregation
object
optional
Show child attributes

Show child attributes

keyType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
boolean
object
optional
string
object
optional
double
object
optional
range
object
optional
Show child attributes

Show child attributes

subType
union

A union of all the types supported by query aggregation ranges.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
integer
object
optional
timestamp
object
optional
integer
object
optional
timestamp
object
optional
valueType
union

A union of all the types supported by query aggregation keys.

Show child attributes

Show child attributes

date
object
optional
double
object
optional
timestamp
object
optional
object
object
optional
Show child attributes

Show child attributes

objectApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

objectTypeApiName
string

The name of the object type in the API in camelCase format. To find the API name for your Object Type, use the List object types endpoint or check the Ontology Manager.

timestamp
object
optional
rid
string

The unique resource identifier of a Function, useful for interacting with other Foundry APIs.

version
string

The version of the given Function, written <major>.<minor>.<patch>-<tag>, where -<tag> is optional. Examples: 1.2.3, 1.2.3-rc1.

Examples

Request

Copied!
1 2 3 curl \ -H "Authorization: Bearer $TOKEN" \ "https://$HOSTNAME/api/v2/ontologies/palantir/queryTypes"

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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 { "nextPageToken": "v1.QnVpbGQgdGhlIEZ1dHVyZTogaHR0cHM6Ly93d3cucGFsYW50aXIuY29tL2NhcmVlcnMvP2xldmVyLXNvdXJjZSU1YiU1ZD1BUElEb2NzI29wZW4tcG9zaXRpb25z", "data": [ { "apiName": "getEmployeesInCity", "displayName": "Get Employees in City", "description": "Gets all employees in a given city", "parameters": { "city": { "dataType": { "type": "string" }, "description": "The city to search for employees in", "required": true } }, "output": { "dataType": { "type": "array", "required": true, "subType": { "type": "object", "objectApiName": "Employee" } }, "required": true }, "rid": "ri.function-registry.main.function.f05481407-1d67-4120-83b4-e3fed5305a29b", "version": "1.1.3-rc1" }, { "apiName": "getAverageTenureOfEmployees", "displayName": "Get Average Tenure", "description": "Gets the average tenure of all employees", "parameters": { "employees": { "dataType": { "type": "string" }, "description": "An object set of the employees to calculate the average tenure of", "required": true }, "useMedian": { "dataType": { "type": "boolean" }, "description": "An optional flag to use the median instead of the mean, defaults to false", "required": false } }, "output": { "dataType": { "type": "double" }, "required": true }, "rid": "ri.function-registry.main.function.9549c29d3-e92f-64a1-beeb-af817819a400", "version": "2.1.1" } ] }