Created
July 3, 2013 14:58
-
-
Save mrtopf/5918926 to your computer and use it in GitHub Desktop.
committee-Beispiel
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
{ | |
"_id" : 30, | |
"last_session_id" : null, | |
"name" : "Betriebsausschuss Aachener Stadtbetrieb", | |
"next_session" : ISODate("2013-06-05T00:00:00Z"), | |
"address" : { | |
"name" : "Michaela Landskron", | |
"url" : "http://www.aachen.de", | |
"lines" : [ | |
"Aachener Stadtbetrieb", | |
"Madrider Ring 20" | |
], | |
"telefon" : "0241-432 18101", | |
"salutation" : "Geschäftsführung", | |
"email" : "[email protected]" | |
}, | |
"url" : "http://ratsinfo.aachen.de/bi/au020.asp?AULFDNR=30&options=4&altoption=Ausschuss", | |
"last_session" : ISODate("2013-03-21T00:00:00Z"), | |
"members" : [ | |
{ | |
"person_id" : 36, | |
"start_date" : ISODate("2004-10-01T00:00:00Z") | |
}, | |
{ | |
"person_id" : 544, | |
"start_date" : ISODate("2009-11-18T00:00:00Z") | |
}, | |
{ | |
"person_id" : 143, | |
"start_date" : ISODate("2004-10-01T00:00:00Z") | |
}, | |
{ | |
"person_id" : 144, | |
"start_date" : ISODate("2009-11-18T00:00:00Z") | |
}, | |
{ | |
"person_id" : 31, | |
"start_date" : ISODate("2004-10-01T00:00:00Z") | |
}, | |
{ | |
"person_id" : 364, | |
"start_date" : ISODate("2009-11-18T00:00:00Z") | |
}, | |
{ | |
"person_id" : 301, | |
"start_date" : ISODate("2009-11-18T00:00:00Z") | |
}, | |
{ | |
"person_id" : 308, | |
"start_date" : ISODate("2004-10-01T00:00:00Z") | |
}, | |
{ | |
"person_id" : 47, | |
"start_date" : ISODate("2012-06-27T00:00:00Z") | |
}, | |
{ | |
"person_id" : 200, | |
"start_date" : ISODate("2009-11-18T00:00:00Z") | |
}, | |
{ | |
"person_id" : 362, | |
"start_date" : ISODate("2004-10-01T00:00:00Z") | |
}, | |
{ | |
"person_id" : 654, | |
"start_date" : ISODate("2012-05-23T00:00:00Z") | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment