Welcome
Login
Sign up
Home
Solutions
Forums
How can we help you today?
Enter your search term here...
Search
Login
or
Signup
to submit a new ticket
Check ticket status
Start a new topic
Discussions
Kinvey Forums
External Data
How do I pass parameters to a ql.io script?
B
Brian
started a topic
over 7 years ago
I have a ql.io script that has a couple of parameters. How do I pass these parameters from my client to ql.io?
1 Comment
B
Brian
said
over 7 years ago
You can pass parameters to a ql.io script by adding them to the query string of your request, like
/appdata/:appkey/:collectionName/?query={"ql.io-param-name": "ql.io-param-value"}
You can find more details at in the devcenter at http://devcenter.kinvey.com/guides/external-data-sources#qlio-scripts
There's also a couple of iOS sample applications that show this in action:
[Instagram Viewer](http://devcenter.kinvey.com/ios/samples/oauth2di)
[LinkedIn Connections List](http://devcenter.kinvey.com/ios/samples/oauth1linkedin)
Login
or
Signup
to post a comment
More topics in
External Data
How do I export user data?
Custom Data link with querystrings
Foursquare Addon
Customer Authentication from 3rd party system.
importing from excel
SAP integration
Exported JSON file is "locked"
Import JSON data
RAPID as an add-on?
See all 17 topics
Brian