# Goal Allowed

<details>

<summary>Pending</summary>

```
{
   "fixtureAction":{
      "timestamp":"2023-01-10T10:55:10.945442Z",
      "actionId":"81b20462-b1b1-4d70-93dc-22c94f9e5baf",
      "fixtureSeqNum":574,
      "clockTime":"72:16",
      "fixtureActionType":"Video Check Result",
      "fixtureActionTypeId":61,
      "sendTypeId":1,
      "sendType":"Pending",
      "timelineSequence":2.0000043366034513,
      "team":{
         "id":"a8a97d0b-7099-4034-ab08-7c4b9ccb5acd",
         "name":"Crystal Palace TRAINING"
      },
      "fixtureId":"2feabf55-fb11-462d-876e-f9f23074732a",
      "period":2
   },
   "version":1,
   "fixtureSummary":{
      "awayTeamScore":2,
      "currentClockTime":"72:20",
      "periods":[
         {
            "awayTeamPeriodScore":1,
            "awayTeamScore":1,
            "label":"1st half",
            "id":1,
            "homeTeamScore":0,
            "end":"2023-01-09T12:50:35",
            "type":"Regular",
            "homeTeamPeriodScore":0,
            "start":"2023-01-09T12:03:30"
         },
         {
            "awayTeamPeriodScore":1,
            "awayTeamScore":2,
            "label":"2nd half",
            "id":2,
            "homeTeamScore":0,
            "end":null,
            "type":"Regular",
            "homeTeamPeriodScore":0,
            "start":"2023-01-10T10:09:37"
         }
      ],
      "isHomeTeamInPossesion":true,
      "finished":false,
      "homeTeamScore":0,
      "isTied":false,
      "currentPeriod":2,
      "currentStatus":"Live"
   },
   "traceId":"bd19f08d95ca4c22f0d0a4eccc186026"
}
```

</details>

<details>

<summary>Confirmed</summary>

```
{
   "fixtureAction":{
      "fixtureActionSubTypeId":6102,
      "timestamp":"2023-01-10T10:56:07.506260Z",
      "actionId":"81b20462-b1b1-4d70-93dc-22c94f9e5baf",
      "fixtureSeqNum":575,
      "clockTime":"72:16",
      "fixtureActionType":"Video Check Result",
      "fixtureActionSubType":"Goal Allowed",
      "fixtureActionTypeId":61,
      "sendTypeId":5,
      "sendType":"Confirmed",
      "timelineSequence":2.0000043366034514,
      "team":{
         "id":"a8a97d0b-7099-4034-ab08-7c4b9ccb5acd",
         "name":"Crystal Palace TRAINING"
      },
      "fixtureId":"2feabf55-fb11-462d-876e-f9f23074732a",
      "period":2
   },
   "version":1,
   "fixtureSummary":{
      "awayTeamScore":2,
      "currentClockTime":"73:16",
      "periods":[
         {
            "awayTeamPeriodScore":1,
            "awayTeamScore":1,
            "label":"1st half",
            "id":1,
            "homeTeamScore":0,
            "end":"2023-01-09T12:50:35",
            "type":"Regular",
            "homeTeamPeriodScore":0,
            "start":"2023-01-09T12:03:30"
         },
         {
            "awayTeamPeriodScore":1,
            "awayTeamScore":2,
            "label":"2nd half",
            "id":2,
            "homeTeamScore":0,
            "end":null,
            "type":"Regular",
            "homeTeamPeriodScore":0,
            "start":"2023-01-10T10:09:37"
         }
      ],
      "isHomeTeamInPossesion":true,
      "finished":false,
      "homeTeamScore":0,
      "isTied":false,
      "currentPeriod":2,
      "currentStatus":"Live"
   },
   "traceId":"c48d8cbbb94991d53af2de90c6879f92"
}
```

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/soccer/live-data-scenarios/var/video-check-result/goal-allowed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
