Created
May 14, 2024 00:52
-
-
Save ktskumar/ed29f1eb245584e6d5e5a0c9967e3492 to your computer and use it in GitHub Desktop.
List Custom Font Packages deployed in SharePoint Online using Power Automate - Response Body
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"d": { | |
"results": [ | |
{ | |
"__metadata": { | |
"id": "https://<tenant>.sharepoint.com/sites/ktskumar/_api/SP.FontPackagefff39b0b-8476-4564-a678-9daac8ef29ba", | |
"uri": "https://<tenant>.sharepoint.com/sites/ktskumar/_api/SP.FontPackagefff39b0b-8476-4564-a678-9daac8ef29ba", | |
"type": "SP.FontPackage" | |
}, | |
"ID": "ea101761-bc64-4f8e-96f5-163c605a6041", | |
"IsHidden": false, | |
"IsValid": true, | |
"PackageJson": "{\"fontFaces\":[{\"fontFamily\":\"Poppins-824190367\",\"path\":\"Poppins-Regular.ttf\",\"fontType\":\"displayFont\"},{\"fontFamily\":\"Caveat-855457138\",\"path\":\"Caveat-VariableFont_wght.ttf\",\"fontType\":\"contentFont\"}],\"fontSlots\":{\"title\":{\"fontFamily\":\"Poppins-824190367\",\"fontFace\":\"Regular\"},\"heading\":{\"fontFamily\":\"Poppins-824190367\",\"fontFace\":\"Regular\"},\"body\":{\"fontFamily\":\"Caveat-855457138\",\"fontFace\":\"Bold\",\"fontVariationSettings\":{\"wght\":700}},\"label\":{\"fontFamily\":\"Poppins-824190367\",\"fontFace\":\"Regular\"}}}", | |
"Store": 0, | |
"Title": "Test Font Package" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment