{ "opencollection": "1.0.0", "info": { "name": "Oracle Eloqua Bulk Account Exports Contact Exports API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Contact Exports", "type": "folder" }, "items": [ { "info": { "name": "Oracle Eloqua List contact export definitions", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/contacts/exports", "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 contact export definitions." }, { "info": { "name": "Oracle Eloqua Create a contact export definition", "type": "http" }, "http": { "method": "POST", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/contacts/exports", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new export definition for contacts. After creation, create a sync to execute the export." }, { "info": { "name": "Oracle Eloqua Retrieve a contact export definition", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/contacts/exports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Retrieve a specific contact export definition by its identifier." }, { "info": { "name": "Oracle Eloqua Update a contact export definition", "type": "http" }, "http": { "method": "PUT", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/contacts/exports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing contact export definition." }, { "info": { "name": "Oracle Eloqua Delete a contact export definition", "type": "http" }, "http": { "method": "DELETE", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/contacts/exports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Delete a contact export definition by its identifier." }, { "info": { "name": "Oracle Eloqua Retrieve contact export data", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/contacts/exports/: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 from a completed contact export." } ] } ], "bundled": true }