{ "opencollection": "1.0.0", "info": { "name": "Bugsnag Build Builds EventFields API", "version": "1.0" }, "items": [ { "info": { "name": "EventFields", "type": "folder" }, "items": [ { "info": { "name": "List event fields", "type": "http" }, "http": { "method": "GET", "url": "https://build.bugsnag.com/projects/:project_id/event_fields", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique identifier of the project." } ] }, "docs": "Returns a list of event field definitions for the specified project. Event fields describe the available data dimensions that can be used for filtering and searching events." } ] } ], "bundled": true }