Tasks
Get Stubs
Task to retrieve a multiple matching Stubs' Data
Basic usage
Task to find all Stubs with "VIP" in the subject.
Parameters
required string
fieldname Name of the field to save the result data to : VIP_stubs
required string
query MongoDB formatted query string used to find all matching Stubs
optional string
projection MongoDB formatted projection string used to return the Stubs' data
Default: {'stubref':1,'subject':1}
Result
Properties
fieldname
Name of the field created : VIP_stubs
stubs
An array of Stub data objects retrieved for all matching Stubs, the projection parameter determines the results displayed here.