Cross Tenant Collections
Tenant Var Code
OK
A unique identifier of the collection
A string with name of the collection
Comma delimited list of tenant codes
Comma delimited list of group ids
Comma delimited list of device ids
Whether all subtenants are included
GET /V2/{tenantVarCode}/crosstenantcollections HTTP/1.1
Accept: */*
OK
[
{
"CollectionId": "text",
"CollectionName": "text",
"Tenants": "text",
"Groups": "text",
"Devices": "text",
"IncludeSubtenants": true
}
]Tenant Var Code
A unique identifier of the collection
A string with name of the collection
Comma delimited list of tenant codes
Comma delimited list of group ids
Comma delimited list of device ids
Whether all subtenants are included
OK
No content
POST /V2/{tenantVarCode}/crosstenantcollections HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 122
{
"CollectionId": "text",
"CollectionName": "text",
"Tenants": "text",
"Groups": "text",
"Devices": "text",
"IncludeSubtenants": true
}OK
No content
Tenant Var Code
Cross Tenant Collection Collection Id
OK
A unique identifier of the collection
A string with name of the collection
Comma delimited list of tenant codes
Comma delimited list of group ids
Comma delimited list of device ids
Whether all subtenants are included
GET /V2/{tenantVarCode}/crosstenantcollections/{collectionId} HTTP/1.1
Accept: */*
OK
{
"CollectionId": "text",
"CollectionName": "text",
"Tenants": "text",
"Groups": "text",
"Devices": "text",
"IncludeSubtenants": true
}Tenant Var Code
Cross Tenant Collection Id
A unique identifier of the collection
A string with name of the collection
Comma delimited list of tenant codes
Comma delimited list of group ids
Comma delimited list of device ids
Whether all subtenants are included
OK
No content
PUT /V2/{tenantVarCode}/crosstenantcollections/{collectionId} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 122
{
"CollectionId": "text",
"CollectionName": "text",
"Tenants": "text",
"Groups": "text",
"Devices": "text",
"IncludeSubtenants": true
}OK
No content
Tenant Var Code
Cross Tenant Collection Id
OK
No content
DELETE /V2/{tenantVarCode}/crosstenantcollections/{collectionId} HTTP/1.1
Accept: */*
OK
No content
Last updated

