Groups
Tenant Var Code
OK
Groups are used to apply event notifications, send messages or assign check-in schedules to multiple devices using a single action.
A unique identifier of the group
A string with name of the group
GET /V2/{tenantVarCode}/groups HTTP/1.1
Accept: */*
OK
[
{
"GroupId": "text",
"GroupName": "text",
"Tags": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]Tenant Var Code
Groups are used to apply event notifications, send messages or assign check-in schedules to multiple devices using a single action.
A unique identifier of the group
A string with name of the group
OK
No content
POST /V2/{tenantVarCode}/groups HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 79
{
"GroupId": "text",
"GroupName": "text",
"Tags": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}OK
No content
Tenant Var Code
Group Id
OK
Groups are used to apply event notifications, send messages or assign check-in schedules to multiple devices using a single action.
A unique identifier of the group
A string with name of the group
GET /V2/{tenantVarCode}/groups/{groupId} HTTP/1.1
Accept: */*
OK
{
"GroupId": "text",
"GroupName": "text",
"Tags": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}Tenant Var Code
Group Id
Groups are used to apply event notifications, send messages or assign check-in schedules to multiple devices using a single action.
A unique identifier of the group
A string with name of the group
OK
No content
PUT /V2/{tenantVarCode}/groups/{groupId} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 79
{
"GroupId": "text",
"GroupName": "text",
"Tags": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}OK
No content
Last updated

