Quantcast
Channel: Office 365 – KTSKUMAR.COM
Viewing all articles
Browse latest Browse all 141

Get Custom Font Package Based on Id using Power Automate

$
0
0

SharePoint Online has the Brand Center, which enables us to use OOTB Font packages and Custom Font Packages to the Site Collections. Let’s see on how to use the Power Automate to get the custom font package information form SharePoint site.

REST API Syntax

https://<tenant>.sharepoint.com/sites/<sitename>
/_api/FontPackages/GetById(<font package id>)

Let’s create a Power Automate and employ the “Send an HTTP request to SharePoint” action and input the details below,

Action Inputs

Site Address SharePoint Site Collection URL
I have added an environment variable
Method GET
Uri _api/FontPackages/GetById(<fontpackageid>)
Headers Accept: application/json;odata=verbose
Content-Type: application/json;odata=verbose

Power Automate Action

Response Body

 


This request retrieves the single custom font package information based on selected font package id.

The post Get Custom Font Package Based on Id using Power Automate appeared first on KTSKUMAR.COM.


Viewing all articles
Browse latest Browse all 141

Trending Articles