Runs a virtual export using an existing connection, and returns one page of data at a time.
A virtual export is one that you create with script and do not add to your account.
Applies to
My APIs > integrator.io API runtime object > exports
Argument
options <Object, required>
Contains the following properties:
export <Object, required>
– the virtual export definition to runpagedExportState <Object>
– the state object that was returned (as-is) by the last call to this functionstartDate <Date>
– start date for delta exports as a Date objectendDate <Date>
– end date for delta exports as a Date object
Returns
<Object>
The response object has the following properties:
data <Array>
– the data that was exporteddataURIs <Array>
– matching URI array; dependent on virtual export configurationpagedExportState <Array>
– the state object to send (as-is) to the next call to this functionerrors <Array>
– any errors returned by the export
Exceptions
This function throws an error if the API call fails for any reason.
Comments
0 comments
Please sign in to leave a comment.