PermissionPageResult
Total number of items
42result object[]required
Array of permission items
Unique identifier of the permission
019619df-4768-76b3-8ab3-4414dcf29ff1Type of the permission
Possible values: [ASSET, PROFILE, SCOPE, SCOPE_GROUP, REPORT, REPORT_GROUP]
ASSETSubtype of the permission
Possible values: [BUILDING, BUILDING_GROUP, FACILITY, PORTFOLIO, COMPANY, APPLICATION, RIGHT, POWERBI, METABASE, MIXED]
PORTFOLIOCode of the permission
portfolio-123Display label of the permission
Alpha PortfolioDescription of the permission
The Alpha Portfolio of buildingsmetadata objectrequired
URL of the resource held by this permission
https://example.comlogo object
Format of the logo
SVGResource of the logo
<svg></svg>thematic object
Unique identifier of the thematic
550e8400-e29b-41d4-a716-446655440000names objectrequired
Localized names of the thematic (locale as key, name as value)
Display order of the thematic
1Asset ERP code associated with this permission (for ASSET type permissions)
ASSET-001children objectrequired
Total number of children
5UIDs of child permissions
["019619df-4767-730f-8d31-143712a08141","019619df-4768-75e4-a334-cde454b9e9e1"]users object
Total number of users
3{
"total": 42,
"result": [
{
"uid": "019619df-4768-76b3-8ab3-4414dcf29ff1",
"type": "ASSET",
"subType": "PORTFOLIO",
"code": "portfolio-123",
"label": "Alpha Portfolio",
"description": "The Alpha Portfolio of buildings",
"metadata": {
"url": "https://example.com",
"logo": {
"format": "SVG",
"resource": "<svg></svg>"
},
"thematic": {
"uid": "550e8400-e29b-41d4-a716-446655440000",
"names": {
"en-GB": "Environmental Sustainability",
"fr-FR": "Durabilité Environnementale"
},
"order": 1
},
"assetCode": "ASSET-001"
},
"children": {
"count": 5,
"uids": [
"019619df-4767-730f-8d31-143712a08141",
"019619df-4768-75e4-a334-cde454b9e9e1"
]
},
"users": {
"count": 3
}
}
]
}