Tasks
Get Stubs
Task to retrieve a multiple matching Stubs' Data
Basic usage
Task to find all Stubs with "VIP" in the subject.
Parameters
  fieldname  required  string
 Name of the field to save the result data to : VIP_stubs
  query  required  string
 MongoDB formatted query string used to find all matching Stubs
  projection  optional  string
 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.