Generating feed URLs for other services to pull data from Zoho Creator Views is possible. Find the detailed steps below.
- Log in to https://creator.zoho.com/home
- Click on your application name from the list of apps and access your View
- Click on the Settings icon
and choose Links
->
Permalink
- Just above the text area, locate the third option “To access the view without login, Click Here
”
- Click on it (If you don’t see it, it means that the View is already public)
- Now, copy the URL you see in the text box
Sample URL is,
https://creator.zoho.com/sampleapps/estimate/view-perma/Items_View/w2aFGua1JMQjn1bhtvgXFwwd3HE7mshFwY4JZ254rhu8jkDgsYxkFWJtSbwHrjWeHB0AHCpZApQP9SWmAhCR6RWCEjrkWOGmJjra - Replace view-perma with xls/csv/tsv/rss/pdf/html/json and replace creator with creatorexport. The sample URLs are given below.
CSV:
https://creatorexport.zoho.com/sampleapps/estimate/csv/Items_View/w2aFGua1JMQjn1bhtvgXFwwd3HE7mshFwY4JZ254rhu8jkDgsYxkFWJtSbwHrjWeHB0AHCpZApQP9SWmAhCR6RWCEjrkWOGmJjra
XLS:
https://creatorexport.zoho.com/sampleapps/estimate/xls/Items_View/w2aFGua1JMQjn1bhtvgXFwwd3HE7mshFwY4JZ254rhu8jkDgsYxkFWJtSbwHrjWeHB0AHCpZApQP9SWmAhCR6RWCEjrkWOGmJjra
TSV:
https://creatorexport.zoho.com/sampleapps/estimate/tsv/Items_View/w2aFGua1JMQjn1bhtvgXFwwd3HE7mshFwY4JZ254rhu8jkDgsYxkFWJtSbwHrjWeHB0AHCpZApQP9SWmAhCR6RWCEjrkWOGmJjra
PDF:
https://creatorexport.zoho.com/sampleapps/estimate/pdf/Items_View/w2aFGua1JMQjn1bhtvgXFwwd3HE7mshFwY4JZ254rhu8jkDgsYxkFWJtSbwHrjWeHB0AHCpZApQP9SWmAhCR6RWCEjrkWOGmJjra
HTML:
https://creatorexport.zoho.com/sampleapps/estimate/html/Items_View/w2aFGua1JMQjn1bhtvgXFwwd3HE7mshFwY4JZ254rhu8jkDgsYxkFWJtSbwHrjWeHB0AHCpZApQP9SWmAhCR6RWCEjrkWOGmJjra
JSON:
https://creatorexport.zoho.com/sampleapps/estimate/json/Items_View/w2aFGua1JMQjn1bhtvgXFwwd3HE7mshFwY4JZ254rhu8jkDgsYxkFWJtSbwHrjWeHB0AHCpZApQP9SWmAhCR6RWCEjrkWOGmJjra
XML/RSS:
xml/rss export always downloads only the latest 25 records. If you want to download a maximum of 2000 records at a time (more than 2000 records is not supported) add ”
complete=true
” as an extra parameter. URL samples given below.
XML/RSS
: Regular download (25 rows)
https://creatorexport.zoho.com/sampleapps/estimate/rss/Items_View/w2aFGua1JMQjn1bhtvgXFwwd3HE7mshFwY4JZ254rhu8jkDgsYxkFWJtSbwHrjWeHB0AHCpZApQP9SWmAhCR6RWCEjrkWOGmJjra
XML/RSS
: Maximum d
ownload (2000 rows)
https://creatorexport.zoho.com/sampleapps/estimate/rss/Items_View/w2aFGua1JMQjn1bhtvgXFwwd3HE7mshFwY4JZ254rhu8jkDgsYxkFWJtSbwHrjWeHB0AHCpZApQP9SWmAhCR6RWCEjrkWOGmJjra/complete=true
Above constructed feed
URLs can be used to download data dynamically. Please contact us through our support page
, in case of any questions.
URLs can be used to download data dynamically. Please contact us through our support page
, in case of any questions.