v1

latestSwagger 2.02026-07-134272111.8 KB
bulk

Create an asynchronous bulk query job.

post/bulk/query

Query parameters

qstring

The CEQL query. When this parameter is omitted, all objects of the given type are returned via the bulk job. Endpoint limiters may still apply.

lastRunDatestring

The last time this query was run. This is optional. You can also have this parameter in the query and leave this blank - optional eg. '2014-10-06T13:22:17-08:00'

fromstring

The created/updated date of the object to filter on - optional eg. '2014-10-06T13:22:17-08:00'

tostring

The created/updated date of the object to filter on - optional eg. '2014-10-06T13:22:17-08:00'

Headers

Authorizationstring required

The authorization tokens. The format for the header value is 'Element <token>, User <user secret>'

Elements-Async-Callback-Urlstring

The Url to send the notification to when the Job is completed

Response

OK - Everything worked as expected