{ "opencollection": "1.0.0", "info": { "name": "Adobe Experience Platform Data Collection Builds Properties API", "version": "2.0.0" }, "items": [ { "info": { "name": "Properties", "type": "folder" }, "items": [ { "info": { "name": "List Event Forwarding Properties", "type": "http" }, "http": { "method": "GET", "url": "https://reactor.adobe.io/companies/:companyId/properties", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "The unique identifier for a company." }, { "name": "filter[platform]", "value": "edge", "type": "query", "description": "Filter to edge platform for event forwarding properties." }, { "name": "filter[name]", "value": "example_value", "type": "query" }, { "name": "filter[enabled]", "value": "true", "type": "query" }, { "name": "page[number]", "value": "10", "type": "query" }, { "name": "page[size]", "value": "10", "type": "query" } ] }, "docs": "Retrieve properties for a company, filtering by platform=edge to get event forwarding properties specifically." }, { "info": { "name": "Create an Event Forwarding Property", "type": "http" }, "http": { "method": "POST", "url": "https://reactor.adobe.io/companies/:companyId/properties", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "The unique identifier for a company." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new edge property for event forwarding." }, { "info": { "name": "Retrieve an Event Forwarding Property", "type": "http" }, "http": { "method": "GET", "url": "https://reactor.adobe.io/properties/:propertyId", "params": [ { "name": "propertyId", "value": "", "type": "path", "description": "The unique identifier for a property." } ] }, "docs": "Look up a specific event forwarding property by its ID." }, { "info": { "name": "Update an Event Forwarding Property", "type": "http" }, "http": { "method": "PATCH", "url": "https://reactor.adobe.io/properties/:propertyId", "params": [ { "name": "propertyId", "value": "", "type": "path", "description": "The unique identifier for a property." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the attributes of an event forwarding property." }, { "info": { "name": "Delete an Event Forwarding Property", "type": "http" }, "http": { "method": "DELETE", "url": "https://reactor.adobe.io/properties/:propertyId", "params": [ { "name": "propertyId", "value": "", "type": "path", "description": "The unique identifier for a property." } ] }, "docs": "Remove an event forwarding property. Returns HTTP 204 on success." }, { "info": { "name": "Get the Company for a Property", "type": "http" }, "http": { "method": "GET", "url": "https://reactor.adobe.io/properties/:propertyId/company", "params": [ { "name": "propertyId", "value": "", "type": "path", "description": "The unique identifier for a property." } ] }, "docs": "Retrieve the company that owns the specified property." } ] } ], "bundled": true }