Forum Discussion
DPCCGF
2 years agoHelper IV
API URL and Parameters
Is it possible to set the ?_limit=1500 amount via a Parameter? Want to have a parameter that I can type in 1500 and have it apply to all my API connections. Thanks! Json.Document(Web.Contents("...
DPCCGF
2 years agoHelper IV
Having an issue, what do I have wrong? Parameter is a Text Parameter with 50000
Json.Document(Web.Contents("https://acme.lcvista.com/api/v1/" & "periods.json" & "?_limit="&Limit", [Headers=[#"Content-Type"="application/json", Authorization="Token XXXXXXXXXXXXXXXXXXXXXXX"]]))