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
Copy file name to clipboardExpand all lines: postman/collections/ros2-medkit-gateway.postman_collection.json
+64-1Lines changed: 64 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@
88
88
"name": "Component Data",
89
89
"item": [
90
90
{
91
-
"name": "GET Component Data",
91
+
"name": "GET Component Data (All Topics)",
92
92
"request": {
93
93
"method": "GET",
94
94
"header": [],
@@ -106,6 +106,69 @@
106
106
"description": "Read all topic data from a specific component. Returns array of topic samples with metadata (topic, timestamp, data). Change 'temp_sensor' to other component IDs like 'rpm_sensor', 'pressure_sensor', etc."
"description": "Read specific topic data from a component. Returns single topic sample with topic path, timestamp, and data. The topic_name is relative to the component's namespace."
0 commit comments