Period
Represents the period's details.
Properties
Sample payload
"periods": [
{
"id": 1,
"label": "1st quarter",
"type": "Regular",
"start": "2022-09-25T14:20:57",
"end": "2022-09-25T14:39:51",
"awayTeamScore": 15,
"homeTeamScore": 19,
"awayTeamPeriodScore": 15,
"homeTeamPeriodScore": 19
}
]Last updated
Was this helpful?