Forum Discussion
diego_forero30
4 years agoFrequent Visitor
Connection to Intrado API?
Hello there! I'm trying to stablish an API connection to Intrado's platform, with no luck until the moment. I've tried Json.Document(Web.Contents"URL"... etc; also tried with Web source in po...
- 3 years ago
So, the issue I was having was produced due to the syntaxis I was using for the call, that was not written in the way as the api accepts it.
The correct way would be something like:
let
Source = Xml.Tables(Web.Contents("https://api.onlinexperiences.com/scripts/Server.nxp?LASCmd=AI:4;F:APIUTILS!50566&APIUserAuthCode=YourAuthCode&APIUserCredentials=YourCredentials&ShowKey=ShowkeyYouWantToCall"))
in
Source
Where of course you have to use your own auth code, credentials and showkey.
lbendlin
4 years agoSuper User
What have you tried so far? Are you aware of the Query section in Web.Contents ?