SearchByPksQueryDTO

QueryDTO to search entries with the given entity name and pks.

Sub Type Property: "_type" : "PK"

Fields

Type
Name
Description
Optional
Default Value
String  
entity
The entity name.
false
 
pks
The pks to search.
false
 
searchOrderBy
Definition of how the server side search result will be sorted.
true
null
viewOrderBy
Definition of how the view of the result will be sorted.
true
null
Boolean  
useDistinct
Flag to enable/disable a distinct search.
true
false

Example

{
	"_type" : "PK",
	"searchOrderBy" : null,
	"viewOrderBy" : null,
	"useDistinct" : null,
	"topCount" : null,
	"entity" : "Activity",
	"pks" : [
		"as8932zbjsadu87213Ac",
		"pasiouwevtzsv2367avAc",
		"kzusda87v2j15nmAc"
	]
}