GetElementsQueryDTO

QueryDTO to get elements from the WorkSpace with the given Id.

Sub Type Property: "_type" : "GET_ELEMENTS"

Fields

Type
Name
Description
Optional
Default Value
String  
workSpaceId
The Id of the WorkSpace to access.
false
 
pks
The pks of the elements to retrieve (if null, all elements will be returned).
true
 
String  
workSpaceId
The id of the existing workspace.
false
 
pks
The list of entry pks to access with this query.
false
 

Example

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