SearchByLinkQueryDTO

QueryDTO to execute the given search link.

Sub Type Property: "_type" : "LINK"

Fields

Type
Name
Description
Optional
Default Value
String  
link
The search link.
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" : "LINK",
	"searchOrderBy" : null,
	"viewOrderBy" : null,
	"useDistinct" : null,
	"topCount" : null,
	"link" : "carmen://SEARCH/?Ac&pk=Standard_Activity&po=0,~an=Subject.Ac,~fn=lf,~vu=Test"
}