Skip to content

JSON Format Interaction Graphs

Nicolas Beck edited this page Mar 31, 2015 · 3 revisions

Schema result object

{
  "result" : INTERACTIONMAP
  "start" : String (start timestamp),
  "end" : String (end timestamp)
}

Schema INTERACTIONMAP

{
  String (authorId) :    {
      			   "retweeted" : [ String (authorIds) ],
      			   "mentioned" : [ String (authorIds) ],
      			   "replied_to" : [ String (authorIds) ]
		          } 
}
Clone this wiki locally