Skip to content

Commit 01eefb3

Browse files
committed
API/resources: Add example about retrieving an application with their devices by slug
Change-type: minor
1 parent 029ab18 commit 01eefb3

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
@@ -70,6 +70,14 @@
7070
"endpoint": "/v7/application",
7171
"filters": "?\\$filter=app_name%20eq%20'<NAME>'"
7272
},
73+
{
74+
"id": "app-slug-with-devices",
75+
"summary": "Get fleet by SLUG along with its devices",
76+
"description": "",
77+
"method": "GET",
78+
"endpoint": "/v7/application(slug='<SLUG>')",
79+
"filters": "?\\$expand=owns__device"
80+
},
7381
{
7482
"id": "app-with-devices",
7583
"summary": "Get fleet by id along with its devices",

0 commit comments

Comments
 (0)