Skip to main content

Gets the device group list

GET /v1/devicegroup/list

Summary

Gets the device group list.

Authentication

No operation-level security requirement is documented here.

Parameters

None documented here.

Request Body

No request body is documented here.

Responses

200

Success

application/json

  • array of Collection
    • key (integer (int64), optional)
    • collectionName (string, optional)
    • description (string, optional)
    • itemTypeID (integer (int64), optional)
    • itemID (integer (int64), optional)
    • parentID (integer (int64), optional)
    • creationDate (string (date-time), optional)

Example

[
{
"key": 1,
"collectionName": "Example value",
"description": "Example description",
"itemTypeID": 1,
"itemID": 1,
"parentID": 1,
"creationDate": "2026-03-30T12:00:00.0000000Z"
}
]