> ## Documentation Index
> Fetch the complete documentation index at: https://docs.roboconoxon.org.uk/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Conflicts

> Check for overlapping events/games.



## OpenAPI

````yaml /openapi.json get /api/v1/schedule/conflicts
openapi: 3.1.0
info:
  title: Robotics Event System V4
  version: 4.0.0
servers: []
security: []
paths:
  /api/v1/schedule/conflicts:
    get:
      tags:
        - schedule
      summary: Get Conflicts
      description: Check for overlapping events/games.
      operationId: get_conflicts_api_v1_schedule_conflicts_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````