TRT - Metode: MatchInsidents
Introduksjon
Metoden gir alle hendelser i en kamp som er logget med Liveløsningen. Meldingene er tilgjengelig etter at kampen er sluttført og rapportert tilbake til turneringsadmin.
Forretningsregler:
Paramater(e)
MatchID
eller
MatchNo
Eksempel på response
{
"matchId": 7619193,
"matchNo": "95031602001",
"matchPeriodResults": [
{
"partialResultTypeId": 20,
"partialResultType": "Pause",
"homeGoals": 10,
"awayGoals": 14
},
{
"partialResultTypeId": 21,
"partialResultType": "Fulltid",
"homeGoals": 23,
"awayGoals": 24
}
],
"totalIncidents": 186,
"matchIncidents": [
{
"matchId": 7619193,
"matchNo": "95031602001",
"activityId": 0,
"endTime": null,
"firstName": "Even Temte",
"incidentShort": null,
"incidentSubTypeId": null,
"incidentSubType": null,
"incidentTypeId": 0,
"incidentType": null,
"isSummary": true,
"lastName": "Holmås",
"matchIncidentId": 43302657,
"matchIndividualId": null,
"orgId": null,
"parentId": null,
"partialResultTypeId": null,
"period": null,
"personId": 9338642,
"pointInTime": null,
"reason": null,
"relatedReportsCount": 0,
"resultId": 0,
"team": null,
"time": null,
"value": 4
},
{
"matchId": 7619193,
"matchNo": "95031602001",
"activityId": 0,
"endTime": null,
"firstName": "Jonas",
"incidentShort": null,
"incidentSubTypeId": null,
"incidentSubType": null,
"incidentTypeId": 0,
"incidentType": null,
"isSummary": true,
"lastName": "Haugen",
"matchIncidentId": 43302658,
"matchIndividualId": null,
"orgId": null,
"parentId": null,
"partialResultTypeId": null,
"period": null,
"personId": 7247030,
"pointInTime": null,
"reason": null,
"relatedReportsCount": 0,
"resultId": 0,
"team": null,
"time": null,
"value": 7
},
{
"matchId": 7619193,
"matchNo": "95031602001",
"activityId": 0,
"endTime": null,
"firstName": "Fabian Martinsen",
"incidentShort": null,
"incidentSubTypeId": null,
"incidentSubType": null,
"incidentTypeId": 0,
"incidentType": null,
"isSummary": true,
"lastName": "Eikaas",
"matchIncidentId": 43302659,
"matchIndividualId": null,
"orgId": null,
"parentId": null,
"partialResultTypeId": null,
"period": null,
"personId": 6007282,
"pointInTime": null,
"reason": null,
"relatedReportsCount": 0,
"resultId": 0,
"team": null,
"time": null,
"value": 5
},
....
....
....
]
}