Skip to content

Interface: BySortQueryRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Query / BySortQueryRequest

Interface: BySortQueryRequest

Defined in: src/types/query.ts:231

Request to find all terms of a given sort.

Remarks

Returns terms in the tagged TermDto format. Includes terms of subsorts (subtypes) of the specified sort.

Properties

includeSubsorts?

optional includeSubsorts: boolean

Defined in: src/types/query.ts:235

Whether to include terms of subsorts. Defaults to true.


maxResults?

optional maxResults: number

Defined in: src/types/query.ts:237

Maximum number of results to return.


sortId

sortId: string

Defined in: src/types/query.ts:233

Sort UUID to search for.