‎09-01-2023
10:31 AM
- last edited on
‎04-07-2023
11:14 AM
by
JaneLn
Source Code for PowerBI:
let
Source = Json.Document(Web.Contents("https://[Server]/HOPEXGraphQL/api/" & "ITPM",
[Headers=[#"x-api-key"="[apikey]",
#"Content-Type"="application/json"],
Content=Text.ToBinary("{""query"":""query{ application {id name applicationType} }""}")]))
in
Source