OpenSolar Activity

Activity data is created automatically when users interact with the system.

Recent Activity

HTTP GET http://api.opensolar.org/V1/activity

Example JSON response

{
    "events": 
    [
	{
	    "event": 
	    {
		"title": "Joseph added a new solar installation.", 
		"body": "Joseph added a new solar installation in Novato, Califoria.", 
		"link": "http://opensolar.org/installation/2343", 
		"user":"http:\/\/api.opensolar.org\/V1\/user\/jmagnani",	
		"pubDate": "2008-02-22 22:32:12" 
	    }
	}, 
	{
	    "event": 
	    {
		"title": "Lucas rated Solar City 5/5 on his new solar panel installation.", 
		"body": "loving the panels", 
		"link": "http://opensolar.org/installation/2343", 
		"provider":"http:\/\/api.opensolar.org\/V1\/provider\/1234",	
		"user":"http:\/\/api.opensolar.org\/V1\/user\/woollymammoth",	
		"pubDate": "2008-02-26 12:00:00" 
	    }
	}
    ]
}

User Activity

HTTP GET http://api.opensolar.org/V1/user/william/activity

Example response

{
    "events": 
    [
	{
	    "event": 
	    {
		"title": "William uploaded some new pics.", 
		"body": "William uploaded pictures of a solar installation in Rockridge, Califoria.", 
		"link": "http:\/\/opensolar.org/installation/2343", 
		"user": "http:\/\/www.opensolar.org/installation/woollymammoth",
		"pubDate": "Mon, 23 Jun 2008 23:03:51 +0000"		
	    }
	}, 
	{
	    "event": 
	    {
		"title":"William commented on Lucas' solar panels.", 
		"body": "nice one!", 
		"link": "http:\/\/www.opensolar.org/installation/2415", 
		"user": "http:\/\/www.opensolar.org/installation/woollymammoth",
		"pubDate": "Mon, 23 Jun 2008 23:03:45 +0000" 		
	    }
	}
    ]
}