The GoTo Community is currently experiencing some technical issues affecting new posts and comments. You may need to reload the page you are on before you can post a comment. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
VinceG14
6 years agoNew Contributor
GoToAssist Service Desk Custom Data Connector for Power BI
Does anybody know if LogMeIn has any intention of developing a custom data connector for Power BI? I have developed my own custom data connector for Power BI that utilizes the GoToAssist Service Desk...
flaviokf
2 years agoVisitor
Hi Vince!
After a while, I got it!
I got the API link on the GoTo website and applied to Postman software.
There I included the arguments and made some tests.
When I reached the correct result, I generated the Python code.
On the code, is possible to get the complete URL and guess what, the information to fill the fields "HTTP request header parameters".
The result was: in the first box I filled in the word Authorization, and in the second, with the word Bearer plus the token generated on the GoTo website.
Does it make sense for you?