Forum Discussion
webportal
3 years agoImpactful Individual
Dataflow to get data from REST API
Hello, I'm trying to get the data from an API with: Json.Document(Web.Contents("https://dominio.com/api/index.php/v1/GetData", [Headers=[Authorization="Bearer xxxx", Accept="*/*"]])) The data...
Mahesh0016
3 years agoSuper User
webportal Please Can you elaborate on which data source are using for data load in Power bi. Thank You!!
- Anonymous2 years agoNot applicable
Thanks, I tried this and it worked:
= Json.Document(Web.Contents("https://www.dominio.com/api/GetData", [Headers=[Authorization="Bearer xxx", Accept="*/*", Content="application/json"]]))
But now I have another situation.
Of the 3 tables I have in Joomla, which I'm fetching via API, one of them worked (according to the image above) and another 2 with different errors:
1) One of them says that the format is invalid
2) And the other one says it gives me error 404:
Any tips on how to resolve this?