Interface: BySortQueryRequest
@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?
optionalincludeSubsorts:boolean
Defined in: src/types/query.ts:235
Whether to include terms of subsorts. Defaults to true.
maxResults?
optionalmaxResults: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.