Newer Version Available

This content describes an older version of this product. View Latest

Async Query Collection

A collection of Async SOQL results.
JSON example
1{
2              "asyncQueries" : [ {
3              "jobId" : "08PD00000000002",
4              "message" : "",
5              "query" : "SELECT String__c FROM test__b",
6              "status" : "Running",
7              "targetFieldMap" : {
8              "String__c" : "String__c"
9              },
10              "targetObject" : "test__b",
11              "targetValueMap" : { }
12              }, {
13              "jobId": "08PD000000000001",
14              "message": "Complete",
15              "query": "SELECT firstField__c, secondField__c FROM SourceObject__c",
16              "status": "Complete",
17              "targetObject": "TargetObject__c",
18              "targetFieldMap": {"firstField__c":"firstFieldTarget__c",
19              "secondField__c":"secondFieldTarget__c" } 
20              }
21              }
Properties
Property Name Type Description Filter Group and Version Available Version
asyncQueries Async Query[] List of async queries available for the organization. Big, 36.0 36.0