{ "opencollection": "1.0.0", "info": { "name": "ThingsBoard Admin admin-controller edge-event-controller API", "version": "4.3.0.3DEMO" }, "items": [ { "info": { "name": "edge-event-controller", "type": "folder" }, "items": [ { "info": { "name": "Get Edge Events (getEdgeEvents)", "type": "http" }, "http": { "method": "GET", "url": "https://demo.thingsboard.io/api/edge/:edgeId/events", "params": [ { "name": "edgeId", "value": "", "type": "path", "description": "A string value representing the edge id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum amount of entities in a one page" }, { "name": "page", "value": "", "type": "query", "description": "Sequence number of page starting from 0" }, { "name": "textSearch", "value": "", "type": "query", "description": "The case insensitive 'substring' filter based on the edge event type name." }, { "name": "sortProperty", "value": "", "type": "query", "description": "Property of entity to sort by" }, { "name": "sortOrder", "value": "", "type": "query", "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)" }, { "name": "startTime", "value": "", "type": "query", "description": "Timestamp. Edge events with creation time before it won't be queried" }, { "name": "endTime", "value": "", "type": "query", "description": "Timestamp. Edge events with creation time after it won't be queried" } ] }, "docs": "Returns a page of edge events for the requested edge. You can specify parameters to filter the results. The result is wrapped with PageData object that allows you to iterate over result set using pagination. See response schema for more details. " } ] } ], "bundled": true }