Versions Compared

Key

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

Paramater(e)

Code Block
MatchID
eller
MatchNo

Eksempel pÄ response

JSON Request

Code Block
languagejson
{
    "matchId": 6380471,
    "matchNo": "90020000067",
    "totalIncidents": 19,
    "matchIncidents": [
        {
            "matchId": 6380471,
            "matchNo": "90020000067",
            "activityId": 0,
            "endTime": null,
            "firstName": "Fornavn",
            "incidentShort": null,
            "incidentSubTypeId": null,
            "incidentSubType": null,
            "incidentTypeId": 0,
            "incidentType": null,
            "isSummary": true,
            "lastName": "Etternavn",
            "matchIncidentId": 14077081,
            "matchIndividualId": null,
            "orgId": null,
            "parentId": null,
            "partialResultTypeId": null,
            "period": null,
            "personId": 9146976,
            "pointInTime": null,
            "reason": null,
            "relatedReportsCount": 0,
            "resultId": 0,
            "team": null,
            "time": null,
            "value": 6
        },
        {
            "matchId": 6380471,
            "matchNo": "90020000067",
            "activityId": 0,
            "endTime": null,
            "firstName": "Fornavn",
            "incidentShort": null,
            "incidentSubTypeId": 200211,
            "incidentSubType": "Kaster",
            "incidentTypeId": 0,
            "incidentType": null,
            "isSummary": false,
            "lastName": "Etternavn",
            "matchIncidentId": 14076673,
            "matchIndividualId": 3942536,
            "orgId": 470538,
            "parentId": 14076672,
            "partialResultTypeId": 20,
            "period": null,
            "personId": 9146976,
            "pointInTime": null,
            "reason": null,
            "relatedReportsCount": 0,
            "resultId": 0,
            "team": "H",
            "time": 339,
            "value": null
        },        
        ....
        ....
        ....
    ]
}

...