Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I am all new to power bi and I want to connect to a online CRM application. I have created an api key and an api secret but I do not have any idea how I can get data from the api. Information about the api is can be found here https://developer.simplicate.com/explore.
I have searched the forum and I am able to connect to the api with the code below.
let
apiUrl = "https://demo.simplicate.nl/",
options = [Headers =[#"Authentication-Key"="xxxx", #"Authentication-Secret"="xxxx"]],
result = Web.Contents(apiUrl , options),
#"HTML-bestand geïmporteerd" = Web.Page(result)
in
#"HTML-bestand geïmporteerd"
But when I change the apiURL to https://demo.simplicate.nl/api/v2crm/organisations I get the message my credentials are not valid.
Can anybody gif me any direction on how to add a new query that wil fetch all the organsations. If I have one example I am sure I am able to get started from there.
Kind Regards,
Solved! Go to Solution.
It seems that the URL is not correct.
/crm/organization
It seems that the URL is not correct.
/crm/organization
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 44 | |
| 42 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 71 | |
| 66 | |
| 33 | |
| 32 | |
| 32 |