Developers
Getting a users' activity feed
To get a list of activity items that pertain to a particular user, you can execute this API endpoint:
GET: /api/activity/myfeed?email=[email of user]
Required Query parameters
- email - should be set to the email address of the user you want to retrieve the activity feed for. Neglecting this parameter in your request will result in a 406 response code.
<ArrayOfEvent xmlns="http://brainstorm.intuit.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Event>
<Action>Create</Action>
<Date>Sat, 13 Aug 2011 00:38:17 GMT</Date>
<EventTypeName>CommentEvent</EventTypeName>
<FriendlyDate>4 days ago</FriendlyDate>
<Idea>
<Id>4479</Id>
<AvgRatingRounded>0</AvgRatingRounded>
<BusinessUnitName>Consumer: Personal Finance</BusinessUnitName>
<PunchLine>API Test idea</PunchLine>
<ScoreRecent>4.31</ScoreRecent>
<StatusName>Just an idea, not working on it</StatusName>
<SubmittedOn>2011-08-12T17:38:16</SubmittedOn>
<SubmitterName>Bryant Chou</SubmitterName>
</Idea>
<Subject>Idea</Subject>
<Summary>Bryant Chou commented on idea API Test idea</Summary>
<User>
<Id>11362</Id>
<DisplayName>Bryant Chou</DisplayName>
<EmailWork>Bryant_Chou@intuit.com</EmailWork>
<Location/>
<Phone>650-944-3796</Phone>
<PhotoExists>true</PhotoExists>
<PhotoUrl_36x36>http://localhost.localhost/Files/Tenant_1/DirPhotos/Small/11362_3.jpg</PhotoUrl_36x36>
</User>
</Event>
<Event>
<Action>Create</Action>
<Date>Sat, 13 Aug 2011 00:38:16 GMT</Date>
<EventTypeName>ProfileEvent</EventTypeName>
<FriendlyDate>4 days ago</FriendlyDate>
<Idea>
<Id>4479</Id>
<AvgRatingRounded>0</AvgRatingRounded>
<BusinessUnitName>Consumer: Personal Finance</BusinessUnitName>
<PunchLine>API Test idea</PunchLine>
<ScoreRecent>4.31</ScoreRecent>
<StatusName>Just an idea, not working on it</StatusName>
<SubmittedOn>2011-08-12T17:38:16</SubmittedOn>
<SubmitterName>Bryant Chou</SubmitterName>
</Idea>
<Subject>Idea</Subject>
<Summary>Bryant Chou submitted idea API Test idea</Summary>
<User>
<Id>11362</Id>
<DisplayName>Bryant Chou</DisplayName>
<EmailWork>Bryant_Chou@intuit.com</EmailWork>
<Location/>
<Phone>650-944-3796</Phone>
<PhotoExists>true</PhotoExists>
<PhotoUrl_36x36>http://localhost.localhost/Files/Tenant_1/DirPhotos/Small/11362_3.jpg</PhotoUrl_36x36>
</User>
</Event>
<Event>
<Action>Create</Action>
<Date>Fri, 12 Aug 2011 18:20:38 GMT</Date>
<EventTypeName>LinkEvent</EventTypeName>
<FriendlyDate>4 days ago</FriendlyDate>
<Idea>
<Id>4478</Id>
<AvgRatingRounded>0</AvgRatingRounded>
<BusinessUnitName>Consumer: Personal Finance</BusinessUnitName>
<PunchLine>API Test idea</PunchLine>
<ScoreRecent>7.98</ScoreRecent>
<StatusName>Just an idea, not working on it</StatusName>
<SubmittedOn>2011-08-12T10:25:58</SubmittedOn>
<SubmitterName>Bryant Chou</SubmitterName>
</Idea>
<Subject>Idea</Subject>
<Summary>Bryant Chou added link The API Overview page to idea API Test idea</Summary>
<User>
<Id>11362</Id>
<DisplayName>Bryant Chou</DisplayName>
<EmailWork>Bryant_Chou@intuit.com</EmailWork>
<Location/>
<Phone>650-944-3796</Phone>
<PhotoExists>true</PhotoExists>
<PhotoUrl_36x36>http://localhost.localhost/Files/Tenant_1/DirPhotos/Small/11362_3.jpg</PhotoUrl_36x36>
</User>
</Event>
<Event>
<Action>Create</Action>
<Date>Fri, 12 Aug 2011 18:20:25 GMT</Date>
<EventTypeName>LinkEvent</EventTypeName>
<FriendlyDate>4 days ago</FriendlyDate>
<Idea>
<Id>4478</Id>
<AvgRatingRounded>0</AvgRatingRounded>
<BusinessUnitName>Consumer: Personal Finance</BusinessUnitName>
<PunchLine>API Test idea</PunchLine>
<ScoreRecent>7.98</ScoreRecent>
<StatusName>Just an idea, not working on it</StatusName>
<SubmittedOn>2011-08-12T10:25:58</SubmittedOn>
<SubmitterName>Bryant Chou</SubmitterName>
</Idea>
<Subject>Idea</Subject>
<Summary>Bryant Chou added link The Brainstorm Team page to idea API Test idea</Summary>
<User>
<Id>11362</Id>
<DisplayName>Bryant Chou</DisplayName>
<EmailWork>Bryant_Chou@intuit.com</EmailWork>
<Location/>
<Phone>650-944-3796</Phone>
<PhotoExists>true</PhotoExists>
<PhotoUrl_36x36>http://localhost.localhost/Files/Tenant_1/DirPhotos/Small/11362_3.jpg</PhotoUrl_36x36>
</User>
</Event>
<Event>
<Action>Create</Action>
<Date>Fri, 12 Aug 2011 18:20:06 GMT</Date>
<EventTypeName>DocumentEvent</EventTypeName>
<FriendlyDate>4 days ago</FriendlyDate>
<Idea>
<Id>4478</Id>
<AvgRatingRounded>0</AvgRatingRounded>
<BusinessUnitName>Consumer: Personal Finance</BusinessUnitName>
<PunchLine>API Test idea</PunchLine>
<ScoreRecent>7.98</ScoreRecent>
<StatusName>Just an idea, not working on it</StatusName>
<SubmittedOn>2011-08-12T10:25:58</SubmittedOn>
<SubmitterName>Bryant Chou</SubmitterName>
</Idea>
<Subject>Idea</Subject>
<Summary>Bryant Chou added document Brainstorm SAML Integration.pdf to idea API Test idea</Summary>
<User>
<Id>11362</Id>
<DisplayName>Bryant Chou</DisplayName>
<EmailWork>Bryant_Chou@intuit.com</EmailWork>
<Location/>
<Phone>650-944-3796</Phone>
<PhotoExists>true</PhotoExists>
<PhotoUrl_36x36>http://localhost.localhost/Files/Tenant_1/DirPhotos/Small/11362_3.jpg</PhotoUrl_36x36>
</User>
</Event>
<Event>
<Action>Create</Action>
<Date>Fri, 12 Aug 2011 18:18:57 GMT</Date>
<EventTypeName>TodoListEvent</EventTypeName>
<FriendlyDate>4 days ago</FriendlyDate>
<Idea>
<Id>4478</Id>
<AvgRatingRounded>0</AvgRatingRounded>
<BusinessUnitName>Consumer: Personal Finance</BusinessUnitName>
<PunchLine>API Test idea</PunchLine>
<ScoreRecent>7.98</ScoreRecent>
<StatusName>Just an idea, not working on it</StatusName>
<SubmittedOn>2011-08-12T10:25:58</SubmittedOn>
<SubmitterName>Bryant Chou</SubmitterName>
</Idea>
<Subject>Idea</Subject>
<Summary>Bryant Chou added new to-do list 'Lets figure out what todo' to idea API Test idea</Summary>
<User>
<Id>11362</Id>
<DisplayName>Bryant Chou</DisplayName>
<EmailWork>Bryant_Chou@intuit.com</EmailWork>
<Location/>
<Phone>650-944-3796</Phone>
<PhotoExists>true</PhotoExists>
<PhotoUrl_36x36>http://localhost.localhost/Files/Tenant_1/DirPhotos/Small/11362_3.jpg</PhotoUrl_36x36>
</User>
</Event>
<Event>
<Action>Create</Action>
<Date>Fri, 12 Aug 2011 18:18:39 GMT</Date>
<EventTypeName>NoteEvent</EventTypeName>
<FriendlyDate>4 days ago</FriendlyDate>
<Idea>
<Id>4478</Id>
<AvgRatingRounded>0</AvgRatingRounded>
<BusinessUnitName>Consumer: Personal Finance</BusinessUnitName>
<PunchLine>API Test idea</PunchLine>
<ScoreRecent>7.98</ScoreRecent>
<StatusName>Just an idea, not working on it</StatusName>
<SubmittedOn>2011-08-12T10:25:58</SubmittedOn>
<SubmitterName>Bryant Chou</SubmitterName>
</Idea>
<Subject>Idea</Subject>
<Summary>Bryant Chou added new note 'Notes' to idea API Test idea</Summary>
<User>
<Id>11362</Id>
<DisplayName>Bryant Chou</DisplayName>
<EmailWork>Bryant_Chou@intuit.com</EmailWork>
<Location/>
<Phone>650-944-3796</Phone>
<PhotoExists>true</PhotoExists>
<PhotoUrl_36x36>http://localhost.localhost/Files/Tenant_1/DirPhotos/Small/11362_3.jpg</PhotoUrl_36x36>
</User>
</Event>
<Event>
<Action>Create</Action>
<Date>Fri, 12 Aug 2011 17:26:05 GMT</Date>
<EventTypeName>CommentEvent</EventTypeName>
<FriendlyDate>4 days ago</FriendlyDate>
<Idea>
<Id>4478</Id>
<AvgRatingRounded>0</AvgRatingRounded>
<BusinessUnitName>Consumer: Personal Finance</BusinessUnitName>
<PunchLine>API Test idea</PunchLine>
<ScoreRecent>7.98</ScoreRecent>
<StatusName>Just an idea, not working on it</StatusName>
<SubmittedOn>2011-08-12T10:25:58</SubmittedOn>
<SubmitterName>Bryant Chou</SubmitterName>
</Idea>
<Subject>Idea</Subject>
<Summary>Bryant Chou commented on idea API Test idea</Summary>
<User>
<Id>11362</Id>
<DisplayName>Bryant Chou</DisplayName>
<EmailWork>Bryant_Chou@intuit.com</EmailWork>
<Location/>
<Phone>650-944-3796</Phone>
<PhotoExists>true</PhotoExists>
<PhotoUrl_36x36>http://localhost.localhost/Files/Tenant_1/DirPhotos/Small/11362_3.jpg</PhotoUrl_36x36>
</User>
</Event>
<Event>
<Action>Create</Action>
<Date>Fri, 12 Aug 2011 17:25:58 GMT</Date>
<EventTypeName>ProfileEvent</EventTypeName>
<FriendlyDate>4 days ago</FriendlyDate>
<Idea>
<Id>4478</Id>
<AvgRatingRounded>0</AvgRatingRounded>
<BusinessUnitName>Consumer: Personal Finance</BusinessUnitName>
<PunchLine>API Test idea</PunchLine>
<ScoreRecent>7.98</ScoreRecent>
<StatusName>Just an idea, not working on it</StatusName>
<SubmittedOn>2011-08-12T10:25:58</SubmittedOn>
<SubmitterName>Bryant Chou</SubmitterName>
</Idea>
<Subject>Idea</Subject>
<Summary>Bryant Chou submitted idea API Test idea</Summary>
<User>
<Id>11362</Id>
<DisplayName>Bryant Chou</DisplayName>
<EmailWork>Bryant_Chou@intuit.com</EmailWork>
<Location/>
<Phone>650-944-3796</Phone>
<PhotoExists>true</PhotoExists>
<PhotoUrl_36x36>http://localhost.localhost/Files/Tenant_1/DirPhotos/Small/11362_3.jpg</PhotoUrl_36x36>
</User>
</Event>
<Event>
<Action>Create</Action>
<Date>Fri, 12 Aug 2011 17:25:57 GMT</Date>
<EventTypeName>CommentEvent</EventTypeName>
<FriendlyDate>4 days ago</FriendlyDate>
<Idea>
<Id>4477</Id>
<AvgRatingRounded>0</AvgRatingRounded>
<BusinessUnitName>Consumer: Personal Finance</BusinessUnitName>
<PunchLine>API Test idea</PunchLine>
<ScoreRecent>4.31</ScoreRecent>
<StatusName>Just an idea, not working on it</StatusName>
<SubmittedOn>2011-08-12T10:25:56</SubmittedOn>
<SubmitterName>Bryant Chou</SubmitterName>
</Idea>
<Subject>Idea</Subject>
<Summary>Bryant Chou commented on idea API Test idea</Summary>
<User>
<Id>11362</Id>
<DisplayName>Bryant Chou</DisplayName>
<EmailWork>Bryant_Chou@intuit.com</EmailWork>
<Location/>
<Phone>650-944-3796</Phone>
<PhotoExists>true</PhotoExists>
<PhotoUrl_36x36>http://localhost.localhost/Files/Tenant_1/DirPhotos/Small/11362_3.jpg</PhotoUrl_36x36>
</User>
</Event>
</ArrayOfEvent>
[
{
"Action":"Create",
"Date":"Sat, 13 Aug 2011 00:38:17 GMT",
"EventTypeName":"CommentEvent",
"FriendlyDate":"4 days ago",
"Idea":{
"Id":4479,
"AvgRatingRounded":0,
"BusinessUnitName":"Consumer: Personal Finance",
"PunchLine":"API Test idea",
"ScoreRecent":4.31,
"StatusName":"Just an idea, not working on it",
"SubmittedOn":"\/Date(1313195896000-0700)\/",
"SubmitterName":"Bryant Chou"
},
"Subject":"Idea",
"Summary":"Bryant Chou commented on idea API Test idea",
"User":{
"Id":11362,
"DisplayName":"Bryant Chou",
"EmailWork":"Bryant_Chou@intuit.com",
"Location":"",
"Phone":"650-944-3796",
"PhotoExists":true,
"PhotoUrl_36x36":"http:\/\/localhost.localhost\/Files\/Tenant_1\/DirPhotos\/Small\/11362_3.jpg"
}
},
{
"Action":"Create",
"Date":"Sat, 13 Aug 2011 00:38:16 GMT",
"EventTypeName":"ProfileEvent",
"FriendlyDate":"4 days ago",
"Idea":{
"Id":4479,
"AvgRatingRounded":0,
"BusinessUnitName":"Consumer: Personal Finance",
"PunchLine":"API Test idea",
"ScoreRecent":4.31,
"StatusName":"Just an idea, not working on it",
"SubmittedOn":"\/Date(1313195896000-0700)\/",
"SubmitterName":"Bryant Chou"
},
"Subject":"Idea",
"Summary":"Bryant Chou submitted idea API Test idea",
"User":{
"Id":11362,
"DisplayName":"Bryant Chou",
"EmailWork":"Bryant_Chou@intuit.com",
"Location":"",
"Phone":"650-944-3796",
"PhotoExists":true,
"PhotoUrl_36x36":"http:\/\/localhost.localhost\/Files\/Tenant_1\/DirPhotos\/Small\/11362_3.jpg"
}
},
{
"Action":"Create",
"Date":"Fri, 12 Aug 2011 18:20:38 GMT",
"EventTypeName":"LinkEvent",
"FriendlyDate":"4 days ago",
"Idea":{
"Id":4478,
"AvgRatingRounded":0,
"BusinessUnitName":"Consumer: Personal Finance",
"PunchLine":"API Test idea",
"ScoreRecent":7.98,
"StatusName":"Just an idea, not working on it",
"SubmittedOn":"\/Date(1313169958000-0700)\/",
"SubmitterName":"Bryant Chou"
},
"Subject":"Idea",
"Summary":"Bryant Chou added link The API Overview page to idea API Test idea",
"User":{
"Id":11362,
"DisplayName":"Bryant Chou",
"EmailWork":"Bryant_Chou@intuit.com",
"Location":"",
"Phone":"650-944-3796",
"PhotoExists":true,
"PhotoUrl_36x36":"http:\/\/localhost.localhost\/Files\/Tenant_1\/DirPhotos\/Small\/11362_3.jpg"
}
},
{
"Action":"Create",
"Date":"Fri, 12 Aug 2011 18:20:25 GMT",
"EventTypeName":"LinkEvent",
"FriendlyDate":"4 days ago",
"Idea":{
"Id":4478,
"AvgRatingRounded":0,
"BusinessUnitName":"Consumer: Personal Finance",
"PunchLine":"API Test idea",
"ScoreRecent":7.98,
"StatusName":"Just an idea, not working on it",
"SubmittedOn":"\/Date(1313169958000-0700)\/",
"SubmitterName":"Bryant Chou"
},
"Subject":"Idea",
"Summary":"Bryant Chou added link The Brainstorm Team page to idea API Test idea",
"User":{
"Id":11362,
"DisplayName":"Bryant Chou",
"EmailWork":"Bryant_Chou@intuit.com",
"Location":"",
"Phone":"650-944-3796",
"PhotoExists":true,
"PhotoUrl_36x36":"http:\/\/localhost.localhost\/Files\/Tenant_1\/DirPhotos\/Small\/11362_3.jpg"
}
},
{
"Action":"Create",
"Date":"Fri, 12 Aug 2011 18:20:06 GMT",
"EventTypeName":"DocumentEvent",
"FriendlyDate":"4 days ago",
"Idea":{
"Id":4478,
"AvgRatingRounded":0,
"BusinessUnitName":"Consumer: Personal Finance",
"PunchLine":"API Test idea",
"ScoreRecent":7.98,
"StatusName":"Just an idea, not working on it",
"SubmittedOn":"\/Date(1313169958000-0700)\/",
"SubmitterName":"Bryant Chou"
},
"Subject":"Idea",
"Summary":"Bryant Chou added document Brainstorm SAML Integration.pdf to idea API Test idea",
"User":{
"Id":11362,
"DisplayName":"Bryant Chou",
"EmailWork":"Bryant_Chou@intuit.com",
"Location":"",
"Phone":"650-944-3796",
"PhotoExists":true,
"PhotoUrl_36x36":"http:\/\/localhost.localhost\/Files\/Tenant_1\/DirPhotos\/Small\/11362_3.jpg"
}
},
{
"Action":"Create",
"Date":"Fri, 12 Aug 2011 18:18:57 GMT",
"EventTypeName":"TodoListEvent",
"FriendlyDate":"4 days ago",
"Idea":{
"Id":4478,
"AvgRatingRounded":0,
"BusinessUnitName":"Consumer: Personal Finance",
"PunchLine":"API Test idea",
"ScoreRecent":7.98,
"StatusName":"Just an idea, not working on it",
"SubmittedOn":"\/Date(1313169958000-0700)\/",
"SubmitterName":"Bryant Chou"
},
"Subject":"Idea",
"Summary":"Bryant Chou added new to-do list 'Lets figure out what todo' to idea API Test idea",
"User":{
"Id":11362,
"DisplayName":"Bryant Chou",
"EmailWork":"Bryant_Chou@intuit.com",
"Location":"",
"Phone":"650-944-3796",
"PhotoExists":true,
"PhotoUrl_36x36":"http:\/\/localhost.localhost\/Files\/Tenant_1\/DirPhotos\/Small\/11362_3.jpg"
}
},
{
"Action":"Create",
"Date":"Fri, 12 Aug 2011 18:18:39 GMT",
"EventTypeName":"NoteEvent",
"FriendlyDate":"4 days ago",
"Idea":{
"Id":4478,
"AvgRatingRounded":0,
"BusinessUnitName":"Consumer: Personal Finance",
"PunchLine":"API Test idea",
"ScoreRecent":7.98,
"StatusName":"Just an idea, not working on it",
"SubmittedOn":"\/Date(1313169958000-0700)\/",
"SubmitterName":"Bryant Chou"
},
"Subject":"Idea",
"Summary":"Bryant Chou added new note 'Notes' to idea API Test idea",
"User":{
"Id":11362,
"DisplayName":"Bryant Chou",
"EmailWork":"Bryant_Chou@intuit.com",
"Location":"",
"Phone":"650-944-3796",
"PhotoExists":true,
"PhotoUrl_36x36":"http:\/\/localhost.localhost\/Files\/Tenant_1\/DirPhotos\/Small\/11362_3.jpg"
}
},
{
"Action":"Create",
"Date":"Fri, 12 Aug 2011 17:26:05 GMT",
"EventTypeName":"CommentEvent",
"FriendlyDate":"4 days ago",
"Idea":{
"Id":4478,
"AvgRatingRounded":0,
"BusinessUnitName":"Consumer: Personal Finance",
"PunchLine":"API Test idea",
"ScoreRecent":7.98,
"StatusName":"Just an idea, not working on it",
"SubmittedOn":"\/Date(1313169958000-0700)\/",
"SubmitterName":"Bryant Chou"
},
"Subject":"Idea",
"Summary":"Bryant Chou commented on idea API Test idea",
"User":{
"Id":11362,
"DisplayName":"Bryant Chou",
"EmailWork":"Bryant_Chou@intuit.com",
"Location":"",
"Phone":"650-944-3796",
"PhotoExists":true,
"PhotoUrl_36x36":"http:\/\/localhost.localhost\/Files\/Tenant_1\/DirPhotos\/Small\/11362_3.jpg"
}
},
{
"Action":"Create",
"Date":"Fri, 12 Aug 2011 17:25:58 GMT",
"EventTypeName":"ProfileEvent",
"FriendlyDate":"4 days ago",
"Idea":{
"Id":4478,
"AvgRatingRounded":0,
"BusinessUnitName":"Consumer: Personal Finance",
"PunchLine":"API Test idea",
"ScoreRecent":7.98,
"StatusName":"Just an idea, not working on it",
"SubmittedOn":"\/Date(1313169958000-0700)\/",
"SubmitterName":"Bryant Chou"
},
"Subject":"Idea",
"Summary":"Bryant Chou submitted idea API Test idea",
"User":{
"Id":11362,
"DisplayName":"Bryant Chou",
"EmailWork":"Bryant_Chou@intuit.com",
"Location":"",
"Phone":"650-944-3796",
"PhotoExists":true,
"PhotoUrl_36x36":"http:\/\/localhost.localhost\/Files\/Tenant_1\/DirPhotos\/Small\/11362_3.jpg"
}
},
{
"Action":"Create",
"Date":"Fri, 12 Aug 2011 17:25:57 GMT",
"EventTypeName":"CommentEvent",
"FriendlyDate":"4 days ago",
"Idea":{
"Id":4477,
"AvgRatingRounded":0,
"BusinessUnitName":"Consumer: Personal Finance",
"PunchLine":"API Test idea",
"ScoreRecent":4.31,
"StatusName":"Just an idea, not working on it",
"SubmittedOn":"\/Date(1313169956000-0700)\/",
"SubmitterName":"Bryant Chou"
},
"Subject":"Idea",
"Summary":"Bryant Chou commented on idea API Test idea",
"User":{
"Id":11362,
"DisplayName":"Bryant Chou",
"EmailWork":"Bryant_Chou@intuit.com",
"Location":"",
"Phone":"650-944-3796",
"PhotoExists":true,
"PhotoUrl_36x36":"http:\/\/localhost.localhost\/Files\/Tenant_1\/DirPhotos\/Small\/11362_3.jpg"
}
}
]