I am developing a web application that dynamically creates tables of data on CartoDB. Once I've uploaded some data, I'd like to show a cluster of points from that data. The uploaded data has a the_geom field of datatype geometry with well-identified data (eg, ST_SetSRID(ST_Point(37.878086,-122.51026),4326))
So, given that I get a table name back from a successful create/write (eg, t62b61b0091e633029be9332b5f20bf74_6d6d454828c05e8ceea03c99cc5f5), I'd like to grab the viz.json identifier (eg, 2b13c956-e7c1-11e2-806b-5404a6a683d5, or even the full https://myCartoAccount.cartodb.com/api/v2/viz/2b13c956-e7c1-11e2-806b-5404a6a683d5/viz.json) somehow, programmatically.
I can't seem to find the way to do this, nor references to it on the documentation.
Help?
أكثر...
So, given that I get a table name back from a successful create/write (eg, t62b61b0091e633029be9332b5f20bf74_6d6d454828c05e8ceea03c99cc5f5), I'd like to grab the viz.json identifier (eg, 2b13c956-e7c1-11e2-806b-5404a6a683d5, or even the full https://myCartoAccount.cartodb.com/api/v2/viz/2b13c956-e7c1-11e2-806b-5404a6a683d5/viz.json) somehow, programmatically.
I can't seem to find the way to do this, nor references to it on the documentation.
Help?
أكثر...