Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created May 9, 2024 14:27
Show Gist options
  • Save expiscornovus/7045c97147fe89a50b9fc77f78af3120 to your computer and use it in GitHub Desktop.
Save expiscornovus/7045c97147fe89a50b9fc77f78af3120 to your computer and use it in GitHub Desktop.
Get Out of Box Font Package by Id
{"id":"a7a1d3d4-8e17-4e26-ba76-d94596f41b04","brandColor":"#036C70","connectionReferences":{"shared_sharepointonline":{"connection":{"id":"/exp_sharedsharepointonline_e5efa"}}},"connectorDisplayName":"SharePoint","icon":"https://connectoricons-prod.azureedge.net/releases/v1.0.1685/1.0.1685.3700/sharepointonline/icon.png","isTrigger":false,"operationName":"Send_an_HTTP_request_to_SharePoint","operationDefinition":{"type":"OpenApiConnection","inputs":{"host":{"connectionName":"shared_sharepointonline","operationId":"HttpRequest","apiId":"/providers/Microsoft.PowerApps/apis/shared_sharepointonline"},"parameters":{"dataset":"@parameters('SPOSiteCollection_PowerUsers (exp_SPOSiteCollection_PowerUsers)')","parameters/method":"GET","parameters/uri":"_api/OutOfBoxFontPackages/GetById('@{variables('FontPackageId')}')","parameters/headers":{"Accept":"application/json;odata=verbose","Content-Type":"application/json;odata=verbose"}},"authentication":{"type":"Raw","value":"@json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$ConnectionKey']"}},"runAfter":{"Initialize_variable_-_FontPackageId":["Succeeded"]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment