Difference between revisions of "DataZoa API Examples"
From dataZoa Wiki
(Created page with " The dataZoa API can be very handy for simple ''ad hoc'' tasks. <div class="imgGlyph24 imgIdea"></div> You can use the API without programming, just using your everyday br...") |
|||
Line 5: | Line 5: | ||
<div class="imgGlyph24 imgIdea"></div> You can use the API without programming, just using your everyday browser. For example, to get all of the series keys for a grouplist, enter: | <div class="imgGlyph24 imgIdea"></div> You can use the API without programming, just using your everyday browser. For example, to get all of the series keys for a grouplist, enter: | ||
− | + | <div> | |
https://www.datazoa.com/api/apimain.asp?func=SeriesFromGL&glname='''YourGroupName'''&apikey='''YourAPIKey''' | https://www.datazoa.com/api/apimain.asp?func=SeriesFromGL&glname='''YourGroupName'''&apikey='''YourAPIKey''' | ||
− | + | </div> | |
in your browser's address bar. The results will require some reformatting, but it's fast and effective. | in your browser's address bar. The results will require some reformatting, but it's fast and effective. | ||
+ | |||
+ | |||
Here are a few examples... | Here are a few examples... | ||
+ | |||
+ | <table class="Gbb1"> | ||
+ | <tr><th>Example</th><th>Description</th></tr> | ||
+ | <tr><td>func=SeriesFromGL&glname='''YourGroupName'''&apikey='''YourAPIKey'''</td><td>Get the series keys from a grouplist</td></tr> | ||
+ | </table> | ||
[[Category:API]][[Category:Advanced]][[Category:Developers]][[Category:Time_Savers]] | [[Category:API]][[Category:Advanced]][[Category:Developers]][[Category:Time_Savers]] |
Revision as of 11:04, 1 February 2019
The dataZoa API can be very handy for simple ad hoc tasks.
https://www.datazoa.com/api/apimain.asp?func=SeriesFromGL&glname=YourGroupName&apikey=YourAPIKey
in your browser's address bar. The results will require some reformatting, but it's fast and effective.
Here are a few examples...
Example | Description |
---|---|
func=SeriesFromGL&glname=YourGroupName&apikey=YourAPIKey | Get the series keys from a grouplist |