Last active
August 29, 2015 14:11
-
-
Save hotmeteor/13da5a7f51b5b901b778 to your computer and use it in GitHub Desktop.
Example timeline data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"count": 12, | |
"settings": { | |
"email": true, | |
"sms": false | |
}, | |
"data" : [{ | |
"d" : { | |
"_id" : "5463b6b33c58b14f27eeacd4", | |
"sysid" : "140060969", | |
"sys" : "sandicor", | |
"class" : "Residential", | |
"ListingAgent" : { | |
"sys" : "sandicor", | |
"sysid" : "119742", | |
"fid" : "8953", | |
"proids" : { | |
"BRE" : "01154111" | |
}, | |
"name" : "Laura Barry", | |
"ph_m" : "858 7562266 ", | |
"email" : "[email protected]" | |
}, | |
"CoListingAgent" : null, | |
"permalink" : null, | |
"listprice" : 3895000, | |
"PropertyType" : "Single Family Residence", | |
"address" : { | |
"number" : "642", | |
"name" : "Flores de Oro", | |
"city" : "Rancho Santa Fe", | |
"state_abbr" : "CA", | |
"zip" : "92067", | |
"_search" : ["642", "flores", "de", "oro"] | |
}, | |
"StreetNumber" : "642", | |
"StreetName" : "Flores de Oro", | |
"Subdivision" : "RANCHO SANTA FE", | |
"PostalCode" : "92067", | |
"City" : "Rancho Santa Fe", | |
"StateOrProvince" : "CA", | |
"Zip" : null, | |
"MLSStatus" : "Active", | |
"LivingArea" : 6638, | |
"BedsTotal" : 5, | |
"BathsTotal" : 5, | |
"CarsTotal" : 10, | |
"geometry" : { | |
"type" : "Point", | |
"coordinates" : [-117.225548, 33.047188] | |
}, | |
"images" : null | |
}, | |
"u" : { | |
"fname" : "Adam", | |
"lname" : "Campbell", | |
"role" : "SuperAdmin", | |
"img" : "//mediastaging.solidearth.com/springmedia/users/5255b5c6b325480f241af36b.jpeg?r=296197063" | |
}, | |
"agentId" : ["119742"], | |
"img" : "//mediastaging.solidearth.com/springmedia/listings/sandicor/140060969_00000.jpg?i=140060969&n=0", | |
"msg" : "546cf954ee148727d0c83ecf", | |
"sys" : "sandicor", | |
"sysid" : "140060969", | |
"timeline" : "addedToCollection", | |
"ts" : "2014-11-19T20:11:05.172Z" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment