Device Group Object

Describes the JSON object of a Device Group.

A Device Group in Ubidots can comprise one or more Devices. Device Group actions are applied to all Devices in the Device Group.

PropertyTypeDescription
idStringId of Device Group
labelStringLabel of Device Group
nameStringName of Device Group
createdAtDateDate Device Group was created
organizationObjectOrganization the Device Group belongs to
devicesStringURL to list of Devices. If user has edit right it can edit the devices from there
devicesCountIntegerNumber of Devices assigned to Device Group
urlStringUrl of Device Group

Device group

{
    "url": "https://industrial.api.ubidots.com/api/v2.0/device_groups/5e1c9f7789f9bd33017e05ef",
    "id": "5e1c9f7789f9bd33017e05ef",
    "label": "groupLabel",
    "name": "groupName",
    "organization": null,
    "devices": "https://industrial.api.ubidots.com/api/v2.0/device_groups/5e1c9f7789f9bd33017e05ef/devices",
    "createdAt": "2020-01-13T16:48:55.972853Z"
}