{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed Event API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "Event", "type": "folder" }, "items": [ { "info": { "name": "List all events", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/channel/v1/events", "params": [ { "name": "fromDate", "value": "", "type": "query", "description": "Search events from this date in milliseconds." }, { "name": "orderId", "value": "", "type": "query", "description": "Only return events for these purchase order." }, { "name": "page", "value": "", "type": "query", "description": "The desired page. Defaults to \"0\"." }, { "name": "searchText", "value": "", "type": "query", "description": "Search term used to search on different fields of an application." }, { "name": "size", "value": "", "type": "query", "description": "The number of events per page. Defaults to \"250\"." }, { "name": "sortOrder", "value": "", "type": "query", "description": "Ordering type. Default is \"ASC\"." }, { "name": "toDate", "value": "", "type": "query", "description": "Search events to this date in milliseconds." }, { "name": "type", "value": "", "type": "query", "description": "Only return events for these event type." } ] }, "docs": "This call lists all events on your marketplace." }, { "info": { "name": "Retrieve an event", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/channel/v1/events/:eventId", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "Only return event with this event id." } ] }, "docs": "This call returns all details for a specific event." } ] } ], "bundled": true }