Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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)

Code Block
MatchID
eller
MatchNo

...

Code Block
languagejson
{
    "matchId": 63804717619193,
    "matchNo": "90020000067"": "95031602001",
    "matchPeriodResults": [
        {
            "partialResultTypeId": 20,
            "partialResultType": "Pause",
            "homeGoals": 10,
            "awayGoals": 14
        },
        {
            "partialResultTypeId": 21,
            "partialResultType": "Fulltid",
            "homeGoals": 23,
            "awayGoals": 24
        }
    ],
    "totalIncidents": 19186,
    "matchIncidents": [
        {
            "matchId": 63804717619193,
            "matchNo": "9002000006795031602001",
            "activityId": 0,
            "endTime": null,
            "firstName": "FornavnEven Temte",
            "incidentShort": null,
            "incidentSubTypeId": null,
            "incidentSubType": null,
            "incidentTypeId": 0,
            "incidentType": null,
            "isSummary": true,
            "lastName": "EtternavnHolmås",
            "matchIncidentId": 1407708143302657,
            "matchIndividualId": null,
            "orgId": null,
            "parentId": null,
            "partialResultTypeId": null,
            "period": null,
            "personId": 91469769338642,
            "pointInTime": null,
            "reason": null,
            "relatedReportsCount": 0,
            "resultId": 0,
            "team": null,
            "time": null,
            "value": 64
        },
        {
            "matchId": 63804717619193,
            "matchNo": "9002000006795031602001",
            "activityId": 0,
            "endTime": null,
            "firstName": "FornavnJonas",
            "incidentShort": null,
            "incidentSubTypeId": 200211null,
            "incidentSubType": null,
            "incidentTypeId": 0,
            "incidentType": null,
            "isSummary": true,
            "lastName": "Kaster""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": falsetrue,
            "lastName": "EtternavnEikaas",
            "matchIncidentId": 1407667343302659,
            "matchIndividualId": 3942536null,
            "orgId": 470538null,
            "parentId": 14076672null,
            "partialResultTypeId": 20null,
            "period": null,
            "personId": 91469766007282,
            "pointInTime": null,
            "reason": null,
            "relatedReportsCount": 0,
            "resultId": 0,
            "team": "H"null,
            "time": 339null,
            "value": null5
        },        
        ....
        ....
        ....
    ]
}