{ "opencollection": "1.0.0", "info": { "name": "Oracle Eloqua Bulk Account Exports Forms API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Forms", "type": "folder" }, "items": [ { "info": { "name": "Oracle Eloqua List forms", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/forms", "params": [ { "name": "count", "value": "", "type": "query", "description": "Maximum number of entities to return (1-1000)" }, { "name": "depth", "value": "", "type": "query", "description": "Level of detail returned for the entity" }, { "name": "page", "value": "", "type": "query", "description": "Page number to return (starts at 1)" }, { "name": "search", "value": "", "type": "query", "description": "Search criteria for filtering results" }, { "name": "orderBy", "value": "", "type": "query", "description": "Field to sort results by (e.g., createdAt DESC)" } ] }, "docs": "Retrieve all form assets matching the specified criteria." }, { "info": { "name": "Oracle Eloqua Create a form", "type": "http" }, "http": { "method": "POST", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/form", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new form asset." }, { "info": { "name": "Oracle Eloqua Retrieve a form", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/form/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" }, { "name": "depth", "value": "", "type": "query", "description": "Level of detail returned for the entity" } ] }, "docs": "Retrieve a single form asset by its identifier." }, { "info": { "name": "Oracle Eloqua Update a form", "type": "http" }, "http": { "method": "PUT", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/form/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing form asset." }, { "info": { "name": "Oracle Eloqua Delete a form", "type": "http" }, "http": { "method": "DELETE", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/form/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Delete a form asset by its identifier." }, { "info": { "name": "Oracle Eloqua Retrieve form submission data", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/data/form/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" }, { "name": "count", "value": "", "type": "query", "description": "Maximum number of entities to return (1-1000)" }, { "name": "page", "value": "", "type": "query", "description": "Page number to return (starts at 1)" } ] }, "docs": "Retrieve submission data for a specific form." }, { "info": { "name": "Oracle Eloqua Submit form data", "type": "http" }, "http": { "method": "POST", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/data/form/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new form submission for the specified form." } ] } ], "bundled": true }