Applications - Device Groups
List Applications Device Groups
List all Device Groups owned by your account.
get/workspace/applications/{application_id}/device_groups
Path parameters
application_idinteger required
A unique integer value identifying the application.
Query parameters
fieldsstring
Comma-separated list of field names to include in the response. Nested fields can be accessed using dot notation.
idinteger
Filter by id (accepts comma-separated values).
namestring
Filter by name (case-insensitive, partial match).
orderingstring
Which field to use when ordering the results.
pageinteger
A page number within the paginated result set.
page_sizeinteger
A numeric value that indicates the number of items per page.
searchstring
A search term.
user_agentstring
Filter by user agent (case-insensitive, partial match).
Response
List of device groups retrieved successfully.
Example response
{
"count": 123,
"total_pages": 10,
"page": 1,
"page_size": 10,
"next": "https://api.example.com/items?page=3",
"previous": "https://api.example.com/items?page=1"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.