Result
Results
POST
[PlatformAddress]/api/1.0/batch?action=results
The results action takes the asyncId as a parameter and fetch the results of a batch request after it has been executed.
Path Parameters
async
string
Example Request
Returns
The response will be a JSON object with the following keys:
asyncId: The async identifier provided when the batch was created.
results: An array of objects for each result of the batch, with the following keys:
namespace: The namespace of the call for the response.
action: The action of the call for the response.
request: The original request parameters used.
response: The response of the API call.
Throws
Specific Code: 24114
Batch job not completed
Specific Code: 24115
Could not find batch
This structure facilitates retrieving the results of each individual job within the batch request, along with the corresponding request parameters and response data, or it indicates that the batch job is not yet completed. Please note that the data will not be available after 2 days.
Last updated