You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -239,23 +240,37 @@ The response is a json object containing all the connected components and data a
239
240
<th>Explanation</th>
240
241
</tr>
241
242
<tr>
242
-
<td>/queryAggregatedObject</td>
243
+
<td>/aggregated-objects/{id}</td>
243
244
<td>GET</td>
244
-
<td>Download a subscription template json file</td>
245
-
</tr>
245
+
<td>query an aggregated object with its id</td>
246
+
</tr>
246
247
<tr>
247
-
<td>/queryMissedNotifications</td>
248
-
<td>GET</td>
249
-
<td>Queries any missed notifications</td>
250
-
</tr>
251
-
<tr>
252
-
<td>/query</td>
248
+
<td>/aggregated-objects/query</td>
253
249
<td>POST</td>
254
250
<td>Free style query; user specified queries</td>
255
-
</tr>
251
+
</tr>
256
252
</table>
257
253
258
-
Example curl commands to these endpoints [can be found here](https://github.com/eiffel-community/eiffel-intelligence/blob/master/wiki/markdown/query.md) and [here](https://github.com/eiffel-community/eiffel-intelligence/blob/master/wiki/markdown/query-aggregated-objects.md)
254
+
Example curl commands to these endpoints [can be found here](https://github.com/eiffel-community/eiffel-intelligence/blob/master/wiki/markdown/query-aggregated-objects.md)
Example curl commands to these endpoints [can be found here](https://github.com/eiffel-community/eiffel-intelligence/blob/master/wiki/markdown/failed-notifications.md)
0 commit comments