LoadEntriesQueryDTO

QueryDTO to access the WorkSpace with the given Id to retrieve the entries with the given pks.

Sub Type Property: "_type" : "LOAD"

Fields

Type
Name
Description
Optional
Default Value
String  
workSpaceId
The Id of the WorkSpace to access.
false
 
pks
The pks of the entries to retrieve.
false
 
String  
workSpaceId
The id of the existing workspace.
false
 
pks
The list of entry pks to access with this query.
false
 

Example

{
	"_type" : "LOAD",
	"workSpaceId" : "asoqqwlc92h12bkjdszActivity",
	"pks" : [
		"qi83wzeiuabsclk83Ac"
	]
}