-
Notifications
You must be signed in to change notification settings - Fork 370
Open
Description
Usage
m365 spo brandcenter settings list [options]
Description
Lists the brand center configuration
Options
None!
Examples
List all brand center config
m365 spo brandcenter settings listDefault properties
No response
Additional Info
Request info:
GET https://contoso.sharepoint.com/_api/Brandcenter/ConfigurationOutput would look something like this:
{
"BrandColorsListId": "00000000-0000-0000-0000-000000000000",
"BrandColorsListUrl": null,
"BrandFontLibraryId": "6c28d836-ac71-45e6-a0e7-d01e9a5dd651",
"BrandFontLibraryUrl": {
"DecodedUrl": "https://contoso.sharepoint.com/sites/BrandCenter/Fonts"
},
"IsBrandCenterSiteFeatureEnabled": true,
"IsPublicCdnEnabled": true,
"OrgAssets": {
"CentralAssetRepositoryLibraries": null,
"Domain": {
"DecodedUrl": "https://contoso.sharepoint.com"
},
"OrgAssetsLibraries": {
"OrgAssetsLibraries": [
{
"DisplayName": "Fonts",
"FileType": "",
"LibraryUrl": {
"DecodedUrl": "sites/BrandCenter/Fonts"
},
"ListId": "6c28d836-ac71-45e6-a0e7-d01e9a5dd651",
"OrgAssetFlags": 0,
"OrgAssetType": 8,
"ThumbnailUrl": null,
"UniqueId": "00000000-0000-0000-0000-000000000000"
}
],
"Items": [
{
"DisplayName": "Fonts",
"FileType": "",
"LibraryUrl": {
"DecodedUrl": "sites/BrandCenter/Fonts"
},
"ListId": "6c28d836-ac71-45e6-a0e7-d01e9a5dd651",
"OrgAssetFlags": 0,
"OrgAssetType": 8,
"ThumbnailUrl": null,
"UniqueId": "00000000-0000-0000-0000-000000000000"
}
]
},
"SiteId": "b790d058-3ac4-43b9-b923-1b6702ff4e7a",
"Url": {
"DecodedUrl": "/sites/BrandCenter"
},
"WebId": "97df18b0-b2bc-407b-964e-183b9f68ba6b"
},
"SiteId": "b790d058-3ac4-43b9-b923-1b6702ff4e7a",
"SiteUrl": "https://contoso.sharepoint.com/sites/BrandCenter"
}