Cumulocity-IoT / cumulocity-rest-based-grid-widget

The Cumulocity Rest Based Grid Widget help you to display API data in Grid view with configurable columns and headings. This widget also supports Nested lists, search and server side pagination, etc.. Runtime installation is available. Created by Global Presales.
Apache License 2.0
0 stars 1 forks source link

Support multiple and multi level output format #5

Open meerarfath opened 2 years ago

meerarfath commented 2 years ago

{ "next": "/event/events?pageSize=5&currentPage=2", "self": "/event/events?pageSize=5&currentPage=1", "events": [ { "creationTime": "2022-10-21T11:13:41.823Z", "source": { "name": "Terminal 350195680808668", "self": "", "id": "141" }, "type": "c8y_LocationUpdate", "lastUpdated": "2022-10-21T11:13:41.823Z", "self": "", "time": "2022-10-21T11:11:03.511Z", "id": "22624", "text": "LocUpdateUWB", "c8y_Position": { "lng": 10.89874517966016, "alt": 8.459917368477605, "lat": 48.34050094889134 } }, { "creationTime": "2022-10-21T11:13:41.633Z", "source": { "name": "Terminal 350195680808668", "self": "", "id": "141" }, "type": "c8y_LocationUpdate", "lastUpdated": "2022-10-21T11:13:41.633Z", "self": "", "time": "2022-10-21T11:11:03.388Z", "id": "24206", "text": "LocUpdateUWB", "c8y_Position": { "lng": 10.898745044504578, "alt": 8.322954930889507, "lat": 48.34050096476612 } }, { "creationTime": "2022-10-21T11:13:41.425Z", "source": { "name": "Terminal 350195680808668", "self": "", "id": "141" }, "type": "c8y_LocationUpdate", "lastUpdated": "2022-10-21T11:13:41.425Z", "self": "", "time": "2022-10-21T11:11:03.281Z", "id": "24205", "text": "LocUpdateUWB", "c8y_Position": { "lng": 10.898745044504578, "alt": 8.197369669754739, "lat": 48.34050096476612 } }, { "creationTime": "2022-10-21T11:13:41.236Z", "source": { "name": "Terminal 350195680808668", "self": "", "id": "141" }, "type": "c8y_LocationUpdate", "lastUpdated": "2022-10-21T11:13:41.236Z", "self": "", "time": "2022-10-21T11:11:03.014Z", "id": "24204", "text": "LocUpdateUWB", "c8y_Position": { "lng": 10.898745013497216, "alt": 8.167974391957836, "lat": 48.34050096840811 } }, { "creationTime": "2022-10-21T11:13:41.035Z", "source": { "name": "Terminal 350195680808668", "self": "", "id": "141" }, "type": "c8y_LocationUpdate", "lastUpdated": "2022-10-21T11:13:41.035Z", "self": "", "time": "2022-10-21T11:11:02.890Z", "id": "23436", "text": "LocUpdateUWB", "c8y_Position": { "lng": 10.89874445923987, "alt": 8.167974391957836, "lat": 48.34050103350867 } } ], "statistics": { "totalPages": 807, "currentPage": 1, "pageSize": 5 } }