{ "opencollection": "1.0.0", "info": { "name": "Oracle Eloqua Bulk Account Exports Syncs API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Syncs", "type": "folder" }, "items": [ { "info": { "name": "Oracle Eloqua List syncs", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/syncs", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "offset", "value": "", "type": "query", "description": "Starting index for pagination" }, { "name": "orderBy", "value": "", "type": "query", "description": "Field to sort results by" } ] }, "docs": "Retrieve all sync operations." }, { "info": { "name": "Oracle Eloqua Create a sync", "type": "http" }, "http": { "method": "POST", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/syncs", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new sync operation to execute an import or export definition. The sync triggers the actual data transfer." }, { "info": { "name": "Oracle Eloqua Retrieve a sync", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/syncs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Retrieve a specific sync operation by its identifier to check status." }, { "info": { "name": "Oracle Eloqua Retrieve sync data", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/syncs/:id/data", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "offset", "value": "", "type": "query", "description": "Starting index for pagination" } ] }, "docs": "Retrieve the data associated with a completed sync operation." }, { "info": { "name": "Oracle Eloqua Delete sync data", "type": "http" }, "http": { "method": "DELETE", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/syncs/:id/data", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Delete the data associated with a sync operation." }, { "info": { "name": "Oracle Eloqua Retrieve sync logs", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/syncs/:id/logs", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "offset", "value": "", "type": "query", "description": "Starting index for pagination" } ] }, "docs": "Retrieve log entries for a specific sync operation, including any errors or warnings that occurred during processing." }, { "info": { "name": "Oracle Eloqua Retrieve sync rejects", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/syncs/:id/rejects", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "offset", "value": "", "type": "query", "description": "Starting index for pagination" } ] }, "docs": "Retrieve rejected records from a sync operation, showing data rows that could not be processed." } ] } ], "bundled": true }