Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created May 10, 2024 12:53
Show Gist options
  • Save expiscornovus/a52305cd42cc03e374ffbb3cb8b4aedc to your computer and use it in GitHub Desktop.
Save expiscornovus/a52305cd42cc03e374ffbb3cb8b4aedc to your computer and use it in GitHub Desktop.
Get Custom Font Package by Id
{"id":"423c1480-e697-4fde-b417-423ed0d9e252","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/FontPackages/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