Skip to content

Commit 8fccfec

Browse files
committed
API/resources: Add example about retrieving multiple devices by their UUIDs
Change-type: minor
1 parent 01eefb3 commit 8fccfec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/dictionaries/resource.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,14 @@
379379
"endpoint": "/v7/device(uuid='<UUID>')",
380380
"filters": ""
381381
},
382+
{
383+
"id": "devices-by-uuid",
384+
"summary": "Get multiple devices by UUID",
385+
"description": "",
386+
"method": "GET",
387+
"endpoint": "/v7/device",
388+
"filters": "?\\$filter=uuid%20in%20(%27<UUID1>%27,%27<UUID2>%27,%27<UUID3>%27)"
389+
},
382390
{
383391
"id": "device-overall-status",
384392
"summary": "Get the device overall_status field",

0 commit comments

Comments
 (0)