Skip to content

Match Report Data Type (application json)

detsam edited this page Nov 30, 2012 · 6 revisions

Match Report Data Type (application json)

Type Reference

{
  'reportId' : [UUID, same as matchId],
  'result'   : {MatchResult Object}
}

Used by another

  • [Player Report Data](./Player-Report-Data-Type-(application-json))

See also

  • [Match Result Object](./Match-Result-Data-Type-(application-json))

Example

{
  'reportId' : 'abcdef-121123-afggddee-203456-aaff156f',
  'result'   : {
      'winner' : 'R2D2',
      'ricoshets' : 24,
      'maxBallSpeed' : 54
  }
}