{ "opencollection": "1.0.0", "info": { "name": "Oracle Eloqua Bulk Account Exports Custom Objects API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Custom Objects", "type": "folder" }, "items": [ { "info": { "name": "Oracle Eloqua List custom objects", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/customObjects", "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 custom object definitions." }, { "info": { "name": "Oracle Eloqua Create a custom object", "type": "http" }, "http": { "method": "POST", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/customObject", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new custom object definition." }, { "info": { "name": "Oracle Eloqua Retrieve a custom object", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/customObject/: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 custom object definition by its identifier." }, { "info": { "name": "Oracle Eloqua Update a custom object", "type": "http" }, "http": { "method": "PUT", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/customObject/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing custom object definition." }, { "info": { "name": "Oracle Eloqua Delete a custom object", "type": "http" }, "http": { "method": "DELETE", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/customObject/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Delete a custom object definition by its identifier." }, { "info": { "name": "Oracle Eloqua List custom object data instances", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/data/customObject/:parentId/instances", "params": [ { "name": "parentId", "value": "", "type": "path", "description": "The custom object definition identifier" }, { "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)" }, { "name": "search", "value": "", "type": "query", "description": "Search criteria for filtering results" } ] }, "docs": "Retrieve data instances for a specific custom object." }, { "info": { "name": "Oracle Eloqua Create a custom object data instance", "type": "http" }, "http": { "method": "POST", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/data/customObject/:parentId/instance", "params": [ { "name": "parentId", "value": "", "type": "path", "description": "The custom object definition identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new data instance for a specific custom object." }, { "info": { "name": "Oracle Eloqua Retrieve a custom object data instance", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/data/customObject/:parentId/instance/:id", "params": [ { "name": "parentId", "value": "", "type": "path", "description": "The custom object definition identifier" }, { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Retrieve a specific data instance from a custom object." }, { "info": { "name": "Oracle Eloqua Update a custom object data instance", "type": "http" }, "http": { "method": "PUT", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/data/customObject/:parentId/instance/:id", "params": [ { "name": "parentId", "value": "", "type": "path", "description": "The custom object definition identifier" }, { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing data instance for a custom object." }, { "info": { "name": "Oracle Eloqua Delete a custom object data instance", "type": "http" }, "http": { "method": "DELETE", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/data/customObject/:parentId/instance/:id", "params": [ { "name": "parentId", "value": "", "type": "path", "description": "The custom object definition identifier" }, { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Delete a specific data instance from a custom object." } ] } ], "bundled": true }