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
workSpaceId
The Id of the WorkSpace to access.
false
pks
The pks of the entries to retrieve.
false
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"
]
}