{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/anne-api.oefol.at"
        }
    ],
    "info": {
        "name": "ANNE API Docs",
        "_postman_id": "ea56d578-7d31-478e-ac41-97f147ade92c",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "API Key",
            "description": "",
            "item": [
                {
                    "name": "POST v1\/apiKey",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/apiKey",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/apiKey"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"djgkhmdwfwjqnie\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET v1\/apiKey",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/apiKey",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/apiKey"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH v1\/apiKey\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/apiKey\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/apiKey\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "numquam",
                                    "description": "The ID of the apiKey."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"iaqetkh\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/apiKey\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/apiKey\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/apiKey\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "rerum",
                                    "description": "The ID of the apiKey."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Authentication",
            "description": "",
            "item": [
                {
                    "name": "Login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"username\":\"ut\",\"password\":\"}`Xi#Edc\",\"sessionLabel\":\"lid\"}"
                        },
                        "description": "Login with username and password. If everything is okay, you'll get a 200 OK response with a JSON containing a JWT and a user object.\n\nOtherwise, the request will fail with a 403 error.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"token\": \"abcdefghijklmnopqrstuvwxyz\",\n  \"user\": {\n    \"address\": {\n      \"street\": \"3rd Street 12\",\n      \"zipCode\": \"4567\",\n      \"city\": \"Big City\",\n      \"country\": \"AUT\",\n      \"coordinates\": \"12.345,67.890\"\n    },\n    \"birthDate\": \"1999-03-25\",\n    \"category\": [ \"Herren ab 21 Elite\" ],\n    \"chipNumber\": 1234567,\n    \"createdAt\": \"2024-03-18T20:50:24.000000Z\",\n    \"email\": \"jon.doe@jondoe.com\",\n    \"firstName\": \"Doe\",\n    \"gender\": \"male\",\n    \"id\": 1,\n    \"isVerified\": true,\n    \"lastModifiedAt\": \"2024-03-18T20:50:24.000000Z\",\n    \"lastName\": \"Doe\",\n    \"magazine\": true,\n    \"nationality\": \"AUT\",\n    \"phoneNumber\": \"+43 123 4567890\",\n    \"settings\": {},\n    \"userRoles\": [\n      {\n        \"role\": \"eventManager\",\n        \"entity\": null\n      }\n    ],\n    \"username\": \"jondoe\"\n  }\n}",
                            "name": "Login successful"
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{ \"errors\": [ \"Invalid username\/password.\" ] }",
                            "name": "Login failed"
                        }
                    ]
                },
                {
                    "name": "Forgot Password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/forgot-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/forgot-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"username\":\"recusandae\"}"
                        },
                        "description": "Sends an email with a link to reset the password to the user's email address.\n\nIf the user is not found or the user does not have an email address, the request will fail with a 403 error.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"message\": \"Email sent.\" }",
                            "name": "Sending email successful"
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{ \"errors\": [ \"User not found or no email address.\" ] }",
                            "name": "Sending email failed"
                        }
                    ]
                },
                {
                    "name": "Reset Password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/reset-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/reset-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"password\":\"<j*,!M42deMAWs*>'L\",\"token\":\"ut\"}"
                        },
                        "description": "Sets the password of the user identified by the token sent by email.\n\nIf the token is invalid or expired, the request will fail with a 403 error.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"message\": \"Password reset.\" }",
                            "name": "Password reset"
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{ \"errors\": [ \"Token invalid or expired.\" ] }",
                            "name": "Resetting password failed"
                        }
                    ]
                },
                {
                    "name": "Logout",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Logout and invalidate the JWT."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"message\": \"Logout successful.\" }",
                            "name": "Logout successful"
                        }
                    ]
                }
            ]
        },
        {
            "name": "Club",
            "description": "",
            "item": [
                {
                    "name": "Club",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/club",
                            "query": [
                                {
                                    "key": "download",
                                    "value": "false",
                                    "description": "Whether or not to return the data as a file attachment.",
                                    "disabled": false
                                },
                                {
                                    "key": "output",
                                    "value": "csv",
                                    "description": "Output format. Must be allowed to manage all clubs to use csv output.",
                                    "disabled": false
                                },
                                {
                                    "key": "date",
                                    "value": "2026-05-21T21%3A42%3A59",
                                    "description": "If provided, club license and number of members with licenses are only returned for the given date. Must be provided when output is csv. Must be a valid date. This field is required when output is csv.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/club?download=false&output=csv&date=2026-05-21T21%3A42%3A59"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns a list of all clubs. Filters out inactive clubs if user does not have permission \"club.manage.*\".",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n  {\n    \"id\": 1\n  }\n]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/club\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/club\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/club\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "vitae",
                                    "description": "The ID of the club."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"No query results for model [App\\\\Models\\\\Club].\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/club",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/club",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/club"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"active\":false,\"address\":\"[\\\"est\\\",\\\"id\\\"]\",\"bankAccount\":\"[\\\"blanditiis\\\",\\\"ut\\\"]\",\"code\":\"ri\",\"contactPerson\":\"omyenvxsgblgzllal\",\"email\":\"hettinger.reynold@example.net\",\"magazine\":false,\"member\":true,\"name\":\"welhrrktes\",\"parentClubId\":9,\"phoneNumber\":\"vidqbcri\",\"providesTrialLessons\":true,\"registrationNumber\":23,\"website\":\"hrqrgjv\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/club\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/club\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/club\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the club."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"active\":true,\"address\":\"[\\\"ut\\\",\\\"dolore\\\"]\",\"bankAccount\":\"[\\\"eaque\\\",\\\"sunt\\\"]\",\"code\":\"kgcqke\",\"contactPerson\":\"uwlumczvgerrbircimugt\",\"email\":\"schuppe.edwin@example.com\",\"magazine\":false,\"member\":false,\"name\":\"qzyoexngmebzh\",\"parentClubId\":5,\"phoneNumber\":\"iovmvskxfpjbkir\",\"providesTrialLessons\":true,\"registrationNumber\":20,\"website\":\"h\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH v1\/club\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/club\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/club\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the club."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"entryOptions\":\"[\\\"aperiam\\\",\\\"est\\\"]\",\"slug\":\"ewfdny\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET v1\/club\/{id}\/managers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/club\/:id\/managers",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/club\/:id\/managers",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the club."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/club\/{id}\/addManager",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/club\/:id\/addManager",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/club\/:id\/addManager",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the club."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"userId\":11}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/club\/{id}\/deleteManager",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/club\/:id\/deleteManager",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/club\/:id\/deleteManager",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the club."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"userId\":17}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/club\/{id}\/removeMember",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/club\/:id\/removeMember",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/club\/:id\/removeMember",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the club."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"dateTo\":\"2026-05-21T21:43:00\",\"sportType\":\"[\\\"tempora\\\",\\\"consequatur\\\"]\",\"userId\":7}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Club License",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/clubLicense",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/clubLicense",
                            "query": [
                                {
                                    "key": "clubId",
                                    "value": "15",
                                    "description": "Filter requests by club id.",
                                    "disabled": false
                                },
                                {
                                    "key": "seasonId",
                                    "value": "15",
                                    "description": "Filter requests by season id.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/clubLicense?clubId=15&seasonId=15"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/clubLicense",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/clubLicense",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/clubLicense"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"clubId\":16,\"seasonId\":12,\"validFrom\":\"2026-05-21T21:43:01\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/clubLicense\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/clubLicense\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/clubLicense\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "minima",
                                    "description": "The ID of the clubLicense."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/clubLicense\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/clubLicense\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/clubLicense\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "excepturi",
                                    "description": "The ID of the clubLicense."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"clubId\":10,\"seasonId\":16,\"validFrom\":\"2026-05-21T21:43:01\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Cup",
            "description": "",
            "item": [
                {
                    "name": "Cup",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cup",
                            "query": [
                                {
                                    "key": "activeOnly",
                                    "value": "true",
                                    "description": "Return only cups that are currently active (i.e. have events in the past and in the future).",
                                    "disabled": false
                                },
                                {
                                    "key": "bookmarked",
                                    "value": "false",
                                    "description": "Return only cups that are bookmarked by the authenticated user.",
                                    "disabled": false
                                },
                                {
                                    "key": "organiserId",
                                    "value": "%5B%22quidem%22%2C%22in%22%5D",
                                    "description": "Filter cups by organiser. Must be an array of club ids. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "sortBy",
                                    "value": "voluptatum",
                                    "description": "Column name to sort by. If not set, title is used.",
                                    "disabled": false
                                },
                                {
                                    "key": "sortDirection",
                                    "value": "asc",
                                    "description": "Sort direction. If not set, desc is used.",
                                    "disabled": false
                                },
                                {
                                    "key": "title",
                                    "value": "et",
                                    "description": "Filter cups by title.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/cup?activeOnly=true&bookmarked=false&organiserId=%5B%22quidem%22%2C%22in%22%5D&sortBy=voluptatum&sortDirection=asc&title=et"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns a list of cups ordered by title.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n  {\n    \"id\": 1\n  }\n]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/cup\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cup\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cup\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "sit",
                                    "description": "The ID of the cup."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"No query results for model [App\\\\Models\\\\Cup].\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/cup\/{id}\/attachments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cup\/:id\/attachments",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cup\/:id\/attachments",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the cup."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/cup\/{id}\/events",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cup\/:id\/events",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cup\/:id\/events",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the cup."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[{\"dateFrom\":\"2006-05-07T00:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2006-05-07T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OVI\",\"id\":12,\"name\":\"OLCU Viktring\"}],\"id\":4,\"location\":\"Winklern bei P\\u00f6rtschach\",\"ratingDurationDays\":null,\"shortTitle\":\"\\u00d6M J&S,2.RLL\",\"slug\":\"osterreichische-meisterschaft-nachwuchs-und-senioren-2-ranglistenlauf\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"completed\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/osterreichische-meisterschaft-nachwuchs-und-senioren-2-ranglistenlauf\",\"visibility\":\"public\"},\"id\":4,\"eventStage\":null},{\"dateFrom\":\"2006-09-10T00:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2006-09-10T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"SKV\",\"id\":4,\"name\":\"SKV OLG Deutsch Kaltenbrunn\"}],\"id\":17,\"location\":\"Rauchwart\",\"ratingDurationDays\":null,\"shortTitle\":\"\\u00d6STM Lang 2006 \\\/ 7. RL-Lauf\",\"slug\":\"ost-staatsmeisterschaft-langdistanz-2006-7-ranglistenlauf-2006\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"completed\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/ost-staatsmeisterschaft-langdistanz-2006-7-ranglistenlauf-2006\",\"visibility\":\"public\"},\"id\":5,\"eventStage\":null},{\"dateFrom\":\"2007-02-11T00:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2007-02-11T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":true,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HVI\",\"id\":9,\"name\":\"HSV OL Villach\"}],\"id\":53,\"location\":\"Villachacher Alpe\\\/Dobratsch\",\"ratingDurationDays\":null,\"shortTitle\":\"\\u00d6STM Ski O Sprint\",\"slug\":\"osterr-meisterschaft-ski-o-sprint\",\"sportType\":\"skiOrienteering\",\"stageCount\":null,\"status\":\"completed\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/osterr-meisterschaft-ski-o-sprint\",\"visibility\":\"public\"},\"id\":19,\"eventStage\":null}]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/cup",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cup",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cup"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"clubId\":6,\"countedStages\":13,\"title\":\"ddrsqrrqqqp\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH v1\/cup\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cup\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cup\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the cup."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"countedStages\":24,\"organisers\":\"[\\\"ut\\\",\\\"possimus\\\"]\",\"slug\":\"ty\",\"title\":\"gygezjdipuymohqo\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/cup\/{id}\/addEvent",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cup\/:id\/addEvent",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cup\/:id\/addEvent",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the cup."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"eventId\":12,\"eventStageId\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/cup\/{id}\/bookmark",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cup\/:id\/bookmark",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cup\/:id\/bookmark",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the cup."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/cup\/{id}\/removeEvent\/{cupEventId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cup\/:id\/removeEvent\/:cupEventId",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cup\/:id\/removeEvent\/:cupEventId",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the cup."
                                },
                                {
                                    "id": "cupEventId",
                                    "key": "cupEventId",
                                    "value": "reprehenderit",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/cup\/{id}\/calculatePoints\/{cupEventId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cup\/:id\/calculatePoints\/:cupEventId",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cup\/:id\/calculatePoints\/:cupEventId",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the cup."
                                },
                                {
                                    "id": "cupEventId",
                                    "key": "cupEventId",
                                    "value": "qui",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"categoryId\":20}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Cup Category",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/cup\/{id}\/categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cup\/:id\/categories",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cup\/:id\/categories",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the cup."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/cupCategory",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cupCategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cupCategory"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"cupId\":14,\"licenseRequired\":true,\"number\":18,\"shortTitle\":\"bxxr\",\"title\":\"pemjypeslkuvkqtikjdcwg\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/cupCategory\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cupCategory\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cupCategory\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the cupCategory."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"licenseRequired\":true,\"number\":20,\"shortTitle\":\"pzpvdfmdlitkodbh\",\"title\":\"hyucbxwrnqfzpswjqof\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/cupCategory\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cupCategory\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cupCategory\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the cupCategory."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH v1\/cupCategory\/reorder",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cupCategory\/reorder",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cupCategory\/reorder"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"order\":\"[\\\"illo\\\",\\\"cumque\\\"]\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Custom Event Filter",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/customEventFilter",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/customEventFilter",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/customEventFilter"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/customEventFilter",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/customEventFilter",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/customEventFilter"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"filters\":\"[\\\"tenetur\\\",\\\"et\\\"]\",\"label\":\"uhtvrbkxlwortcdioryqjrutt\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/customEventFilter\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/customEventFilter\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/customEventFilter\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the customEventFilter."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"filters\":\"[\\\"numquam\\\",\\\"earum\\\"]\",\"label\":\"hfqffdpjzrfxezwvorwxlcu\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/customEventFilter\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/customEventFilter\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/customEventFilter\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the customEventFilter."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Error Report",
            "description": "",
            "item": [
                {
                    "name": "POST v1\/errorReport",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/errorReport",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/errorReport"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"errorMessages\":\"[\\\"velit\\\",\\\"occaecati\\\"]\",\"localStorage\":\"[\\\"tempore\\\",\\\"tempore\\\"]\",\"operatingSystem\":\"zqqsvruneknpc\",\"url\":\"http:\\\/\\\/www.shields.biz\\\/\",\"user\":\"[\\\"distinctio\\\",\\\"est\\\"]\",\"userAgent\":\"jbhnblnhsscubhcwwk\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET v1\/errorReport",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/errorReport",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "16",
                                    "description": "The page number to be returned.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "15",
                                    "description": "Entries per page. If not set, maximum will be used. Must be at least 1. Must not be greater than 1000.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/errorReport?page=16&perPage=15"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH v1\/errorReport\/{id}\/read",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/errorReport\/:id\/read",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/errorReport\/:id\/read",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "officiis",
                                    "description": "The ID of the errorReport."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/errorReport\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/errorReport\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/errorReport\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "sit",
                                    "description": "The ID of the errorReport."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event",
            "description": "",
            "item": [
                {
                    "name": "Event",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cal\/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cal\/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "893be320-9ece-3358-92ea-f45b26998655",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns a calendar file (.ics) containing all events matching the given custom event filter UUID.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"No query results for model [App\\\\Models\\\\CustomEventFilter].\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Event",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event",
                            "query": [
                                {
                                    "key": "bookmarked",
                                    "value": "false",
                                    "description": "Return only events that are bookmarked by the authenticated user.",
                                    "disabled": false
                                },
                                {
                                    "key": "competitionType",
                                    "value": "%5B%22incidunt%22%2C%22amet%22%5D",
                                    "description": "Filter events by competition type. Must be an array of competition types. Allowed competition types: relay, single, team. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "coordinates",
                                    "value": "nisi",
                                    "description": "Filter events by coordinates. Should be combined with parameter \"maxDistance\". If set, each event will return then distance from these coordinates in meters.",
                                    "disabled": false
                                },
                                {
                                    "key": "clubId",
                                    "value": "%5B%22dolores%22%2C%22dolorem%22%5D",
                                    "description": "Filter events by host or organizer. Must be an array of club ids. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "cupId",
                                    "value": "%5B%22saepe%22%2C%22qui%22%5D",
                                    "description": "Filter events by cup. Must be an array of cup ids. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "date",
                                    "value": "2026-05-21T21%3A42%3A59",
                                    "description": "Filter events by date. Events with from-date equal to or from-date equal to or earlier and to-date equal to or later than the given date will be returned. Must be a valid date.",
                                    "disabled": false
                                },
                                {
                                    "key": "download",
                                    "value": "false",
                                    "description": "Whether or not to return the data as a file attachment.",
                                    "disabled": false
                                },
                                {
                                    "key": "eventType",
                                    "value": "%5B%22sed%22%2C%22sint%22%5D",
                                    "description": "Filter events by event type. Must be an array of event types. Allowed event types: clubEvent, competition, education, federationEvent, organizationAndLogistics, training. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "hostId",
                                    "value": "%5B%22velit%22%2C%22neque%22%5D",
                                    "description": "Filter events by host. Must be an array of club ids. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "location",
                                    "value": "officiis",
                                    "description": "Filter events by location.",
                                    "disabled": false
                                },
                                {
                                    "key": "maxDate",
                                    "value": "2026-05-21T21%3A42%3A59",
                                    "description": "Filter events by date. Events with from-date equal to or earlier than the given date will be returned. Must be a valid date.",
                                    "disabled": false
                                },
                                {
                                    "key": "maxDistance",
                                    "value": "20",
                                    "description": "Maximum distance in meters from the given coordinates. Must be combined with parameter \"coordinates\". If not set, 10000 will be used.",
                                    "disabled": false
                                },
                                {
                                    "key": "minDate",
                                    "value": "2026-05-21T21%3A42%3A59",
                                    "description": "Filter events by date. Events with from-date equal to or later than the given date will be returned. Must be a valid date.",
                                    "disabled": false
                                },
                                {
                                    "key": "organiserId",
                                    "value": "%5B%22harum%22%2C%22quia%22%5D",
                                    "description": "Filter events by organiser. Must be an array of club ids. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "output",
                                    "value": "xml",
                                    "description": "Output format.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number to be returned.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "1",
                                    "description": "Entries per page. If not set, 100 will be used. Must be at least 1. Must not be greater than 1000.",
                                    "disabled": false
                                },
                                {
                                    "key": "sportType",
                                    "value": "%5B%22omnis%22%2C%22sed%22%5D",
                                    "description": "Filter events by sport type. Must be an array of sport types. Allowed sport types: footOrienteering, mountainbikeOrienteering, skiOrienteering, trailOrienteering. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "sortBy",
                                    "value": "ab",
                                    "description": "Column name to sort by. If not set, date_from is used.",
                                    "disabled": false
                                },
                                {
                                    "key": "sortDirection",
                                    "value": "asc",
                                    "description": "Sort direction. If not set, desc is used.",
                                    "disabled": false
                                },
                                {
                                    "key": "status",
                                    "value": "%5B%22voluptatibus%22%2C%22voluptas%22%5D",
                                    "description": "Filter events by status. Must be an array of statuses. Allowed statuses: canceled, completed, draft, live, postponed, scheduled. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "tag",
                                    "value": "%5B%22delectus%22%2C%22doloremque%22%5D",
                                    "description": "Filter events by tag. Must be an array of tags. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "title",
                                    "value": "voluptatem",
                                    "description": "Filter events by title or short title.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/event?bookmarked=false&competitionType=%5B%22incidunt%22%2C%22amet%22%5D&coordinates=nisi&clubId=%5B%22dolores%22%2C%22dolorem%22%5D&cupId=%5B%22saepe%22%2C%22qui%22%5D&date=2026-05-21T21%3A42%3A59&download=false&eventType=%5B%22sed%22%2C%22sint%22%5D&hostId=%5B%22velit%22%2C%22neque%22%5D&location=officiis&maxDate=2026-05-21T21%3A42%3A59&maxDistance=20&minDate=2026-05-21T21%3A42%3A59&organiserId=%5B%22harum%22%2C%22quia%22%5D&output=xml&page=1&perPage=1&sportType=%5B%22omnis%22%2C%22sed%22%5D&sortBy=ab&sortDirection=asc&status=%5B%22voluptatibus%22%2C%22voluptas%22%5D&tag=%5B%22delectus%22%2C%22doloremque%22%5D&title=voluptatem"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns a list of events which meet the specified filters.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n  {\n    \"id\": 1\n  }\n]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/event\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"bankAccount\":null,\"categoryCount\":36,\"competitionType\":\"single\",\"contactEmailAddress\":null,\"coordinates\":null,\"cups\":[{\"id\":1,\"sportType\":\"footOrienteering\",\"title\":\"\\u00d6sterreichische Rangliste 2006\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/cup\\\/osterreichische-rangliste-2006\"}],\"dateFrom\":\"2006-05-07T00:00:00.000000Z\",\"dateTo\":null,\"deadlineForNames\":null,\"deadlines\":[],\"description\":\"\",\"entryCount\":0,\"eventType\":\"competition\",\"firstStart\":null,\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OVI\",\"id\":12,\"name\":\"OLCU Viktring\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/verein\\\/club-12\"}],\"id\":4,\"liveloxEventId\":null,\"location\":\"Winklern bei P\\u00f6rtschach\",\"organisers\":[],\"originalEvents\":[],\"paymentConfirmationClub\":null,\"postponedEvent\":null,\"ratingDurationDays\":null,\"ratingPercentage\":0,\"resultCount\":null,\"shortTitle\":\"\\u00d6M J&S,2.RLL\",\"slug\":\"osterreichische-meisterschaft-nachwuchs-und-senioren-2-ranglistenlauf\",\"sportType\":\"footOrienteering\",\"stageCount\":0,\"starttimeCount\":0,\"status\":\"completed\",\"timeFrom\":null,\"timeTo\":null,\"title\":\"\\u00d6sterreichische Meisterschaft Nachwuchs und Senioren, 2. Ranglistenlauf\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/osterreichische-meisterschaft-nachwuchs-und-senioren-2-ranglistenlauf\",\"visibility\":\"public\",\"website\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/event\/{id}\/attachments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/attachments",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/attachments",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-cache",
                                    "value": "MISS"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[{\"club\":null,\"cup\":null,\"createdAt\":null,\"event\":{\"id\":4,\"title\":\"\\u00d6sterreichische Meisterschaft Nachwuchs und Senioren, 2. Ranglistenlauf\"},\"fileName\":\"\",\"id\":1455,\"isImage\":false,\"label\":\"Veranstalter-Website\",\"mimeType\":\"text\\\/link\",\"size\":0,\"type\":\"other\",\"updatedAt\":null,\"url\":\"http:\\\/\\\/members.chello.at\\\/venhauer\\\/start.htm\",\"user\":null,\"visibility\":\"public\"},{\"club\":null,\"cup\":null,\"createdAt\":null,\"event\":{\"id\":4,\"title\":\"\\u00d6sterreichische Meisterschaft Nachwuchs und Senioren, 2. Ranglistenlauf\"},\"fileName\":\"event_4_060507erg.zip\",\"id\":34042,\"isImage\":false,\"label\":\"Ergebnisse\",\"mimeType\":\"application\\\/zip\",\"size\":12065,\"type\":\"results\",\"updatedAt\":null,\"url\":\"https:\\\/\\\/anne-cdn.oefol.at\\\/public\\\/legacy\\\/event_4_060507erg.zip\",\"user\":null,\"visibility\":\"public\"},{\"club\":null,\"cup\":null,\"createdAt\":null,\"event\":{\"id\":4,\"title\":\"\\u00d6sterreichische Meisterschaft Nachwuchs und Senioren, 2. Ranglistenlauf\"},\"fileName\":\"event_4_060507erg_si.zip\",\"id\":34043,\"isImage\":false,\"label\":\"Zwischenzeiten\",\"mimeType\":\"application\\\/zip\",\"size\":86515,\"type\":\"splittimes\",\"updatedAt\":null,\"url\":\"https:\\\/\\\/anne-cdn.oefol.at\\\/public\\\/legacy\\\/event_4_060507erg_si.zip\",\"user\":null,\"visibility\":\"public\"}]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/event",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"clubId\":8,\"dateFrom\":\"2026-05-21T21:43:00\",\"dateTo\":\"2067-09-05\",\"firstStart\":\"21:43\",\"location\":\"ewdtbwswp\",\"shortTitle\":\"a\",\"timeFrom\":\"21:43\",\"timeTo\":\"21:43\",\"title\":\"wtztjle\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH v1\/event\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"bankAccount\":\"[\\\"error\\\",\\\"inventore\\\"]\",\"contactEmailAddress\":\"nppgbifahkxfvhucwlphqfs\",\"coordinates\":\"rerum\",\"dateFrom\":\"2026-05-21T21:43:00\",\"dateTo\":\"2082-03-28\",\"deadlineForNames\":\"2026-05-21T21:43:00\",\"description\":\"Enim et ducimus commodi alias nisi.\",\"firstStart\":\"21:43\",\"hosts\":\"[\\\"labore\\\",\\\"rerum\\\"]\",\"liveloxEventId\":8,\"location\":\"vhsrahvvgdiivjltprath\",\"organisers\":\"[\\\"et\\\",\\\"cumque\\\"]\",\"paymentConfirmationClubId\":6,\"ratingDurationDays\":69,\"shortTitle\":\"oqjfjowsmkyjtoxfvfqju\",\"slug\":\"qltqzwms\",\"timeFrom\":\"21:43\",\"timeTo\":\"21:43\",\"title\":\"nafmousjir\",\"website\":\"vqdxtdmsj\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/event\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/event\/{id}\/publish",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/publish",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/publish",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/event\/{id}\/cancel",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/cancel",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/cancel",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"reason\":\"voluptas\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/event\/{id}\/bookmark",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/bookmark",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/bookmark",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/event\/{id}\/postpone",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/postpone",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/postpone",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"dateFrom\":\"2026-05-21T21:43:00\",\"dateTo\":\"2070-03-10\",\"reason\":\"quisquam\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET v1\/event\/{id}\/userInResults",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/userInResults",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/userInResults",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/event\/{eventId}\/ratings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:eventId\/ratings",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:eventId\/ratings",
                            "variable": [
                                {
                                    "id": "eventId",
                                    "key": "eventId",
                                    "value": "4",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Event Category",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/event\/{id}\/categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/categories",
                            "query": [
                                {
                                    "key": "download",
                                    "value": "false",
                                    "description": "Whether or not to return the data as a file attachment.",
                                    "disabled": false
                                },
                                {
                                    "key": "output",
                                    "value": "json",
                                    "description": "Output format.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/categories?download=false&output=json",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-cache",
                                    "value": "MISS"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":139,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 40-\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 40-\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":6,\"eventId\":4,\"gender\":null,\"id\":131,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 15-16Leistung\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 15-16Leistung\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":6,\"eventId\":4,\"gender\":null,\"id\":132,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 17-18Leistung\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 17-18Leistung\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":6,\"eventId\":4,\"gender\":null,\"id\":133,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 15-18\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 15-18\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":134,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 19-20Leistung\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 19-20Leistung\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":135,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 19- Kurz\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 19- Kurz\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":136,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 21- Lang\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 21- Lang\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":137,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren Elite\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren Elite\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":138,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 35-\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 35-\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":5,\"eventId\":4,\"gender\":null,\"id\":130,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 13-14\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 13-14\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":140,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 45-\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 45-\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":141,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 50-\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 50-\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":142,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 55-\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 55-\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":143,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 60-\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 60-\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":144,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 65-\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 65-\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":5,\"eventId\":4,\"gender\":null,\"id\":146,\"increaseEntryFee\":false,\"licenseRequired\":false,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Direkt\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Direkt\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":5,\"eventId\":4,\"gender\":null,\"id\":147,\"increaseEntryFee\":true,\"licenseRequired\":false,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Neulinge\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Neulinge\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":151,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren 70-\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren 70-\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":121,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen Elite\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen Elite\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":5,\"eventId\":4,\"gender\":null,\"id\":113,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen - 12\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen - 12\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":5,\"eventId\":4,\"gender\":null,\"id\":114,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen 13-14\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen 13-14\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":6,\"eventId\":4,\"gender\":null,\"id\":115,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen 15-16 Leistung\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen 15-16 Leistung\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":6,\"eventId\":4,\"gender\":null,\"id\":116,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen 17-18 Leistung\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen 17-18 Leistung\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":6,\"eventId\":4,\"gender\":null,\"id\":117,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen 15-18\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen 15-18\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":118,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen 19-20 Leistung\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen 19-20 Leistung\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":119,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen 19- Kurz\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen 19- Kurz\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":120,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen 21- Lang\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen 21- Lang\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":5,\"eventId\":4,\"gender\":null,\"id\":112,\"increaseEntryFee\":true,\"licenseRequired\":false,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen - 10\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen - 10\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":122,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen 35-\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen 35-\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":123,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen 40-\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen 40-\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":124,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen 45-\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen 45-\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":125,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen 50-\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen 50-\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":126,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen 55-\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen 55-\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":12,\"eventId\":4,\"gender\":null,\"id\":127,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Damen 60-\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Damen 60-\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":5,\"eventId\":4,\"gender\":null,\"id\":128,\"increaseEntryFee\":true,\"licenseRequired\":false,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren - 10\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren - 10\",\"updatedAt\":null},{\"championship\":null,\"courses\":[],\"createdAt\":null,\"entryFee\":5,\"eventId\":4,\"gender\":null,\"id\":129,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":null,\"minAge\":null,\"number\":0,\"shortTitle\":\"Herren - 12\",\"status\":\"classified\",\"teamMembers\":0,\"title\":\"Herren - 12\",\"updatedAt\":null}]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "DELETE v1\/event\/{id}\/categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/categories",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/categories",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/eventCategory",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventCategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventCategory"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"championship\":\"[\\\"qui\\\",\\\"minus\\\"]\",\"eventId\":14,\"entryFee\":485369309.739,\"increaseEntryFee\":false,\"licenseRequired\":true,\"maxAge\":1,\"minAge\":17,\"number\":13,\"shortTitle\":\"htzveuruwhaoetolys\",\"status\":\"deserunt\",\"teamMembers\":18,\"title\":\"lirrgfxmng\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/eventCategory\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventCategory\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventCategory\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "112",
                                    "description": "The ID of the eventCategory."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"championship\":\"[\\\"impedit\\\",\\\"eos\\\"]\",\"entryFee\":43366954.62582,\"increaseEntryFee\":true,\"licenseRequired\":true,\"maxAge\":15,\"minAge\":7,\"number\":8,\"shortTitle\":\"oudswmoxsktyl\",\"status\":\"modi\",\"teamMembers\":17,\"title\":\"hfvsnqoyrgdrksvqjexhzqo\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventCategory\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventCategory\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventCategory\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "112",
                                    "description": "The ID of the eventCategory."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/eventCategory\/{id}\/assignCourses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventCategory\/:id\/assignCourses",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventCategory\/:id\/assignCourses",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "112",
                                    "description": "The ID of the eventCategory."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH v1\/eventCategory\/reorder",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventCategory\/reorder",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventCategory\/reorder"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"order\":\"[\\\"distinctio\\\",\\\"veritatis\\\"]\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event Category Template",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/eventCategoryTemplate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventCategoryTemplate",
                            "query": [
                                {
                                    "key": "competitionType",
                                    "value": "",
                                    "description": "Filter templates by competition type. Allowed competition types: relay, single, team.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/eventCategoryTemplate?competitionType="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/eventCategoryTemplate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventCategoryTemplate",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventCategoryTemplate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"eventCategories\":\"[\\\"nostrum\\\",\\\"dolor\\\"]\",\"label\":\"tlhmmch\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventCategoryTemplate\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventCategoryTemplate\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventCategoryTemplate\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "rem",
                                    "description": "The ID of the eventCategoryTemplate."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/eventCategoryTemplate\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventCategoryTemplate\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventCategoryTemplate\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "id",
                                    "description": "The ID of the eventCategoryTemplate."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"eventCategories\":\"[\\\"fugit\\\",\\\"eos\\\"]\",\"label\":\"elebpmpsumoygjqz\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event Course",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/event\/{id}\/courses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/courses",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/courses",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/event\/{id}\/importCourses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/importCourses",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/importCourses",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "deleteExisting",
                                    "value": "false",
                                    "type": "text",
                                    "description": "Whether to delete existing event courses."
                                },
                                {
                                    "key": "eventStageId",
                                    "value": "10",
                                    "type": "text",
                                    "description": "The event stage id of the event if the event has multiple stages. If \"deleteExisting\" is true, only the event courses of this stage will be deleted."
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/eventCourse",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventCourse",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventCourse"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"climb\":4,\"controls\":\"[\\\"necessitatibus\\\",\\\"quisquam\\\"]\",\"eventId\":1,\"eventStageId\":12,\"length\":8,\"title\":\"pdxnastjmjwpu\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/eventCourse\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventCourse\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventCourse\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the eventCourse."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"climb\":1,\"controls\":\"[\\\"omnis\\\",\\\"placeat\\\"]\",\"eventStageId\":4,\"length\":2,\"title\":\"pjdngtrhxqlobxblhvhz\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventCourse\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventCourse\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventCourse\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the eventCourse."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event Deadline",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/eventDeadline\/upcoming",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventDeadline\/upcoming",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventDeadline\/upcoming"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-cache",
                                    "value": "HIT"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[{\"createdAt\":null,\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-05-22T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"46.6287705,14.0352805\",\"distance\":null,\"dateFrom\":\"2026-05-30T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"SUK\",\"id\":14,\"name\":\"SU Klagenfurt\"}],\"id\":5263,\"location\":\"Saissersee | Seehof Feidig\",\"ratingDurationDays\":null,\"shortTitle\":\"5.KOLV Cup, Ktn Allg. MS\",\"slug\":\"5-kolv-cup-ktn-allg-ms\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"13:00:00\",\"timeTo\":\"18:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/5-kolv-cup-ktn-allg-ms\",\"visibility\":\"public\"},\"eventId\":5263,\"feeIncrease\":0,\"id\":119,\"notified\":true,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-05-20T07:00:29.000000Z\"},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-06-29T15:58:46.000000Z\",\"dateTo\":\"2026-05-24T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"46.77832004815217,14.095529967836022\",\"distance\":null,\"dateFrom\":\"2026-06-12T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HSD\",\"id\":8,\"name\":\"HSV Spittal \\\/ Drau\"}],\"id\":5108,\"location\":\"Steuerberg - Eden\",\"ratingDurationDays\":null,\"shortTitle\":\"AAOC 2026 Staffel\",\"slug\":\"alpe-adria-orienteering-cup-2026-staffel\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"14:00:00\",\"timeTo\":\"18:30:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/alpe-adria-orienteering-cup-2026-staffel\",\"visibility\":\"public\"},\"eventId\":5108,\"feeIncrease\":null,\"id\":3,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-05-12T10:04:40.000000Z\"},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-12-31T23:00:00.000000Z\",\"dateTo\":\"2026-05-24T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"46.78865921113494,14.115625379156896\",\"distance\":null,\"dateFrom\":\"2026-06-13T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HSD\",\"id\":8,\"name\":\"HSV Spittal \\\/ Drau\"}],\"id\":5109,\"location\":\"Steuerberg - Feldkirchen in K\\u00e4rnten\",\"ratingDurationDays\":null,\"shortTitle\":\"6.KOLV Cuplauf \\\/ AAOC 2026 Lang\",\"slug\":\"alpe-adria-orienteering-cup-2026-langdistanz\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"09:00:00\",\"timeTo\":\"15:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/alpe-adria-orienteering-cup-2026-langdistanz\",\"visibility\":\"public\"},\"eventId\":5109,\"feeIncrease\":0,\"id\":5,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-02-12T11:46:57.000000Z\"},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-12-31T23:00:00.000000Z\",\"dateTo\":\"2026-05-24T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"46.761451353316,14.095050612763\",\"distance\":null,\"dateFrom\":\"2026-06-14T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HSD\",\"id\":8,\"name\":\"HSV Spittal \\\/ Drau\"}],\"id\":5110,\"location\":\"Steuerberg - Wachsenberg\",\"ratingDurationDays\":null,\"shortTitle\":\"7.KOLV Cuplauf \\\/ AAOC 2026 Mittel\",\"slug\":\"alpe-adria-orienteering-cup-2026-mitteldistanz\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"09:00:00\",\"timeTo\":\"15:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/alpe-adria-orienteering-cup-2026-mitteldistanz\",\"visibility\":\"public\"},\"eventId\":5110,\"feeIncrease\":0,\"id\":7,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-02-12T11:12:17.000000Z\"},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-11-25T20:34:23.000000Z\",\"dateTo\":\"2026-05-24T21:59:00.000000Z\",\"event\":{\"competitionType\":\"relay\",\"coordinates\":\"48.325929880118,14.362558722495999\",\"distance\":null,\"dateFrom\":\"2026-05-31T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5267,\"location\":\"Au\\u00dfertreffling\",\"ratingDurationDays\":null,\"shortTitle\":\"O\\u00d6LM Staffel 2026\",\"slug\":\"oolm-staffel-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"09:00:00\",\"timeTo\":\"13:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/oolm-staffel-2026\",\"visibility\":\"public\"},\"eventId\":5267,\"feeIncrease\":0,\"id\":125,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-05-22T22:00:00.000000Z\",\"dateTo\":\"2026-05-25T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"46.6287705,14.0352805\",\"distance\":null,\"dateFrom\":\"2026-05-30T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"SUK\",\"id\":14,\"name\":\"SU Klagenfurt\"}],\"id\":5263,\"location\":\"Saissersee | Seehof Feidig\",\"ratingDurationDays\":null,\"shortTitle\":\"5.KOLV Cup, Ktn Allg. MS\",\"slug\":\"5-kolv-cup-ktn-allg-ms\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"13:00:00\",\"timeTo\":\"18:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/5-kolv-cup-ktn-allg-ms\",\"visibility\":\"public\"},\"eventId\":5263,\"feeIncrease\":50,\"id\":120,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":\"2026-05-09T09:24:41.000000Z\"},{\"createdAt\":\"2026-05-08T11:39:33.000000Z\",\"current\":true,\"dateFrom\":\"2026-05-11T22:00:00.000000Z\",\"dateTo\":\"2026-05-25T21:59:59.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-05-30T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HOR\",\"id\":139,\"name\":\"HSV H\\u00f6rsching Sektion OL\"}],\"id\":5502,\"location\":\"Au\\u00dfertreffling\",\"ratingDurationDays\":null,\"shortTitle\":\"OOELM Mitteldistanz\",\"slug\":\"ooe-landesmeisterschaft-mitteldistanz\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"13:00:00\",\"timeTo\":\"18:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/ooe-landesmeisterschaft-mitteldistanz\",\"visibility\":\"public\"},\"eventId\":5502,\"feeIncrease\":0,\"id\":383,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-05-14T15:53:43.000000Z\"},{\"createdAt\":\"2026-05-08T11:49:48.000000Z\",\"current\":false,\"dateFrom\":\"2026-05-25T22:00:00.000000Z\",\"dateTo\":\"2026-05-28T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-05-30T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HOR\",\"id\":139,\"name\":\"HSV H\\u00f6rsching Sektion OL\"}],\"id\":5502,\"location\":\"Au\\u00dfertreffling\",\"ratingDurationDays\":null,\"shortTitle\":\"OOELM Mitteldistanz\",\"slug\":\"ooe-landesmeisterschaft-mitteldistanz\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"13:00:00\",\"timeTo\":\"18:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/ooe-landesmeisterschaft-mitteldistanz\",\"visibility\":\"public\"},\"eventId\":5502,\"feeIncrease\":50,\"id\":384,\"notified\":false,\"title\":\"Nachmeldungen\",\"updatedAt\":\"2026-05-08T11:49:48.000000Z\"},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-05-24T22:00:00.000000Z\",\"dateTo\":\"2026-05-28T22:00:00.000000Z\",\"event\":{\"competitionType\":\"relay\",\"coordinates\":\"48.325929880118,14.362558722495999\",\"distance\":null,\"dateFrom\":\"2026-05-31T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5267,\"location\":\"Au\\u00dfertreffling\",\"ratingDurationDays\":null,\"shortTitle\":\"O\\u00d6LM Staffel 2026\",\"slug\":\"oolm-staffel-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"09:00:00\",\"timeTo\":\"13:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/oolm-staffel-2026\",\"visibility\":\"public\"},\"eventId\":5267,\"feeIncrease\":1,\"id\":126,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":null},{\"createdAt\":\"2026-03-09T14:18:56.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-05-29T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-04T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"WOLV\",\"id\":10008,\"name\":\"Wiener Orientierungslaufverband\"}],\"id\":5437,\"location\":\"Wien\",\"ratingDurationDays\":null,\"shortTitle\":\"\\u00d6STM Sprint & Knock Out Sprint\",\"slug\":\"ostm-sprint\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"13:00:00\",\"timeTo\":\"19:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/ostm-sprint\",\"visibility\":\"public\"},\"eventId\":5437,\"feeIncrease\":0,\"id\":308,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-05-18T11:45:55.000000Z\"},{\"createdAt\":\"2026-05-07T14:35:20.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-05-29T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-03T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"FOL\",\"id\":119,\"name\":\"FUN-OL N\\u00d6e\"}],\"id\":5501,\"location\":\"Ternitz\",\"ratingDurationDays\":null,\"shortTitle\":\"N\\u00d6- LM der Schulen - Sprint\",\"slug\":\"no-schulmeisterschaft-sprint-1\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"10:00:00\",\"timeTo\":\"14:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/no-schulmeisterschaft-sprint-1\",\"visibility\":\"public\"},\"eventId\":5501,\"feeIncrease\":0,\"id\":382,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-05-07T14:39:28.000000Z\"},{\"createdAt\":\"2026-04-22T19:26:25.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-06-01T21:59:59.000000Z\",\"event\":{\"competitionType\":null,\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-03T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"education\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OFV\",\"id\":105,\"name\":\"\\u00d6FOL\"}],\"id\":5489,\"location\":\"Online\",\"ratingDurationDays\":null,\"shortTitle\":\"Externe Fortbildung: Sportpsychologie\",\"slug\":\"externe-online-fortbildung-dtb-sportpsychologie-mit-rahel-colins\",\"sportType\":null,\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"19:00:00\",\"timeTo\":\"21:30:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/externe-online-fortbildung-dtb-sportpsychologie-mit-rahel-colins\",\"visibility\":\"public\"},\"eventId\":5489,\"feeIncrease\":0,\"id\":366,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-05-04T05:50:01.000000Z\"},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-05-24T22:00:00.000000Z\",\"dateTo\":\"2026-06-02T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"46.77832004815217,14.095529967836022\",\"distance\":null,\"dateFrom\":\"2026-06-12T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HSD\",\"id\":8,\"name\":\"HSV Spittal \\\/ Drau\"}],\"id\":5108,\"location\":\"Steuerberg - Eden\",\"ratingDurationDays\":null,\"shortTitle\":\"AAOC 2026 Staffel\",\"slug\":\"alpe-adria-orienteering-cup-2026-staffel\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"14:00:00\",\"timeTo\":\"18:30:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/alpe-adria-orienteering-cup-2026-staffel\",\"visibility\":\"public\"},\"eventId\":5108,\"feeIncrease\":50,\"id\":4,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":\"2026-05-12T10:04:16.000000Z\"},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-05-24T22:00:00.000000Z\",\"dateTo\":\"2026-06-02T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"46.78865921113494,14.115625379156896\",\"distance\":null,\"dateFrom\":\"2026-06-13T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HSD\",\"id\":8,\"name\":\"HSV Spittal \\\/ Drau\"}],\"id\":5109,\"location\":\"Steuerberg - Feldkirchen in K\\u00e4rnten\",\"ratingDurationDays\":null,\"shortTitle\":\"6.KOLV Cuplauf \\\/ AAOC 2026 Lang\",\"slug\":\"alpe-adria-orienteering-cup-2026-langdistanz\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"09:00:00\",\"timeTo\":\"15:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/alpe-adria-orienteering-cup-2026-langdistanz\",\"visibility\":\"public\"},\"eventId\":5109,\"feeIncrease\":50,\"id\":6,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":\"2026-02-12T11:47:43.000000Z\"},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-05-24T22:00:00.000000Z\",\"dateTo\":\"2026-06-02T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"46.761451353316,14.095050612763\",\"distance\":null,\"dateFrom\":\"2026-06-14T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HSD\",\"id\":8,\"name\":\"HSV Spittal \\\/ Drau\"}],\"id\":5110,\"location\":\"Steuerberg - Wachsenberg\",\"ratingDurationDays\":null,\"shortTitle\":\"7.KOLV Cuplauf \\\/ AAOC 2026 Mittel\",\"slug\":\"alpe-adria-orienteering-cup-2026-mitteldistanz\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"09:00:00\",\"timeTo\":\"15:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/alpe-adria-orienteering-cup-2026-mitteldistanz\",\"visibility\":\"public\"},\"eventId\":5110,\"feeIncrease\":50,\"id\":8,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":\"2026-02-12T11:48:31.000000Z\"},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-06-03T21:59:00.000000Z\",\"dateTo\":\"2026-06-03T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-10T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OLC\",\"id\":56,\"name\":\"OLC Wienerwald\"}],\"id\":5197,\"location\":\"Wien\",\"ratingDurationDays\":null,\"shortTitle\":\"WAM OL 2026\",\"slug\":\"orientierungslauf-wiener-akademische-meisterschaft\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"17:00:00\",\"timeTo\":\"20:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/orientierungslauf-wiener-akademische-meisterschaft\",\"visibility\":\"public\"},\"eventId\":5197,\"feeIncrease\":0,\"id\":35,\"notified\":true,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-05-06T08:55:53.000000Z\"},{\"createdAt\":\"2026-04-19T16:52:14.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-06-04T21:59:59.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-14T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"ORIO\",\"id\":48,\"name\":\"Orienteering  Imst Oberland\"}],\"id\":5483,\"location\":\"Obtarrenz, Fu\\u00dfballplatz Lenzenanger\",\"ratingDurationDays\":null,\"shortTitle\":\"4.TC\",\"slug\":\"4-tirolcup-2\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"10:00:00\",\"timeTo\":\"17:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/4-tirolcup-2\",\"visibility\":\"public\"},\"eventId\":5483,\"feeIncrease\":0,\"id\":360,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-04-19T16:52:14.000000Z\"},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2026-05-06T22:00:00.000000Z\",\"dateTo\":\"2026-06-07T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-10T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OLC\",\"id\":56,\"name\":\"OLC Wienerwald\"}],\"id\":5197,\"location\":\"Wien\",\"ratingDurationDays\":null,\"shortTitle\":\"WAM OL 2026\",\"slug\":\"orientierungslauf-wiener-akademische-meisterschaft\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"17:00:00\",\"timeTo\":\"20:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/orientierungslauf-wiener-akademische-meisterschaft\",\"visibility\":\"public\"},\"eventId\":5197,\"feeIncrease\":1,\"id\":36,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":null},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-11-13T09:30:06.000000Z\",\"dateTo\":\"2026-06-09T18:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-10T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5226,\"location\":\"Linz\",\"ratingDurationDays\":null,\"shortTitle\":\"3. FUN-OL 2026\",\"slug\":\"3-fun-ol-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"16:30:00\",\"timeTo\":\"17:45:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/3-fun-ol-2026\",\"visibility\":\"public\"},\"eventId\":5226,\"feeIncrease\":0,\"id\":62,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":\"2026-01-24T10:41:03.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-06-11T21:59:59.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-21T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OrK\",\"id\":21,\"name\":\"Orienteering Klosterneuburg\"}],\"id\":5357,\"location\":\"S\\u00fcdstadt\",\"ratingDurationDays\":null,\"shortTitle\":\"N\\u00d6 & Wr. Sprint-MS\",\"slug\":\"no-wr-sprint-meisterschaften\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"09:00:00\",\"timeTo\":\"13:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/no-wr-sprint-meisterschaften\",\"visibility\":\"public\"},\"eventId\":5357,\"feeIncrease\":0,\"id\":229,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-01-24T10:41:03.000000Z\"},{\"createdAt\":\"2026-04-03T18:28:01.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-06-12T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-20T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HSVOLWN\",\"id\":19,\"name\":\"HSV OL Wiener Neustadt\"}],\"id\":5467,\"location\":\"Mollram\",\"ratingDurationDays\":null,\"shortTitle\":\"N\\u00d6 Allgemeine MS, 48. WN Stadt-MS\",\"slug\":\"no-allgemeine-meisterschaft-48-wiener-neustadter-stadtmeisterschaft\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/no-allgemeine-meisterschaft-48-wiener-neustadter-stadtmeisterschaft\",\"visibility\":\"public\"},\"eventId\":5467,\"feeIncrease\":0,\"id\":336,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-04-03T18:31:35.000000Z\"},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-11-19T07:52:41.000000Z\",\"dateTo\":\"2026-06-13T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-07-08T00:00:00.000000Z\",\"dateTo\":\"2026-07-12T00:00:00.000000Z\",\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"STOLV\",\"id\":10006,\"name\":\"Steirischer Orientierungslaufverband\"}],\"id\":5245,\"location\":\"Litschau\",\"ratingDurationDays\":null,\"shortTitle\":\"Sommer Cup\",\"slug\":\"sommer-cup-2\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/sommer-cup-2\",\"visibility\":\"public\"},\"eventId\":5245,\"feeIncrease\":0,\"id\":96,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":\"2026-04-22T15:18:29.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-06-13T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"47.29393027978462,16.075701713562015\",\"distance\":null,\"dateFrom\":\"2026-06-21T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HPF\",\"id\":2,\"name\":\"HSV Pinkafeld\"},{\"code\":\"LOM\",\"id\":3,\"name\":\"LZ OMAHA\"}],\"id\":5486,\"location\":\"Markt Allhau\",\"ratingDurationDays\":null,\"shortTitle\":\"LM Sprint (B, St)\",\"slug\":\"lm-sprint-fur-bgld-u-stmk\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"09:00:00\",\"timeTo\":\"14:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/lm-sprint-fur-bgld-u-stmk\",\"visibility\":\"public\"},\"eventId\":5486,\"feeIncrease\":0,\"id\":363,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-05-18T06:10:22.000000Z\"},{\"createdAt\":\"2026-04-03T22:40:02.000000Z\",\"current\":false,\"dateFrom\":\"2026-06-12T22:00:00.000000Z\",\"dateTo\":\"2026-06-14T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-20T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HSVOLWN\",\"id\":19,\"name\":\"HSV OL Wiener Neustadt\"}],\"id\":5467,\"location\":\"Mollram\",\"ratingDurationDays\":null,\"shortTitle\":\"N\\u00d6 Allgemeine MS, 48. WN Stadt-MS\",\"slug\":\"no-allgemeine-meisterschaft-48-wiener-neustadter-stadtmeisterschaft\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/no-allgemeine-meisterschaft-48-wiener-neustadter-stadtmeisterschaft\",\"visibility\":\"public\"},\"eventId\":5467,\"feeIncrease\":50,\"id\":337,\"notified\":false,\"title\":\"Sp\\u00e4tmeldung\",\"updatedAt\":\"2026-04-03T22:40:02.000000Z\"},{\"createdAt\":\"2026-05-18T06:12:04.000000Z\",\"current\":false,\"dateFrom\":\"2026-06-13T22:00:00.000000Z\",\"dateTo\":\"2026-06-15T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"47.29393027978462,16.075701713562015\",\"distance\":null,\"dateFrom\":\"2026-06-21T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HPF\",\"id\":2,\"name\":\"HSV Pinkafeld\"},{\"code\":\"LOM\",\"id\":3,\"name\":\"LZ OMAHA\"}],\"id\":5486,\"location\":\"Markt Allhau\",\"ratingDurationDays\":null,\"shortTitle\":\"LM Sprint (B, St)\",\"slug\":\"lm-sprint-fur-bgld-u-stmk\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"09:00:00\",\"timeTo\":\"14:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/lm-sprint-fur-bgld-u-stmk\",\"visibility\":\"public\"},\"eventId\":5486,\"feeIncrease\":50,\"id\":391,\"notified\":false,\"title\":\"Sp\\u00e4tmeldung\",\"updatedAt\":\"2026-05-18T06:13:35.000000Z\"},{\"createdAt\":\"2026-04-08T17:50:49.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-06-19T21:59:00.000000Z\",\"event\":{\"competitionType\":\"relay\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-27T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"AHDO\",\"id\":32,\"name\":\"ASK\\u00d6 Henndorf Orienteering\"}],\"id\":5473,\"location\":\"\",\"ratingDurationDays\":null,\"shortTitle\":\"Sbg LM Staffel\",\"slug\":\"salzburger-lm-staffel-2\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"10:00:00\",\"timeTo\":\"17:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/salzburger-lm-staffel-2\",\"visibility\":\"public\"},\"eventId\":5473,\"feeIncrease\":0,\"id\":346,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-04-08T17:59:29.000000Z\"},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-11-15T09:54:28.000000Z\",\"dateTo\":\"2026-06-21T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-26T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5236,\"location\":\"Linz\",\"ratingDurationDays\":null,\"shortTitle\":\"O\\u00d6LM Sprint 2026\",\"slug\":\"oolm-sprint-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/oolm-sprint-2026\",\"visibility\":\"public\"},\"eventId\":5236,\"feeIncrease\":0,\"id\":78,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2026-05-14T22:00:00.000000Z\",\"dateTo\":\"2026-06-21T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-07-02T00:00:00.000000Z\",\"dateTo\":\"2026-07-05T00:00:00.000000Z\",\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HVI\",\"id\":9,\"name\":\"HSV OL Villach\"}],\"id\":4955,\"location\":\"K\\u00e4rnten\",\"ratingDurationDays\":null,\"shortTitle\":\"8. Carinthian Lake Cup 2026\",\"slug\":\"8-carinthian-lake-cup-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/8-carinthian-lake-cup-2026\",\"visibility\":\"public\"},\"eventId\":4955,\"feeIncrease\":1,\"id\":2,\"notified\":true,\"title\":\"Nachmeldung\",\"updatedAt\":\"2026-04-28T14:34:40.000000Z\"},{\"createdAt\":\"2026-04-08T18:00:20.000000Z\",\"current\":false,\"dateFrom\":\"2026-06-19T21:59:01.000000Z\",\"dateTo\":\"2026-06-22T21:59:00.000000Z\",\"event\":{\"competitionType\":\"relay\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-27T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"AHDO\",\"id\":32,\"name\":\"ASK\\u00d6 Henndorf Orienteering\"}],\"id\":5473,\"location\":\"\",\"ratingDurationDays\":null,\"shortTitle\":\"Sbg LM Staffel\",\"slug\":\"salzburger-lm-staffel-2\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"10:00:00\",\"timeTo\":\"17:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/salzburger-lm-staffel-2\",\"visibility\":\"public\"},\"eventId\":5473,\"feeIncrease\":50,\"id\":347,\"notified\":false,\"title\":\"Sp\\u00e4tmeldung\",\"updatedAt\":\"2026-04-08T18:00:20.000000Z\"},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-06-21T22:00:00.000000Z\",\"dateTo\":\"2026-06-23T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-26T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5236,\"location\":\"Linz\",\"ratingDurationDays\":null,\"shortTitle\":\"O\\u00d6LM Sprint 2026\",\"slug\":\"oolm-sprint-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/oolm-sprint-2026\",\"visibility\":\"public\"},\"eventId\":5236,\"feeIncrease\":1,\"id\":79,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":null},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-11-03T17:42:45.000000Z\",\"dateTo\":\"2026-06-24T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-07-04T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HVI\",\"id\":9,\"name\":\"HSV OL Villach\"}],\"id\":5213,\"location\":\"K\\u00e4rnten\",\"ratingDurationDays\":null,\"shortTitle\":\"\\u00d6HSV Verbandsmeisterschaft 2026\",\"slug\":\"ohsv-verbandsmeisterschaften-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/ohsv-verbandsmeisterschaften-2026\",\"visibility\":\"public\"},\"eventId\":5213,\"feeIncrease\":0,\"id\":53,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":\"2026-01-09T19:11:51.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-06-25T10:00:00.000000Z\",\"event\":{\"competitionType\":null,\"coordinates\":\"48.07125995230909,16.281213716888413\",\"distance\":null,\"dateFrom\":\"2026-06-27T00:00:00.000000Z\",\"dateTo\":\"2026-06-28T00:00:00.000000Z\",\"eventType\":\"training\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"WAT\",\"id\":62,\"name\":\"WAT-OL\"}],\"id\":5334,\"location\":\"M\\u00f6dling\",\"ratingDurationDays\":null,\"shortTitle\":\"ASK\\u00d6 Jugendtrainingstage\",\"slug\":\"jugendtrainingstage-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"10:00:00\",\"timeTo\":\"17:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/jugendtrainingstage-2026\",\"visibility\":\"public\"},\"eventId\":5334,\"feeIncrease\":0,\"id\":205,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-01-09T19:14:57.000000Z\"},{\"createdAt\":\"2026-01-20T15:32:14.000000Z\",\"current\":true,\"dateFrom\":\"2026-05-07T10:00:00.000000Z\",\"dateTo\":\"2026-06-25T10:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"48.07380490949,16.288402037048\",\"distance\":null,\"dateFrom\":\"2026-06-27T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OSW\",\"id\":57,\"name\":\"OLG Str\\u00f6ck Wien\"}],\"id\":5348,\"location\":\"HTL M\\u00f6dling\",\"ratingDurationDays\":null,\"shortTitle\":\"Wr. Sprint Serie\",\"slug\":\"wr-sprint-serie-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"13:30:00\",\"timeTo\":\"16:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/wr-sprint-serie-2026\",\"visibility\":\"public\"},\"eventId\":5348,\"feeIncrease\":0,\"id\":221,\"notified\":false,\"title\":\"Normaler Meldeschluss \\u00fcber ANNE\",\"updatedAt\":\"2026-01-20T16:15:06.000000Z\"},{\"createdAt\":\"2026-01-20T16:23:00.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-06-25T10:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"48.056195530317,16.275420145416\",\"distance\":null,\"dateFrom\":\"2026-06-28T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OSW\",\"id\":57,\"name\":\"OLG Str\\u00f6ck Wien\"}],\"id\":5349,\"location\":\"Richardshof 248, 2352 Gumpoldskirchen\",\"ratingDurationDays\":null,\"shortTitle\":\"WOLV Cup\",\"slug\":\"wolv-cup-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"10:30:00\",\"timeTo\":\"13:30:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/wolv-cup-2026\",\"visibility\":\"public\"},\"eventId\":5349,\"feeIncrease\":0,\"id\":222,\"notified\":false,\"title\":\"Normaler Meldeschluss \\u00fcber ANNE\",\"updatedAt\":\"2026-01-20T16:31:51.000000Z\"},{\"createdAt\":\"2025-12-25T16:48:56.000000Z\",\"current\":true,\"dateFrom\":\"2026-04-30T22:00:00.000000Z\",\"dateTo\":\"2026-06-26T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-06-30T00:00:00.000000Z\",\"dateTo\":\"2026-07-02T00:00:00.000000Z\",\"eventType\":\"training\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HVI\",\"id\":9,\"name\":\"HSV OL Villach\"}],\"id\":5292,\"location\":\"Raum K\\u00e4rnten\",\"ratingDurationDays\":null,\"shortTitle\":\"Train your Team\",\"slug\":\"train-your-team-2\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/train-your-team-2\",\"visibility\":\"public\"},\"eventId\":5292,\"feeIncrease\":0,\"id\":152,\"notified\":true,\"title\":\"Normaler Meldeschluss\",\"updatedAt\":\"2026-05-10T13:55:00.000000Z\"},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-06-24T22:00:00.000000Z\",\"dateTo\":\"2026-06-28T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-07-04T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HVI\",\"id\":9,\"name\":\"HSV OL Villach\"}],\"id\":5213,\"location\":\"K\\u00e4rnten\",\"ratingDurationDays\":null,\"shortTitle\":\"\\u00d6HSV Verbandsmeisterschaft 2026\",\"slug\":\"ohsv-verbandsmeisterschaften-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/ohsv-verbandsmeisterschaften-2026\",\"visibility\":\"public\"},\"eventId\":5213,\"feeIncrease\":1,\"id\":54,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":null},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-06-13T22:00:00.000000Z\",\"dateTo\":\"2026-06-30T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-07-08T00:00:00.000000Z\",\"dateTo\":\"2026-07-12T00:00:00.000000Z\",\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"STOLV\",\"id\":10006,\"name\":\"Steirischer Orientierungslaufverband\"}],\"id\":5245,\"location\":\"Litschau\",\"ratingDurationDays\":null,\"shortTitle\":\"Sommer Cup\",\"slug\":\"sommer-cup-2\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/sommer-cup-2\",\"visibility\":\"public\"},\"eventId\":5245,\"feeIncrease\":1,\"id\":97,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":null},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-11-13T09:32:56.000000Z\",\"dateTo\":\"2026-07-07T18:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-07-08T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5227,\"location\":\"Linz\",\"ratingDurationDays\":null,\"shortTitle\":\"4. FUN-OL 2026\",\"slug\":\"4-fun-ol-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"16:30:00\",\"timeTo\":\"17:45:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/4-fun-ol-2026\",\"visibility\":\"public\"},\"eventId\":5227,\"feeIncrease\":0,\"id\":63,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-12-01T17:02:29.000000Z\",\"dateTo\":\"2026-07-08T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-07-18T00:00:00.000000Z\",\"dateTo\":\"2026-07-19T00:00:00.000000Z\",\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"ACA\",\"id\":104,\"name\":\"AC Ausland\"}],\"id\":5280,\"location\":\"M\\u00e1rk\\u00f3 (HUN)\",\"ratingDurationDays\":null,\"shortTitle\":\"5.\\\/6. MTBO Austria Cup\",\"slug\":\"pannon-mtbo-5-6-austria-cup\",\"sportType\":\"mountainbikeOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/pannon-mtbo-5-6-austria-cup\",\"visibility\":\"public\"},\"eventId\":5280,\"feeIncrease\":0,\"id\":140,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-07-08T22:00:00.000000Z\",\"dateTo\":\"2026-07-12T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-07-18T00:00:00.000000Z\",\"dateTo\":\"2026-07-19T00:00:00.000000Z\",\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"ACA\",\"id\":104,\"name\":\"AC Ausland\"}],\"id\":5280,\"location\":\"M\\u00e1rk\\u00f3 (HUN)\",\"ratingDurationDays\":null,\"shortTitle\":\"5.\\\/6. MTBO Austria Cup\",\"slug\":\"pannon-mtbo-5-6-austria-cup\",\"sportType\":\"mountainbikeOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/pannon-mtbo-5-6-austria-cup\",\"visibility\":\"public\"},\"eventId\":5280,\"feeIncrease\":1,\"id\":141,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":null},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-09-10T17:54:02.000000Z\",\"dateTo\":\"2026-07-17T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"48.20806959999999,16.3713095\",\"distance\":null,\"dateFrom\":\"2026-09-03T00:00:00.000000Z\",\"dateTo\":\"2026-09-06T00:00:00.000000Z\",\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OLC\",\"id\":56,\"name\":\"OLC Wienerwald\"}],\"id\":5162,\"location\":\"Wien\",\"ratingDurationDays\":null,\"shortTitle\":\"Vienna O Challenge 2026\",\"slug\":\"vienna-orienteering-challenge-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/vienna-orienteering-challenge-2026\",\"visibility\":\"public\"},\"eventId\":5162,\"feeIncrease\":0,\"id\":27,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-07-17T22:00:00.000000Z\",\"dateTo\":\"2026-07-21T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"48.20806959999999,16.3713095\",\"distance\":null,\"dateFrom\":\"2026-09-03T00:00:00.000000Z\",\"dateTo\":\"2026-09-06T00:00:00.000000Z\",\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OLC\",\"id\":56,\"name\":\"OLC Wienerwald\"}],\"id\":5162,\"location\":\"Wien\",\"ratingDurationDays\":null,\"shortTitle\":\"Vienna O Challenge 2026\",\"slug\":\"vienna-orienteering-challenge-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/vienna-orienteering-challenge-2026\",\"visibility\":\"public\"},\"eventId\":5162,\"feeIncrease\":1,\"id\":28,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":null},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-11-13T09:34:46.000000Z\",\"dateTo\":\"2026-08-11T18:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-08-12T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5228,\"location\":\"Linz\",\"ratingDurationDays\":null,\"shortTitle\":\"5. FUN-OL 2026\",\"slug\":\"5-fun-ol-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"16:30:00\",\"timeTo\":\"17:45:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/5-fun-ol-2026\",\"visibility\":\"public\"},\"eventId\":5228,\"feeIncrease\":0,\"id\":64,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-11-13T09:51:16.000000Z\",\"dateTo\":\"2026-08-14T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-08-22T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5233,\"location\":\"Region Budweis\",\"ratingDurationDays\":null,\"shortTitle\":\"4. Linzcup 2026\",\"slug\":\"4-linzcup-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"14:00:00\",\"timeTo\":\"17:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/4-linzcup-2026\",\"visibility\":\"public\"},\"eventId\":5233,\"feeIncrease\":0,\"id\":72,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-02-17T08:05:52.000000Z\"},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-08-16T22:00:00.000000Z\",\"dateTo\":\"2026-08-16T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-08-22T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5233,\"location\":\"Region Budweis\",\"ratingDurationDays\":null,\"shortTitle\":\"4. Linzcup 2026\",\"slug\":\"4-linzcup-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"14:00:00\",\"timeTo\":\"17:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/4-linzcup-2026\",\"visibility\":\"public\"},\"eventId\":5233,\"feeIncrease\":1,\"id\":73,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":\"2026-02-17T08:06:10.000000Z\"},{\"createdAt\":\"2026-04-29T12:56:25.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-08-18T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-08-30T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"STOLV\",\"id\":10006,\"name\":\"Steirischer Orientierungslaufverband\"}],\"id\":5494,\"location\":\"Dreil\\u00e4ndereck\",\"ratingDurationDays\":null,\"shortTitle\":\"6. ST Cup 3 Borders\",\"slug\":\"6-stolv-cup-3-borders-orienteering\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"10:00:00\",\"timeTo\":\"15:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/6-stolv-cup-3-borders-orienteering\",\"visibility\":\"public\"},\"eventId\":5494,\"feeIncrease\":0,\"id\":373,\"notified\":false,\"title\":\"Normaler Meldeschluss\",\"updatedAt\":\"2026-04-29T12:56:25.000000Z\"},{\"createdAt\":\"2026-04-29T12:57:19.000000Z\",\"current\":false,\"dateFrom\":\"2026-08-18T22:00:00.000000Z\",\"dateTo\":\"2026-08-24T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-08-30T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"STOLV\",\"id\":10006,\"name\":\"Steirischer Orientierungslaufverband\"}],\"id\":5494,\"location\":\"Dreil\\u00e4ndereck\",\"ratingDurationDays\":null,\"shortTitle\":\"6. ST Cup 3 Borders\",\"slug\":\"6-stolv-cup-3-borders-orienteering\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"10:00:00\",\"timeTo\":\"15:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/6-stolv-cup-3-borders-orienteering\",\"visibility\":\"public\"},\"eventId\":5494,\"feeIncrease\":50,\"id\":374,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":\"2026-04-29T12:57:19.000000Z\"},{\"createdAt\":\"2026-03-26T09:32:01.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-08-25T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-08-29T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NFWien\",\"id\":55,\"name\":\"Naturfreunde Wien\"}],\"id\":5452,\"location\":\"3001 Mauerbach\\\/N\\u00d6, Hainbuch 3, Parkplatz des ehem.Gasthof Radlherr\",\"ratingDurationDays\":null,\"shortTitle\":\"WOLV Cup 4.Lauf\",\"slug\":\"wolv-cup-4lauf\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"10:00:00\",\"timeTo\":\"13:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/wolv-cup-4lauf\",\"visibility\":\"public\"},\"eventId\":5452,\"feeIncrease\":0,\"id\":321,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-03-26T09:34:12.000000Z\"},{\"createdAt\":\"2026-01-05T09:47:20.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-08-27T21:59:59.000000Z\",\"event\":{\"competitionType\":\"relay\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-09-06T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OLC\",\"id\":56,\"name\":\"OLC Wienerwald\"}],\"id\":5314,\"location\":\"Wien\",\"ratingDurationDays\":null,\"shortTitle\":\"VOC Sprint Relay\",\"slug\":\"vienna-orienteering-challenge-sprint-relay\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"12:00:00\",\"timeTo\":\"14:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/vienna-orienteering-challenge-sprint-relay\",\"visibility\":\"public\"},\"eventId\":5314,\"feeIncrease\":0,\"id\":180,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-01-05T09:47:20.000000Z\"},{\"createdAt\":\"2026-02-25T19:17:45.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-08-28T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"47.91490389488129,13.102096179379565\",\"distance\":null,\"dateFrom\":\"2026-09-05T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":true,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"AHDO\",\"id\":32,\"name\":\"ASK\\u00d6 Henndorf Orienteering\"}],\"id\":5420,\"location\":\"Riedelwald\",\"ratingDurationDays\":null,\"shortTitle\":\"4.SC\",\"slug\":\"4sbg-cup\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"12:00:00\",\"timeTo\":\"16:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/4sbg-cup\",\"visibility\":\"public\"},\"eventId\":5420,\"feeIncrease\":0,\"id\":293,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-04-08T17:45:37.000000Z\"},{\"createdAt\":\"2026-04-08T17:47:04.000000Z\",\"current\":false,\"dateFrom\":\"2026-08-28T21:59:01.000000Z\",\"dateTo\":\"2026-08-31T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"47.91490389488129,13.102096179379565\",\"distance\":null,\"dateFrom\":\"2026-09-05T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":true,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"AHDO\",\"id\":32,\"name\":\"ASK\\u00d6 Henndorf Orienteering\"}],\"id\":5420,\"location\":\"Riedelwald\",\"ratingDurationDays\":null,\"shortTitle\":\"4.SC\",\"slug\":\"4sbg-cup\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"12:00:00\",\"timeTo\":\"16:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/4sbg-cup\",\"visibility\":\"public\"},\"eventId\":5420,\"feeIncrease\":50,\"id\":345,\"notified\":false,\"title\":\"Sp\\u00e4tmeldung\",\"updatedAt\":\"2026-04-08T17:47:04.000000Z\"},{\"createdAt\":\"2026-02-27T07:40:57.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-09-02T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-09-03T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"training\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OLC\",\"id\":56,\"name\":\"OLC Wienerwald\"}],\"id\":5421,\"location\":\"Wien D\\u00e4nenstra\\u00dfe\",\"ratingDurationDays\":null,\"shortTitle\":\"Wiener Sprintserie 2026 5. Lauf\",\"slug\":\"voc-x-wiener-sprintserie\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"17:30:00\",\"timeTo\":\"19:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/voc-x-wiener-sprintserie\",\"visibility\":\"public\"},\"eventId\":5421,\"feeIncrease\":0,\"id\":294,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-02-27T07:43:04.000000Z\"},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-07-29T14:00:25.000000Z\",\"dateTo\":\"2026-09-06T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-09-12T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5127,\"location\":\"Bad Leonfelden\",\"ratingDurationDays\":null,\"shortTitle\":\"11.AC+\\u00d6STM Langdistanz+WRE\",\"slug\":\"11-ac-ostm-langdistanz-wre\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/11-ac-ostm-langdistanz-wre\",\"visibility\":\"public\"},\"eventId\":5127,\"feeIncrease\":0,\"id\":19,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-07-29T14:04:47.000000Z\",\"dateTo\":\"2026-09-06T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-09-13T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5128,\"location\":\"Bad Leonfelden\",\"ratingDurationDays\":null,\"shortTitle\":\"12.AC+\\u00d6STM Mitteldistanz+WRE+ASK\\u00d6-BM\",\"slug\":\"12-ac-ostm-mitteldistanz-wre-askoebm\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/12-ac-ostm-mitteldistanz-wre-askoebm\",\"visibility\":\"public\"},\"eventId\":5128,\"feeIncrease\":0,\"id\":21,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-11-13T09:36:47.000000Z\",\"dateTo\":\"2026-09-08T18:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-09-09T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5229,\"location\":\"Linz\",\"ratingDurationDays\":null,\"shortTitle\":\"6. FUN-OL 2026\",\"slug\":\"6-fun-ol-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"16:30:00\",\"timeTo\":\"17:45:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/6-fun-ol-2026\",\"visibility\":\"public\"},\"eventId\":5229,\"feeIncrease\":0,\"id\":65,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-09-06T22:00:00.000000Z\",\"dateTo\":\"2026-09-09T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-09-12T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5127,\"location\":\"Bad Leonfelden\",\"ratingDurationDays\":null,\"shortTitle\":\"11.AC+\\u00d6STM Langdistanz+WRE\",\"slug\":\"11-ac-ostm-langdistanz-wre\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/11-ac-ostm-langdistanz-wre\",\"visibility\":\"public\"},\"eventId\":5127,\"feeIncrease\":50,\"id\":20,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":\"2026-02-19T20:42:55.000000Z\"},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-09-06T22:00:00.000000Z\",\"dateTo\":\"2026-09-09T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-09-13T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5128,\"location\":\"Bad Leonfelden\",\"ratingDurationDays\":null,\"shortTitle\":\"12.AC+\\u00d6STM Mitteldistanz+WRE+ASK\\u00d6-BM\",\"slug\":\"12-ac-ostm-mitteldistanz-wre-askoebm\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/12-ac-ostm-mitteldistanz-wre-askoebm\",\"visibility\":\"public\"},\"eventId\":5128,\"feeIncrease\":50,\"id\":22,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":\"2026-02-19T20:42:12.000000Z\"},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-11-13T09:53:10.000000Z\",\"dateTo\":\"2026-09-13T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-09-19T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5234,\"location\":\"Vorderweissenbach\",\"ratingDurationDays\":null,\"shortTitle\":\"5. Linzcup 2026\",\"slug\":\"5-linzcup-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"14:00:00\",\"timeTo\":\"17:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/5-linzcup-2026\",\"visibility\":\"public\"},\"eventId\":5234,\"feeIncrease\":0,\"id\":74,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-09-13T22:00:00.000000Z\",\"dateTo\":\"2026-09-15T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-09-19T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5234,\"location\":\"Vorderweissenbach\",\"ratingDurationDays\":null,\"shortTitle\":\"5. Linzcup 2026\",\"slug\":\"5-linzcup-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"14:00:00\",\"timeTo\":\"17:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/5-linzcup-2026\",\"visibility\":\"public\"},\"eventId\":5234,\"feeIncrease\":1,\"id\":75,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":\"2026-02-17T08:07:02.000000Z\"},{\"createdAt\":\"2026-01-12T09:15:39.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-09-18T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":\"48.94462066561596,17.17349455366261\",\"distance\":null,\"dateFrom\":\"2026-09-26T00:00:00.000000Z\",\"dateTo\":\"2026-09-27T00:00:00.000000Z\",\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"ACA\",\"id\":104,\"name\":\"AC Ausland\"}],\"id\":5335,\"location\":\"Vacenovice (Hodonin) \\\/ CZ\",\"ratingDurationDays\":null,\"shortTitle\":\"7.\\\/8. & 9. MTBO AC - Wochenende\",\"slug\":\"78-9-mtbo-ac-wochenende\",\"sportType\":\"mountainbikeOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/78-9-mtbo-ac-wochenende\",\"visibility\":\"public\"},\"eventId\":5335,\"feeIncrease\":0,\"id\":206,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-01-12T09:16:59.000000Z\"},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-11-13T09:54:38.000000Z\",\"dateTo\":\"2026-09-27T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-03T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5235,\"location\":\"M\\u00fchlviertel\",\"ratingDurationDays\":null,\"shortTitle\":\"6. Linzcup 2026\",\"slug\":\"6-linzcup-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"14:00:00\",\"timeTo\":\"17:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/6-linzcup-2026\",\"visibility\":\"public\"},\"eventId\":5235,\"feeIncrease\":0,\"id\":76,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":\"2026-03-04T08:09:25.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-09-29T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-03T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"LKI\",\"id\":10653,\"name\":\"Laufklub Kompass Innsbruck\"}],\"id\":5429,\"location\":\"St. Sigmund im Sellrain\",\"ratingDurationDays\":null,\"shortTitle\":\"6. TC + TM Middle 2026\",\"slug\":\"tm-middle-6-tirol-cup-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"10:00:00\",\"timeTo\":\"14:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/tm-middle-6-tirol-cup-2026\",\"visibility\":\"public\"},\"eventId\":5429,\"feeIncrease\":0,\"id\":301,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-03-04T08:18:34.000000Z\"},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-07-09T16:57:22.000000Z\",\"dateTo\":\"2026-09-30T21:59:00.000000Z\",\"event\":{\"competitionType\":\"relay\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-10T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"SDS\",\"id\":1,\"name\":\"SSV Dornbirn Schoren\"}],\"id\":5117,\"location\":\"N M Lombardei\",\"ratingDurationDays\":null,\"shortTitle\":\"ARGE ALP Staffel Lombardei\",\"slug\":\"arge-alp-staffel-lombardei\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/arge-alp-staffel-lombardei\",\"visibility\":\"public\"},\"eventId\":5117,\"feeIncrease\":0,\"id\":9,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-09-27T22:00:00.000000Z\",\"dateTo\":\"2026-09-30T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-03T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5235,\"location\":\"M\\u00fchlviertel\",\"ratingDurationDays\":null,\"shortTitle\":\"6. Linzcup 2026\",\"slug\":\"6-linzcup-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"14:00:00\",\"timeTo\":\"17:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/6-linzcup-2026\",\"visibility\":\"public\"},\"eventId\":5235,\"feeIncrease\":1,\"id\":77,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":null},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-07-09T16:58:37.000000Z\",\"dateTo\":\"2026-10-01T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-11T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"SDS\",\"id\":1,\"name\":\"SSV Dornbirn Schoren\"}],\"id\":5118,\"location\":\"M P Lombardei\",\"ratingDurationDays\":null,\"shortTitle\":\"ARGE ALP Einzel\",\"slug\":\"arge-alp-einzel-lombardei\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/arge-alp-einzel-lombardei\",\"visibility\":\"public\"},\"eventId\":5118,\"feeIncrease\":0,\"id\":11,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":\"2026-05-01T07:15:37.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-10-02T21:59:00.000000Z\",\"event\":{\"competitionType\":\"relay\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-10T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HSVOLWN\",\"id\":19,\"name\":\"HSV OL Wiener Neustadt\"}],\"id\":5495,\"location\":\"Kobersdorf\",\"ratingDurationDays\":null,\"shortTitle\":\"N\\u00d6 & W Staffel LM Kobersdorf\",\"slug\":\"no-w-staffellandesmeisterschaften-kobersdorf\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"14:00:00\",\"timeTo\":\"17:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/no-w-staffellandesmeisterschaften-kobersdorf\",\"visibility\":\"public\"},\"eventId\":5495,\"feeIncrease\":0,\"id\":375,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-05-01T07:45:39.000000Z\"},{\"createdAt\":\"2026-05-01T07:52:30.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-10-02T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-11T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HSVOLWN\",\"id\":19,\"name\":\"HSV OL Wiener Neustadt\"}],\"id\":5496,\"location\":\"Kobersdorf\",\"ratingDurationDays\":null,\"shortTitle\":\"N\\u00d6 & W Jugend- und Seniorenmeisterschaften\",\"slug\":\"niederosterreichische-und-wiener-jugend-und-seniorenmeisterschaften\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"10:00:00\",\"timeTo\":\"14:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/niederosterreichische-und-wiener-jugend-und-seniorenmeisterschaften\",\"visibility\":\"public\"},\"eventId\":5496,\"feeIncrease\":0,\"id\":376,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-05-01T08:19:29.000000Z\"},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-11-15T09:57:02.000000Z\",\"dateTo\":\"2026-10-04T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-09T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5237,\"location\":\"Linz\",\"ratingDurationDays\":null,\"shortTitle\":\"O\\u00d6LM Nacht 2026\",\"slug\":\"oolm-nacht-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/oolm-nacht-2026\",\"visibility\":\"public\"},\"eventId\":5237,\"feeIncrease\":0,\"id\":80,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-12-07T08:51:02.000000Z\",\"dateTo\":\"2026-10-04T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-14T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OLC\",\"id\":56,\"name\":\"OLC Wienerwald\"}],\"id\":5285,\"location\":\"Wien\",\"ratingDurationDays\":null,\"shortTitle\":\"WAM Sprint-OL 2026\",\"slug\":\"sprint-ol-wiener-akademische-meisterschaft-orientierungslauf-1\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/sprint-ol-wiener-akademische-meisterschaft-orientierungslauf-1\",\"visibility\":\"public\"},\"eventId\":5285,\"feeIncrease\":0,\"id\":142,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-09-30T22:00:00.000000Z\",\"dateTo\":\"2026-10-04T22:00:00.000000Z\",\"event\":{\"competitionType\":\"relay\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-10T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"SDS\",\"id\":1,\"name\":\"SSV Dornbirn Schoren\"}],\"id\":5117,\"location\":\"N M Lombardei\",\"ratingDurationDays\":null,\"shortTitle\":\"ARGE ALP Staffel Lombardei\",\"slug\":\"arge-alp-staffel-lombardei\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/arge-alp-staffel-lombardei\",\"visibility\":\"public\"},\"eventId\":5117,\"feeIncrease\":1,\"id\":10,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":null},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-10-01T22:00:00.000000Z\",\"dateTo\":\"2026-10-05T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-11T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"SDS\",\"id\":1,\"name\":\"SSV Dornbirn Schoren\"}],\"id\":5118,\"location\":\"M P Lombardei\",\"ratingDurationDays\":null,\"shortTitle\":\"ARGE ALP Einzel\",\"slug\":\"arge-alp-einzel-lombardei\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/arge-alp-einzel-lombardei\",\"visibility\":\"public\"},\"eventId\":5118,\"feeIncrease\":1,\"id\":12,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":null},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-10-04T22:00:00.000000Z\",\"dateTo\":\"2026-10-06T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-09T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5237,\"location\":\"Linz\",\"ratingDurationDays\":null,\"shortTitle\":\"O\\u00d6LM Nacht 2026\",\"slug\":\"oolm-nacht-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/oolm-nacht-2026\",\"visibility\":\"public\"},\"eventId\":5237,\"feeIncrease\":1,\"id\":81,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":null},{\"createdAt\":\"2026-02-24T17:58:22.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-10-07T21:59:59.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-17T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"ACA\",\"id\":104,\"name\":\"AC Ausland\"}],\"id\":5411,\"location\":\"Sopron (HUN)\",\"ratingDurationDays\":null,\"shortTitle\":\"10. MTBO AC - Mittel\",\"slug\":\"10-mtbo-ac-mittel\",\"sportType\":\"mountainbikeOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/10-mtbo-ac-mittel\",\"visibility\":\"public\"},\"eventId\":5411,\"feeIncrease\":0,\"id\":284,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-02-24T17:58:22.000000Z\"},{\"createdAt\":\"2026-02-24T18:02:30.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-10-08T21:59:59.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-18T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"ACA\",\"id\":104,\"name\":\"AC Ausland\"}],\"id\":5412,\"location\":\"Sopron (HUN)\",\"ratingDurationDays\":null,\"shortTitle\":\"11. MTBO AC \\u00d6STM\\\/\\u00d6M Lang\",\"slug\":\"11-mtbo-ac-ostmom-lang\",\"sportType\":\"mountainbikeOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/11-mtbo-ac-ostmom-lang\",\"visibility\":\"public\"},\"eventId\":5412,\"feeIncrease\":0,\"id\":285,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-02-24T18:02:30.000000Z\"},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2026-10-04T22:00:00.000000Z\",\"dateTo\":\"2026-10-08T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-14T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OLC\",\"id\":56,\"name\":\"OLC Wienerwald\"}],\"id\":5285,\"location\":\"Wien\",\"ratingDurationDays\":null,\"shortTitle\":\"WAM Sprint-OL 2026\",\"slug\":\"sprint-ol-wiener-akademische-meisterschaft-orientierungslauf-1\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/sprint-ol-wiener-akademische-meisterschaft-orientierungslauf-1\",\"visibility\":\"public\"},\"eventId\":5285,\"feeIncrease\":1,\"id\":143,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":null},{\"createdAt\":\"2026-01-12T12:22:47.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-10-16T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-24T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"GO_\",\"id\":103,\"name\":\"GO_Harzberg\\\/Bad_Voeslau\"},{\"code\":\"STOLV\",\"id\":10006,\"name\":\"Steirischer Orientierungslaufverband\"}],\"id\":5336,\"location\":\"Pirka (Stmk)\",\"ratingDurationDays\":null,\"shortTitle\":\"13. AC Mittel\",\"slug\":\"12-ac-mittel\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/12-ac-mittel\",\"visibility\":\"public\"},\"eventId\":5336,\"feeIncrease\":0,\"id\":207,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-01-12T12:23:51.000000Z\"},{\"createdAt\":\"2026-01-13T15:02:54.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-10-16T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-25T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"GO_\",\"id\":103,\"name\":\"GO_Harzberg\\\/Bad_Voeslau\"},{\"code\":\"STOLV\",\"id\":10006,\"name\":\"Steirischer Orientierungslaufverband\"}],\"id\":5339,\"location\":\"Kaiserwald\",\"ratingDurationDays\":null,\"shortTitle\":\"14.AC Lang\",\"slug\":\"13ac-lang\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/13ac-lang\",\"visibility\":\"public\"},\"eventId\":5339,\"feeIncrease\":0,\"id\":210,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-01-13T15:05:06.000000Z\"},{\"createdAt\":\"2026-01-13T15:09:09.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-10-16T21:59:00.000000Z\",\"event\":{\"competitionType\":\"team\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-26T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"GO_\",\"id\":103,\"name\":\"GO_Harzberg\\\/Bad_Voeslau\"},{\"code\":\"STOLV\",\"id\":10006,\"name\":\"Steirischer Orientierungslaufverband\"}],\"id\":5340,\"location\":\"Tobelbad\",\"ratingDurationDays\":null,\"shortTitle\":\"\\u00d6M Mannschaft\",\"slug\":\"om-mannschaft-7\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/om-mannschaft-7\",\"visibility\":\"public\"},\"eventId\":5340,\"feeIncrease\":0,\"id\":211,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-01-13T15:10:47.000000Z\"},{\"createdAt\":\"2026-03-22T16:26:31.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-10-23T21:59:00.000000Z\",\"event\":{\"competitionType\":null,\"coordinates\":\"47.04851500131401,16.074019410001604\",\"distance\":null,\"dateFrom\":\"2026-11-14T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"federationEvent\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[],\"id\":5448,\"location\":\"F\\u00fcrstenfeld\",\"ratingDurationDays\":null,\"shortTitle\":\"\\u00d6FOL-GALA\",\"slug\":\"ofol-gala-2026\",\"sportType\":null,\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"17:30:00\",\"timeTo\":\"23:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/ofol-gala-2026\",\"visibility\":\"public\"},\"eventId\":5448,\"feeIncrease\":0,\"id\":318,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-03-22T16:47:41.000000Z\"},{\"createdAt\":\"2026-04-08T17:27:08.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-10-30T22:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-11-07T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"AHDO\",\"id\":32,\"name\":\"ASK\\u00d6 Henndorf Orienteering\"}],\"id\":5472,\"location\":\"Michaelbeuern\",\"ratingDurationDays\":null,\"shortTitle\":\"8.&9. SC\",\"slug\":\"8-9-salzburgcup\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"09:00:00\",\"timeTo\":\"15:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/8-9-salzburgcup\",\"visibility\":\"public\"},\"eventId\":5472,\"feeIncrease\":0,\"id\":343,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-04-08T17:38:59.000000Z\"},{\"createdAt\":\"2026-04-08T17:39:37.000000Z\",\"current\":false,\"dateFrom\":\"2026-10-30T22:59:01.000000Z\",\"dateTo\":\"2026-11-02T22:59:59.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-11-07T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"AHDO\",\"id\":32,\"name\":\"ASK\\u00d6 Henndorf Orienteering\"}],\"id\":5472,\"location\":\"Michaelbeuern\",\"ratingDurationDays\":null,\"shortTitle\":\"8.&9. SC\",\"slug\":\"8-9-salzburgcup\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"09:00:00\",\"timeTo\":\"15:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/8-9-salzburgcup\",\"visibility\":\"public\"},\"eventId\":5472,\"feeIncrease\":50,\"id\":344,\"notified\":false,\"title\":\"Sp\\u00e4tmeldung\",\"updatedAt\":\"2026-04-08T17:39:37.000000Z\"},{\"createdAt\":\"2026-01-16T19:16:14.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2026-11-03T22:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-11-07T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"LKI\",\"id\":10653,\"name\":\"Laufklub Kompass Innsbruck\"}],\"id\":5345,\"location\":\"Natters, GH Natterer Boden\",\"ratingDurationDays\":null,\"shortTitle\":\"7. TC 2026\",\"slug\":\"7-tirolcup-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"13:00:00\",\"timeTo\":\"17:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/7-tirolcup-2026\",\"visibility\":\"public\"},\"eventId\":5345,\"feeIncrease\":0,\"id\":218,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-01-16T19:22:43.000000Z\"},{\"createdAt\":\"2026-02-24T20:58:41.000000Z\",\"current\":false,\"dateFrom\":\"2026-08-31T22:00:00.000000Z\",\"dateTo\":\"2026-11-17T22:59:00.000000Z\",\"event\":{\"competitionType\":\"relay\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-11-21T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OLK\",\"id\":90,\"name\":\"OL Kufstein\"}],\"id\":5415,\"location\":\"Kufstein\",\"ratingDurationDays\":null,\"shortTitle\":\"TM Mixed Sprint\",\"slug\":\"tm-mixed-sprint\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/tm-mixed-sprint\",\"visibility\":\"public\"},\"eventId\":5415,\"feeIncrease\":0,\"id\":288,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-02-24T21:19:12.000000Z\"},{\"createdAt\":\"2026-05-12T11:43:39.000000Z\",\"current\":true,\"dateFrom\":null,\"dateTo\":\"2027-04-29T21:59:59.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2027-05-09T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OrK\",\"id\":21,\"name\":\"Orienteering Klosterneuburg\"}],\"id\":5506,\"location\":\"Wien \\\/ N\\u00d6\",\"ratingDurationDays\":null,\"shortTitle\":\"OL meets Wings for Life\",\"slug\":\"ol-meets-wings-for-life\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"12:00:00\",\"timeTo\":\"17:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/ol-meets-wings-for-life\",\"visibility\":\"public\"},\"eventId\":5506,\"feeIncrease\":0,\"id\":387,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":\"2026-05-12T11:43:39.000000Z\"},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-11-17T08:01:56.000000Z\",\"dateTo\":\"2027-09-29T21:59:00.000000Z\",\"event\":{\"competitionType\":\"relay\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2027-10-09T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"SDS\",\"id\":1,\"name\":\"SSV Dornbirn Schoren\"}],\"id\":5238,\"location\":\"Salzburg, M-Ort\",\"ratingDurationDays\":null,\"shortTitle\":\"ARGE ALP Staffel\",\"slug\":\"arge-alp-staffel-2027\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/arge-alp-staffel-2027\",\"visibility\":\"public\"},\"eventId\":5238,\"feeIncrease\":0,\"id\":82,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":true,\"dateFrom\":\"2025-11-17T08:03:08.000000Z\",\"dateTo\":\"2027-09-30T21:59:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2027-10-10T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"SDS\",\"id\":1,\"name\":\"SSV Dornbirn Schoren\"}],\"id\":5239,\"location\":\"Salzburg N-Ort\",\"ratingDurationDays\":null,\"shortTitle\":\"ARGE ALP Einzel\",\"slug\":\"arge-alp-einzel-2\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/arge-alp-einzel-2\",\"visibility\":\"public\"},\"eventId\":5239,\"feeIncrease\":0,\"id\":84,\"notified\":false,\"title\":\"Regul\\u00e4rer Meldeschluss\",\"updatedAt\":null},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2027-09-29T22:00:00.000000Z\",\"dateTo\":\"2027-10-03T22:00:00.000000Z\",\"event\":{\"competitionType\":\"relay\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2027-10-09T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"SDS\",\"id\":1,\"name\":\"SSV Dornbirn Schoren\"}],\"id\":5238,\"location\":\"Salzburg, M-Ort\",\"ratingDurationDays\":null,\"shortTitle\":\"ARGE ALP Staffel\",\"slug\":\"arge-alp-staffel-2027\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/arge-alp-staffel-2027\",\"visibility\":\"public\"},\"eventId\":5238,\"feeIncrease\":1,\"id\":83,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":null},{\"createdAt\":null,\"current\":false,\"dateFrom\":\"2027-09-30T22:00:00.000000Z\",\"dateTo\":\"2027-10-04T22:00:00.000000Z\",\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2027-10-10T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"SDS\",\"id\":1,\"name\":\"SSV Dornbirn Schoren\"}],\"id\":5239,\"location\":\"Salzburg N-Ort\",\"ratingDurationDays\":null,\"shortTitle\":\"ARGE ALP Einzel\",\"slug\":\"arge-alp-einzel-2\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/arge-alp-einzel-2\",\"visibility\":\"public\"},\"eventId\":5239,\"feeIncrease\":1,\"id\":85,\"notified\":false,\"title\":\"Nachmeldung\",\"updatedAt\":null}]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/event\/{id}\/deadlines",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/deadlines",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/deadlines",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/eventDeadline",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventDeadline",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventDeadline"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"dateFrom\":\"2026-05-21T21:43:00\",\"dateTo\":\"2026-05-21T21:43:00\",\"eventId\":14,\"feeIncrease\":85440942.35668261,\"title\":\"qpetkrcqc\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/eventDeadline\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventDeadline\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventDeadline\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the eventDeadline."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"dateFrom\":\"2026-05-21T21:43:00\",\"dateTo\":\"2026-05-21T21:43:00\",\"feeIncrease\":570120,\"title\":\"asefhl\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventDeadline\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventDeadline\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventDeadline\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the eventDeadline."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event Embargoed Area",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/eventEmbargoedAreas\/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventEmbargoedAreas\/active",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventEmbargoedAreas\/active"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-cache",
                                    "value": "MISS"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[{\"area\":[{\"lat\":48.54421880102348,\"lng\":14.274550770556628},{\"lat\":48.54421880102348,\"lng\":14.29455077055664},{\"lat\":48.547631026068515,\"lng\":14.29729735258789},{\"lat\":48.55649704814138,\"lng\":14.291117543017577},{\"lat\":48.563887629803425,\"lng\":14.29455077055664},{\"lat\":48.570802729953584,\"lng\":14.2832207572815},{\"lat\":48.571129292409196,\"lng\":14.263307675158705},{\"lat\":48.56553484417202,\"lng\":14.25626883391112},{\"lat\":48.55905342095311,\"lng\":14.248715733325183}],\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-09-12T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5127,\"location\":\"Bad Leonfelden\",\"ratingDurationDays\":null,\"shortTitle\":\"11.AC+\\u00d6STM Langdistanz+WRE\",\"slug\":\"11-ac-ostm-langdistanz-wre\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/11-ac-ostm-langdistanz-wre\",\"visibility\":\"public\"},\"eventId\":5127,\"id\":18,\"label\":\"Sperrgebiet\"},{\"area\":[{\"lat\":48.54598029906843,\"lng\":14.274207447802722},{\"lat\":48.54143437262031,\"lng\":14.287297352587904},{\"lat\":48.54461656400559,\"lng\":14.30055891875},{\"lat\":48.55282975930598,\"lng\":14.300344342028808},{\"lat\":48.557178760189075,\"lng\":14.292919987475585},{\"lat\":48.56530764537976,\"lng\":14.289229267871093},{\"lat\":48.5718959959729,\"lng\":14.266654347216784},{\"lat\":48.569536127138505,\"lng\":14.25429472807616},{\"lat\":48.56195048730831,\"lng\":14.247256611621081},{\"lat\":48.55721990241794,\"lng\":14.253479336535632},{\"lat\":48.55248887512942,\"lng\":14.264851902758776}],\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-09-13T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"NLZ\",\"id\":30,\"name\":\"Naturfreunde Linz\"}],\"id\":5128,\"location\":\"Bad Leonfelden\",\"ratingDurationDays\":null,\"shortTitle\":\"12.AC+\\u00d6STM Mitteldistanz+WRE+ASK\\u00d6-BM\",\"slug\":\"12-ac-ostm-mitteldistanz-wre-askoebm\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":null,\"timeTo\":null,\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/12-ac-ostm-mitteldistanz-wre-askoebm\",\"visibility\":\"public\"},\"eventId\":5128,\"id\":19,\"label\":\"Sperrgebiet\"},{\"area\":[{\"lat\":46.75969933686916,\"lng\":14.070402478015124},{\"lat\":46.76159557588806,\"lng\":14.085487946307387},{\"lat\":46.760544567931575,\"lng\":14.092344034945684},{\"lat\":46.76213577130111,\"lng\":14.096716216838097},{\"lat\":46.76548890397681,\"lng\":14.09619864109727},{\"lat\":46.77260420315448,\"lng\":14.109671467578124},{\"lat\":46.7756730620955,\"lng\":14.12499224547119},{\"lat\":46.77746954812482,\"lng\":14.1255186063406},{\"lat\":46.7794551648909,\"lng\":14.1279275539872},{\"lat\":46.78212304992467,\"lng\":14.128059144204563},{\"lat\":46.7850258892714,\"lng\":14.123555877244192},{\"lat\":46.78641434803745,\"lng\":14.121475778853618},{\"lat\":46.78880917159091,\"lng\":14.119718841349815},{\"lat\":46.78819211068118,\"lng\":14.114316691195684},{\"lat\":46.788309646637956,\"lng\":14.110293015277113},{\"lat\":46.78778073281139,\"lng\":14.105078076159655},{\"lat\":46.78472206445062,\"lng\":14.101732355689704},{\"lat\":46.78507207425501,\"lng\":14.097056259548365},{\"lat\":46.78465543244613,\"lng\":14.092253093754946},{\"lat\":46.77929644229857,\"lng\":14.082732592856585},{\"lat\":46.77733577824936,\"lng\":14.078368638789355},{\"lat\":46.77129796408496,\"lng\":14.070842360293566},{\"lat\":46.766334594825686,\"lng\":14.06926522139281}],\"event\":{\"competitionType\":\"single\",\"coordinates\":\"46.78865921113494,14.115625379156896\",\"distance\":null,\"dateFrom\":\"2026-06-13T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HSD\",\"id\":8,\"name\":\"HSV Spittal \\\/ Drau\"}],\"id\":5109,\"location\":\"Steuerberg - Feldkirchen in K\\u00e4rnten\",\"ratingDurationDays\":null,\"shortTitle\":\"6.KOLV Cuplauf \\\/ AAOC 2026 Lang\",\"slug\":\"alpe-adria-orienteering-cup-2026-langdistanz\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"09:00:00\",\"timeTo\":\"15:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/alpe-adria-orienteering-cup-2026-langdistanz\",\"visibility\":\"public\"},\"eventId\":5109,\"id\":4,\"label\":\"Sperrgebiet\"},{\"area\":[{\"lat\":47.28329203872942,\"lng\":16.071251928538047},{\"lat\":47.28329203872942,\"lng\":16.09125192853805},{\"lat\":47.30329203872942,\"lng\":16.09125192853805},{\"lat\":47.30329203872942,\"lng\":16.071251928538047},{\"lat\":47.29739734563164,\"lng\":16.072655273211755}],\"event\":{\"competitionType\":\"single\",\"coordinates\":\"47.29393027978462,16.075701713562015\",\"distance\":null,\"dateFrom\":\"2026-06-21T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HPF\",\"id\":2,\"name\":\"HSV Pinkafeld\"},{\"code\":\"LOM\",\"id\":3,\"name\":\"LZ OMAHA\"}],\"id\":5486,\"location\":\"Markt Allhau\",\"ratingDurationDays\":null,\"shortTitle\":\"LM Sprint (B, St)\",\"slug\":\"lm-sprint-fur-bgld-u-stmk\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"09:00:00\",\"timeTo\":\"14:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/lm-sprint-fur-bgld-u-stmk\",\"visibility\":\"public\"},\"eventId\":5486,\"id\":27,\"label\":\"Laufgebiet\"},{\"area\":[{\"lat\":47.589378335841154,\"lng\":16.331166881609487},{\"lat\":47.58764167941513,\"lng\":16.387136681474104},{\"lat\":47.601417568974966,\"lng\":16.385247975223507},{\"lat\":47.60234354909991,\"lng\":16.343701023090652},{\"lat\":47.60176481344253,\"lng\":16.33546801789734},{\"lat\":47.5982922650485,\"lng\":16.329630041812266},{\"lat\":47.59377760755794,\"lng\":16.329288247518317}],\"event\":{\"competitionType\":\"single\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-11T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HSVOLWN\",\"id\":19,\"name\":\"HSV OL Wiener Neustadt\"}],\"id\":5496,\"location\":\"Kobersdorf\",\"ratingDurationDays\":null,\"shortTitle\":\"N\\u00d6 & W Jugend- und Seniorenmeisterschaften\",\"slug\":\"niederosterreichische-und-wiener-jugend-und-seniorenmeisterschaften\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"10:00:00\",\"timeTo\":\"14:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/niederosterreichische-und-wiener-jugend-und-seniorenmeisterschaften\",\"visibility\":\"public\"},\"eventId\":5496,\"id\":29,\"label\":\"Kobersdorf Badesee\"},{\"area\":[{\"lat\":47.58602074809478,\"lng\":16.361818509555047},{\"lat\":47.58364715095285,\"lng\":16.387570812209262},{\"lat\":47.58874156850901,\"lng\":16.389028483835947},{\"lat\":47.59030452904013,\"lng\":16.384907003946534},{\"lat\":47.59505101193038,\"lng\":16.386795847366606},{\"lat\":47.60124394587685,\"lng\":16.385680910624593},{\"lat\":47.60222780248063,\"lng\":16.343874957561955},{\"lat\":47.603038023437705,\"lng\":16.34053230285645},{\"lat\":47.60199630847375,\"lng\":16.33718486681457},{\"lat\":47.601417568974966,\"lng\":16.334352571668717},{\"lat\":47.59927617716087,\"lng\":16.330832004576823},{\"lat\":47.59794499753238,\"lng\":16.32920255399936},{\"lat\":47.59620862537853,\"lng\":16.328429685890246},{\"lat\":47.58943622339631,\"lng\":16.330399265132144},{\"lat\":47.58879945676844,\"lng\":16.342934935073266}],\"event\":{\"competitionType\":\"relay\",\"coordinates\":null,\"distance\":null,\"dateFrom\":\"2026-10-10T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HSVOLWN\",\"id\":19,\"name\":\"HSV OL Wiener Neustadt\"}],\"id\":5495,\"location\":\"Kobersdorf\",\"ratingDurationDays\":null,\"shortTitle\":\"N\\u00d6 & W Staffel LM Kobersdorf\",\"slug\":\"no-w-staffellandesmeisterschaften-kobersdorf\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"14:00:00\",\"timeTo\":\"17:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/no-w-staffellandesmeisterschaften-kobersdorf\",\"visibility\":\"public\"},\"eventId\":5495,\"id\":28,\"label\":\"Kobersdorf Badesee\"},{\"area\":[{\"lat\":47.803486338956695,\"lng\":16.21791088840335},{\"lat\":47.798528170397795,\"lng\":16.23534954807133},{\"lat\":47.79456898287603,\"lng\":16.254161498754897},{\"lat\":47.8149140129045,\"lng\":16.267636916845717},{\"lat\":47.82860570645349,\"lng\":16.25931134006349},{\"lat\":47.84138621146845,\"lng\":16.269668243139648},{\"lat\":47.84226953117527,\"lng\":16.247394454687516},{\"lat\":47.82824985685937,\"lng\":16.2272950436768},{\"lat\":47.82147417876764,\"lng\":16.220142486303782},{\"lat\":47.80993266220885,\"lng\":16.215278747290082}],\"event\":{\"competitionType\":\"single\",\"coordinates\":\"47.80565151399161,16.246292960852053\",\"distance\":null,\"dateFrom\":\"2026-08-23T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"HSVOLWN\",\"id\":19,\"name\":\"HSV OL Wiener Neustadt\"}],\"id\":5362,\"location\":\"Wiener Neustadt\",\"ratingDurationDays\":null,\"shortTitle\":\"UFO 2026\",\"slug\":\"ufo-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"08:00:00\",\"timeTo\":\"18:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/ufo-2026\",\"visibility\":\"public\"},\"eventId\":5362,\"id\":21,\"label\":\"Wettkampfgebiet\"},{\"area\":[{\"lat\":48.05836778631478,\"lng\":16.270414685046376},{\"lat\":48.055599757399726,\"lng\":16.273698433673108},{\"lat\":48.055556729868975,\"lng\":16.276166790759277},{\"lat\":48.05942063749049,\"lng\":16.28502880934448},{\"lat\":48.06728927350794,\"lng\":16.28559743765564},{\"lat\":48.06902008095848,\"lng\":16.281445378100585},{\"lat\":48.0689053707062,\"lng\":16.277753933703625},{\"lat\":48.067184686239806,\"lng\":16.269856785571278},{\"lat\":48.06226016427923,\"lng\":16.269921158587636}],\"event\":{\"competitionType\":\"single\",\"coordinates\":\"48.056195530317,16.275420145416\",\"distance\":null,\"dateFrom\":\"2026-06-28T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OSW\",\"id\":57,\"name\":\"OLG Str\\u00f6ck Wien\"}],\"id\":5349,\"location\":\"Richardshof 248, 2352 Gumpoldskirchen\",\"ratingDurationDays\":null,\"shortTitle\":\"WOLV Cup\",\"slug\":\"wolv-cup-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"10:30:00\",\"timeTo\":\"13:30:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/wolv-cup-2026\",\"visibility\":\"public\"},\"eventId\":5349,\"id\":15,\"label\":\"Sperrgebiet\"},{\"area\":[{\"lat\":48.0690656076122,\"lng\":16.28856787565917},{\"lat\":48.069911587078685,\"lng\":16.294663304125976},{\"lat\":48.072871150602666,\"lng\":16.294427269732665},{\"lat\":48.07415310302323,\"lng\":16.292689198291015},{\"lat\":48.07403123552832,\"lng\":16.289867152011116},{\"lat\":48.07379466839067,\"lng\":16.28687344435426},{\"lat\":48.073579606412586,\"lng\":16.28582129362792},{\"lat\":48.07156640403825,\"lng\":16.28652939680785},{\"lat\":48.069971898157675,\"lng\":16.28749499205321}],\"event\":{\"competitionType\":\"single\",\"coordinates\":\"48.07380490949,16.288402037048\",\"distance\":null,\"dateFrom\":\"2026-06-27T00:00:00.000000Z\",\"dateTo\":null,\"eventType\":\"competition\",\"hasLiveResults\":false,\"hasOfficialResults\":false,\"hasUnofficialResults\":false,\"hosts\":[{\"code\":\"OSW\",\"id\":57,\"name\":\"OLG Str\\u00f6ck Wien\"}],\"id\":5348,\"location\":\"HTL M\\u00f6dling\",\"ratingDurationDays\":null,\"shortTitle\":\"Wr. Sprint Serie\",\"slug\":\"wr-sprint-serie-2026\",\"sportType\":\"footOrienteering\",\"stageCount\":null,\"status\":\"scheduled\",\"timeFrom\":\"13:30:00\",\"timeTo\":\"16:00:00\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/wr-sprint-serie-2026\",\"visibility\":\"public\"},\"eventId\":5348,\"id\":14,\"label\":\"Sperrgebiet\"}]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/event\/{id}\/embargoedAreas",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/embargoedAreas",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/embargoedAreas",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-cache",
                                    "value": "MISS"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/eventEmbargoedArea",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventEmbargoedArea",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventEmbargoedArea"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"area\":\"[\\\"odio\\\",\\\"quo\\\"]\",\"eventId\":15,\"label\":\"tpprrmsgsoyouzg\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/eventEmbargoedArea\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventEmbargoedArea\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventEmbargoedArea\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the eventEmbargoedArea."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"area\":\"[\\\"dolorum\\\",\\\"commodi\\\"]\",\"label\":\"wjbnxcadysn\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventEmbargoedArea\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventEmbargoedArea\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventEmbargoedArea\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the eventEmbargoedArea."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event Entry",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/event\/{id}\/entries",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/entries",
                            "query": [
                                {
                                    "key": "clubName",
                                    "value": "numquam",
                                    "description": "Filter entries by club name.",
                                    "disabled": false
                                },
                                {
                                    "key": "clubId",
                                    "value": "%5B%22rerum%22%2C%22et%22%5D",
                                    "description": "Filter entries by club. Must be an array of club ids. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "download",
                                    "value": "true",
                                    "description": "Whether or not to return the data as a file attachment.",
                                    "disabled": false
                                },
                                {
                                    "key": "familyId",
                                    "value": "12",
                                    "description": "Filter entries by family.",
                                    "disabled": false
                                },
                                {
                                    "key": "output",
                                    "value": "json",
                                    "description": "Output format.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/entries?clubName=numquam&clubId=%5B%22rerum%22%2C%22et%22%5D&download=true&familyId=12&output=json",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "content-disposition",
                                    "value": "attachment; filename=\"Meldungen_osterreichische-meisterschaft-nachwuchs-und-senioren-2-ranglistenlauf_2026-05-21_21-42-59.json\""
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/eventEntry\/reference\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventEntry\/reference\/:id",
                            "query": [
                                {
                                    "key": "pinCode",
                                    "value": "7",
                                    "description": "PIN code to verfify access to entries.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/eventEntry\/reference\/:id?pinCode=7",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "inventore",
                                    "description": "The ID of the reference."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/eventEntry\/notify",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventEntry\/notify",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventEntry\/notify"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"deleted\":\"[\\\"ut\\\",\\\"quae\\\"]\",\"email\":\"batz.dayna@example.org\",\"eventId\":7,\"pinCode\":7,\"referenceNumber\":\"sckwicraersrrsonbuozza\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/eventEntry",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventEntry",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventEntry"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"chipNumber\":20,\"clubCode\":\"g\",\"clubId\":20,\"clubName\":\"ykelayxjszmwykoyfiueqoo\",\"comment\":\"codkppte\",\"email\":\"kris.maxime@example.org\",\"entryFee\":63,\"eventCategoryId\":3,\"eventEntryOptionValues\":\"[\\\"rerum\\\",\\\"tempore\\\"]\",\"firstName\":\"bnkrttxzth\",\"iofId\":\"xjixmxh\",\"lastName\":\"xlsrmdnepurwtlg\",\"nationality\":\"fa\",\"outOfCompetition\":true,\"paymentReference\":\"iwwecoazoifgcgqlyymj\",\"pinCode\":8,\"referenceNumber\":\"j\",\"stages\":\"[1,3]\",\"teamMembers\":\"[\\\"ab\\\",\\\"molestias\\\"]\",\"userId\":2}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH v1\/eventEntry\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventEntry\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventEntry\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1020",
                                    "description": "The ID of the eventEntry."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"chipNumber\":13,\"clubCode\":\"mhfwmr\",\"clubId\":7,\"clubName\":\"emfgfupmdtuzzty\",\"comment\":\"hgxfkoi\",\"entryFee\":14.69,\"eventCategoryId\":11,\"eventEntryOptionValues\":\"[\\\"veritatis\\\",\\\"sint\\\"]\",\"firstName\":\"mkhpfnlzhaynandh\",\"iofId\":\"lfvzy\",\"lastName\":\"hkpx\",\"nationality\":\"wgr\",\"outOfCompetition\":false,\"pinCode\":15,\"stages\":\"[1,3]\",\"teamMembers\":\"[\\\"explicabo\\\",\\\"aliquid\\\"]\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventEntry\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventEntry\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventEntry\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1020",
                                    "description": "The ID of the eventEntry."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"pinCode\":12}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET v1\/eventEntry\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventEntry\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventEntry\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1020",
                                    "description": "The ID of the eventEntry."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"amountPaid\":null,\"bibNumber\":null,\"championshipEligibility\":false,\"chipNumber\":237563,\"clubCode\":\"LAC\",\"clubId\":null,\"clubName\":\"Leibnitzer AC OLG\",\"comment\":null,\"createdAt\":\"2006-05-22T19:38:36.000000Z\",\"email\":null,\"entryFee\":5,\"event\":{\"dateFrom\":\"2006-09-24T00:00:00.000000Z\",\"dateTo\":null,\"deadlines\":[],\"eventType\":\"competition\",\"id\":7,\"location\":\"Heimschuh bei Leibnitz\",\"shortTitle\":\"Steir. MS Nachw\\\/Sen\\\/Lang\",\"sportType\":\"footOrienteering\",\"timeFrom\":null,\"timeTo\":null,\"title\":\"Steir. MS Nachwuchs & Senioren und Steir. MS Lang & 6. Steir. Cup\",\"url\":\"https:\\\/\\\/anne.orienteeringaustria.at\\\/event\\\/steir-ms-nachwuchs-und-senioren-und-steir-ms-lang-und-6-steir-cup\"},\"eventCategoryId\":188,\"firstName\":\"Bernd\",\"gender\":\"male\",\"hasLicense\":false,\"id\":1020,\"iofId\":null,\"isVerified\":false,\"lastName\":\"Prach\",\"nationality\":null,\"outOfCompetition\":false,\"paymentReference\":null,\"stages\":null,\"teamMembers\":null,\"teamName\":\"\",\"updatedAt\":\"2006-05-22T19:38:36.000000Z\",\"userId\":2139,\"yearOfBirth\":1994}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH v1\/eventEntry\/{id}\/assignToClub\/{clubId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventEntry\/:id\/assignToClub\/:clubId",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventEntry\/:id\/assignToClub\/:clubId",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1020",
                                    "description": "The ID of the eventEntry."
                                },
                                {
                                    "id": "clubId",
                                    "key": "clubId",
                                    "value": "sint",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET v1\/family\/{id}\/entries",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/family\/:id\/entries",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/family\/:id\/entries",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the family."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/user\/{id}\/entries",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/:id\/entries",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/:id\/entries",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Event Entry Option",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/club\/{id}\/entryOptions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/club\/:id\/entryOptions",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/club\/:id\/entryOptions",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the club."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/club\/{id}\/entryOptions\/{eventId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/club\/:id\/entryOptions\/:eventId",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/club\/:id\/entryOptions\/:eventId",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the club."
                                },
                                {
                                    "id": "eventId",
                                    "key": "eventId",
                                    "value": "asperiores",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/eventEntryOption",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventEntryOption",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventEntryOption"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"clubId\":11,\"description\":\"Maiores quod hic repellendus voluptatem.\",\"eventId\":19,\"label\":\"zoduxipntdruheruujb\",\"options\":\"[\\\"est\\\",\\\"iusto\\\"]\",\"required\":false,\"type\":\"text\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/eventEntryOption\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventEntryOption\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventEntryOption\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "qui",
                                    "description": "The ID of the eventEntryOption."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"description\":\"Reiciendis quia minus ea cum quos aut.\",\"label\":\"ohqdnub\",\"options\":\"[\\\"dolore\\\",\\\"in\\\"]\",\"required\":false,\"type\":\"checkbox\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventEntryOption\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventEntryOption\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventEntryOption\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "qui",
                                    "description": "The ID of the eventEntryOption."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event Location",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/event\/{id}\/locations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/locations",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/locations",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-cache",
                                    "value": "MISS"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/eventLocation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventLocation",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventLocation"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"address\":\"[\\\"et\\\",\\\"pariatur\\\"]\",\"coordinates\":\"ipsa\",\"eventId\":11,\"eventStageId\":2,\"label\":\"pbvletrjkzysbzkvdwqvy\",\"type\":\"nlwugypbvegezeotxdogfqkz\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/eventLocation\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventLocation\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventLocation\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the eventLocation."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"address\":\"[\\\"et\\\",\\\"ut\\\"]\",\"coordinates\":\"molestias\",\"eventStageId\":1,\"label\":\"ao\",\"type\":\"slmwumstlfynzxyavjjoef\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventLocation\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventLocation\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventLocation\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the eventLocation."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event Payment",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/event\/{id}\/payments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/payments",
                            "query": [
                                {
                                    "key": "clubId",
                                    "value": "19",
                                    "description": "Filter events by club.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/payments?clubId=19",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/eventPayment",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventPayment",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventPayment"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":104.493,\"clubId\":10,\"eventEntryIds\":\"[\\\"est\\\",\\\"iusto\\\"]\",\"eventId\":4,\"paymentDate\":\"2026-05-21T21:43:00\",\"paymentReference\":\"zwphnlcxgcskiar\",\"receivedFrom\":\"vjfcdmvzbc\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/eventPayment\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventPayment\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventPayment\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "non",
                                    "description": "The ID of the eventPayment."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":2540375.9666211,\"eventEntryIds\":\"[\\\"aut\\\",\\\"animi\\\"]\",\"paymentDate\":\"2026-05-21T21:43:00\",\"paymentReference\":\"telidapigybea\",\"receivedFrom\":\"jyqzyzmd\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventPayment\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventPayment\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventPayment\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "omnis",
                                    "description": "The ID of the eventPayment."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/eventPayment\/{id}\/distribute",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventPayment\/:id\/distribute",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventPayment\/:id\/distribute",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "vel",
                                    "description": "The ID of the eventPayment."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET v1\/eventPayment\/{id}\/confirmation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventPayment\/:id\/confirmation",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventPayment\/:id\/confirmation",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "porro",
                                    "description": "The ID of the eventPayment."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Event Post",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/event\/{id}\/posts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/posts",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/posts",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-cache",
                                    "value": "MISS"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/eventPost",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventPost",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventPost"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"content\":\"et\",\"eventId\":5,\"locked\":true,\"subject\":\"lhbfycmdmhwp\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/eventPost\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventPost\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventPost\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the eventPost."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"content\":\"voluptas\",\"locked\":true,\"subject\":\"icjtnssvifpsabzuup\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventPost\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventPost\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventPost\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the eventPost."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event Rating Answer",
            "description": "",
            "item": [
                {
                    "name": "POST v1\/eventRatingAnswer\/{eventId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventRatingAnswer\/:eventId",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventRatingAnswer\/:eventId",
                            "variable": [
                                {
                                    "id": "eventId",
                                    "key": "eventId",
                                    "value": "quia",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"answers\":\"[\\\"dolores\\\",\\\"possimus\\\"]\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET v1\/eventRatingAnswer\/{eventId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventRatingAnswer\/:eventId",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventRatingAnswer\/:eventId",
                            "variable": [
                                {
                                    "id": "eventId",
                                    "key": "eventId",
                                    "value": "voluptatem",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Event Rating Question",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/eventRatingQuestion",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventRatingQuestion",
                            "query": [
                                {
                                    "key": "seasonId",
                                    "value": "19",
                                    "description": "The id of the season.",
                                    "disabled": false
                                },
                                {
                                    "key": "sportType",
                                    "value": "illo",
                                    "description": "The sport type.",
                                    "disabled": false
                                },
                                {
                                    "key": "subject",
                                    "value": "map",
                                    "description": "The subject the question is related to.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/eventRatingQuestion?seasonId=19&sportType=illo&subject=map"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/eventRatingQuestion",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventRatingQuestion",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventRatingQuestion"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"optional\":false,\"orderIndex\":6,\"quantifier\":24.32172124,\"questionGroup\":\"pvgkygwagzurcxoie\",\"questionText\":\"neque\",\"seasonId\":11,\"sportType\":\"sapiente\",\"subject\":\"event\",\"type\":\"text\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/eventRatingQuestion\/copy\/{sourceSeasonId}\/{targetSeasonId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventRatingQuestion\/copy\/:sourceSeasonId\/:targetSeasonId",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventRatingQuestion\/copy\/:sourceSeasonId\/:targetSeasonId",
                            "variable": [
                                {
                                    "id": "sourceSeasonId",
                                    "key": "sourceSeasonId",
                                    "value": "ab",
                                    "description": ""
                                },
                                {
                                    "id": "targetSeasonId",
                                    "key": "targetSeasonId",
                                    "value": "doloribus",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventRatingQuestion\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventRatingQuestion\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventRatingQuestion\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "reiciendis",
                                    "description": "The ID of the eventRatingQuestion."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/eventRatingQuestion\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventRatingQuestion\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventRatingQuestion\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "rerum",
                                    "description": "The ID of the eventRatingQuestion."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"optional\":true,\"quantifier\":102212.860338,\"questionGroup\":\"cjfhoefkrehjwwxfjv\",\"questionText\":\"vitae\",\"subject\":\"map\",\"type\":\"text\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH v1\/eventRatingQuestion\/reorder",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventRatingQuestion\/reorder",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventRatingQuestion\/reorder"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"order\":\"[\\\"dolores\\\",\\\"est\\\"]\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event Result",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/cup\/{id}\/results",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cup\/:id\/results",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cup\/:id\/results",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the cup."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"W21E\",\"categoryTitle\":\"W21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SU Klagenfurt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Regina\",\"lastName\":\"Habenicht\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":17},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"W21E\",\"categoryTitle\":\"W21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SU Klagenfurt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Sara\",\"lastName\":\"Habenicht\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":94.117647058824,\"scorePoints\":null,\"time\":18},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"W21E\",\"categoryTitle\":\"W21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"LZ Omaha\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Sonja\",\"lastName\":\"Zinkl\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":82.352941176471,\"scorePoints\":null,\"time\":20},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"W21E\",\"categoryTitle\":\"W21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"LZ Omaha\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Lisi\",\"lastName\":\"Hochwarter\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":82.352941176471,\"scorePoints\":null,\"time\":20},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"W21E\",\"categoryTitle\":\"W21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV OL Wiener Neustadt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Eva\",\"lastName\":\"Ponweiser\",\"outOfCompetition\":false,\"rank\":4,\"rankingPoints\":58.823529411765,\"scorePoints\":null,\"time\":24},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"W21E\",\"categoryTitle\":\"W21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV Pinkafeld\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Sabine\",\"lastName\":\"Fuchs\",\"outOfCompetition\":false,\"rank\":5,\"rankingPoints\":52.941176470588,\"scorePoints\":null,\"time\":25},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"W21E\",\"categoryTitle\":\"W21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLC Graz\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"T\\u00fcnde\",\"lastName\":\"Allwinger\",\"outOfCompetition\":false,\"rank\":6,\"rankingPoints\":35.294117647059,\"scorePoints\":null,\"time\":28},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"W21E\",\"categoryTitle\":\"W21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"LZ Omaha\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Andrea\",\"lastName\":\"Kugler\",\"outOfCompetition\":false,\"rank\":7,\"rankingPoints\":0,\"scorePoints\":null,\"time\":36},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"W21E\",\"categoryTitle\":\"W21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF  Wien\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Marina\",\"lastName\":\"Skern\",\"outOfCompetition\":false,\"rank\":8,\"rankingPoints\":0,\"scorePoints\":null,\"time\":41},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"M21E\",\"categoryTitle\":\"M21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SU Klagenfurt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Max\",\"lastName\":\"Habenicht\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":16},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"M21E\",\"categoryTitle\":\"M21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SU Klagenfurt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Markus\",\"lastName\":\"Buchtele\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":93.75,\"scorePoints\":null,\"time\":17},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"M21E\",\"categoryTitle\":\"M21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF  Kitzb\\u00fchel\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"David\",\"lastName\":\"Hechl\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":93.75,\"scorePoints\":null,\"time\":17},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"M21E\",\"categoryTitle\":\"M21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"LZ Omaha\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Johann\",\"lastName\":\"Kugler\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":93.75,\"scorePoints\":null,\"time\":17},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"M21E\",\"categoryTitle\":\"M21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"LZ Omaha\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Stephan\",\"lastName\":\"Varga\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":87.5,\"scorePoints\":null,\"time\":18},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"M21E\",\"categoryTitle\":\"M21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLCU Viktring\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Bernhard\",\"lastName\":\"Venhauer\",\"outOfCompetition\":false,\"rank\":4,\"rankingPoints\":81.25,\"scorePoints\":null,\"time\":19},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"M21E\",\"categoryTitle\":\"M21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV OL Wiener Neustadt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Thomas\",\"lastName\":\"Hartberger\",\"outOfCompetition\":false,\"rank\":5,\"rankingPoints\":68.75,\"scorePoints\":null,\"time\":21},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"M21E\",\"categoryTitle\":\"M21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF  Kitzb\\u00fchel\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Martin\",\"lastName\":\"F\\u00fcrnkranz\",\"outOfCompetition\":false,\"rank\":6,\"rankingPoints\":56.25,\"scorePoints\":null,\"time\":23},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"M21E\",\"categoryTitle\":\"M21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV OL Wiener Neustadt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Thomas\",\"lastName\":\"Schiller\",\"outOfCompetition\":false,\"rank\":7,\"rankingPoints\":43.75,\"scorePoints\":null,\"time\":25},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"M21E\",\"categoryTitle\":\"M21E\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SKVOLG D. Kaltenbrunn\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Gerald\",\"lastName\":\"Ruckenbauer\",\"outOfCompetition\":false,\"rank\":8,\"rankingPoints\":25,\"scorePoints\":null,\"time\":28},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D35\",\"categoryTitle\":\"D35\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLC Wienerwald\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Susi\",\"lastName\":\"Veitsberger\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":31},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D35\",\"categoryTitle\":\"D35\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SU Klagenfurt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Barbara\",\"lastName\":\"Winkler\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":93.54838709677401,\"scorePoints\":null,\"time\":33},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D35\",\"categoryTitle\":\"D35\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF  Wien\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Birgit\",\"lastName\":\"Gollmann\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":77.41935483870999,\"scorePoints\":null,\"time\":38},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D35\",\"categoryTitle\":\"D35\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"Leibnitzer AC  OL\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Irene\",\"lastName\":\"Prach\",\"outOfCompetition\":false,\"rank\":4,\"rankingPoints\":38.709677419354996,\"scorePoints\":null,\"time\":50},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H35\",\"categoryTitle\":\"H35\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SU Klagenfurt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Dieter\",\"lastName\":\"Mikula\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":17},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H35\",\"categoryTitle\":\"H35\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV OL Wiener Neustadt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Michael\",\"lastName\":\"Stockmayer\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":94.117647058824,\"scorePoints\":null,\"time\":18},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H35\",\"categoryTitle\":\"H35\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF Steiermark\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Thomas\",\"lastName\":\"M\\u00fchlbacher\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":64.705882352941,\"scorePoints\":null,\"time\":23},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H35\",\"categoryTitle\":\"H35\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SKVOLG D. Kaltenbrunn\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Peter\",\"lastName\":\"Bauer\",\"outOfCompetition\":false,\"rank\":4,\"rankingPoints\":17.647058823529,\"scorePoints\":null,\"time\":31},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D40\",\"categoryTitle\":\"D40\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLC Wienerwald\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Gabriele\",\"lastName\":\"Finder\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":28},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D40\",\"categoryTitle\":\"D40\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF  Wien\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Sabine\",\"lastName\":\"Hofst\\u00e4tter\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":53.571428571428996,\"scorePoints\":null,\"time\":41},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D40\",\"categoryTitle\":\"D40\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV Klagenfurt helvetia\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Ursula\",\"lastName\":\"Maier\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":46.428571428571,\"scorePoints\":null,\"time\":43},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H40\",\"categoryTitle\":\"H40\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF  Wien\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Felix\",\"lastName\":\"Hofst\\u00e4tter\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":21},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H40\",\"categoryTitle\":\"H40\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV Villach\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Alfred\",\"lastName\":\"Gradischnig\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":90.47619047619001,\"scorePoints\":null,\"time\":23},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H40\",\"categoryTitle\":\"H40\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLC Graz\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Herwig\",\"lastName\":\"Allwinger\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":57.142857142857,\"scorePoints\":null,\"time\":30},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H40\",\"categoryTitle\":\"H40\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"Leibnitzer AC  OL\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Franz\",\"lastName\":\"Prach\",\"outOfCompetition\":false,\"rank\":4,\"rankingPoints\":9.5238095238095,\"scorePoints\":null,\"time\":40},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H40\",\"categoryTitle\":\"H40\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV Graz\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Wulf\",\"lastName\":\"Scherbichler\",\"outOfCompetition\":false,\"rank\":4,\"rankingPoints\":9.5238095238095,\"scorePoints\":null,\"time\":40},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D45\",\"categoryTitle\":\"D45\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SKVOLG D. Kaltenbrunn\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Klaudia\",\"lastName\":\"Mayrhofer\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":21},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D45\",\"categoryTitle\":\"D45\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF Villach\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Karin\",\"lastName\":\"Irk\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":95.238095238095,\"scorePoints\":null,\"time\":22},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D45\",\"categoryTitle\":\"D45\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV OL Wiener Neustadt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Elisabeth\",\"lastName\":\"Fuchs\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":80.95238095238099,\"scorePoints\":null,\"time\":25},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D45\",\"categoryTitle\":\"D45\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLC Wienerwald\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Gunnel\",\"lastName\":\"Nilsson\",\"outOfCompetition\":false,\"rank\":4,\"rankingPoints\":52.380952380952,\"scorePoints\":null,\"time\":31},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H45\",\"categoryTitle\":\"H45\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SKVOLG D. Kaltenbrunn\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Gerald\",\"lastName\":\"Mayrhofer\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":19},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H45\",\"categoryTitle\":\"H45\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF Steiermark\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Josef\",\"lastName\":\"Kammerhofer\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":89.47368421052599,\"scorePoints\":null,\"time\":21},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H45\",\"categoryTitle\":\"H45\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV OL Wiener Neustadt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Gerold\",\"lastName\":\"Petritsch\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":78.947368421053,\"scorePoints\":null,\"time\":23},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H45\",\"categoryTitle\":\"H45\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"Naturfreunde Linz\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Dieter\",\"lastName\":\"P\\u00fchringer\",\"outOfCompetition\":false,\"rank\":4,\"rankingPoints\":73.684210526316,\"scorePoints\":null,\"time\":24},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H45\",\"categoryTitle\":\"H45\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV OL Wiener Neustadt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Gerhard\",\"lastName\":\"Koiser\",\"outOfCompetition\":false,\"rank\":5,\"rankingPoints\":36.842105263158,\"scorePoints\":null,\"time\":31},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H50\",\"categoryTitle\":\"H50\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF Villach\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Hannes\",\"lastName\":\"Irk\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":20},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H50\",\"categoryTitle\":\"H50\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"LZ Omaha\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Wolfgang\",\"lastName\":\"Gartlgruber\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":20},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H50\",\"categoryTitle\":\"H50\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLCU Viktring\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"G\\u00fcnther\",\"lastName\":\"Dobnik\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":95,\"scorePoints\":null,\"time\":21},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H50\",\"categoryTitle\":\"H50\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"LZ Omaha\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Leo\",\"lastName\":\"Varga\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":90,\"scorePoints\":null,\"time\":22},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D55\",\"categoryTitle\":\"D55\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLCU Viktring\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Dietlinde\",\"lastName\":\"Venhauer\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":22},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D55\",\"categoryTitle\":\"D55\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SKVOLG D. Kaltenbrunn\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Ilse\",\"lastName\":\"Marth\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":95.454545454545,\"scorePoints\":null,\"time\":23},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D55\",\"categoryTitle\":\"D55\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV OL Wiener Neustadt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Barbara\",\"lastName\":\"Tobler\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":68.181818181818,\"scorePoints\":null,\"time\":29},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H55\",\"categoryTitle\":\"H55\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLCU Viktring\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Wolfgang\",\"lastName\":\"Koch\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":14},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H55\",\"categoryTitle\":\"H55\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF  Kitzb\\u00fchel\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Georg\",\"lastName\":\"Hechl\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":78.571428571429,\"scorePoints\":null,\"time\":17},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H55\",\"categoryTitle\":\"H55\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV Ried\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Walter\",\"lastName\":\"Krausmann\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":71.42857142857099,\"scorePoints\":null,\"time\":18},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H55\",\"categoryTitle\":\"H55\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV OL Wiener Neustadt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Gottfried\",\"lastName\":\"Tobler\",\"outOfCompetition\":false,\"rank\":4,\"rankingPoints\":64.285714285714,\"scorePoints\":null,\"time\":19},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H55\",\"categoryTitle\":\"H55\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SKVOLG D. Kaltenbrunn\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Fritz\",\"lastName\":\"Marth\",\"outOfCompetition\":false,\"rank\":4,\"rankingPoints\":64.285714285714,\"scorePoints\":null,\"time\":19},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H65\",\"categoryTitle\":\"H65\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLCU Viktring\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Otto\",\"lastName\":\"Venhauer\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":17},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H65\",\"categoryTitle\":\"H65\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF Steiermark\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Gerfried\",\"lastName\":\"Hoch\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":76.470588235294,\"scorePoints\":null,\"time\":21},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D18-20\",\"categoryTitle\":\"D18-20\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF  Kitzb\\u00fchel\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Isabel\",\"lastName\":\"Hechl\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":29},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D18-20\",\"categoryTitle\":\"D18-20\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV OL Wiener Neustadt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Gisa\",\"lastName\":\"Linhart\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":96.551724137931,\"scorePoints\":null,\"time\":30},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H18-20\",\"categoryTitle\":\"H18-20\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLC Wienerwald\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Erik\",\"lastName\":\"Simkovics\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":23},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H18-20\",\"categoryTitle\":\"H18-20\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SKVOLG D. Kaltenbrunn\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Florian\",\"lastName\":\"Mayrhofer\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":82.608695652174,\"scorePoints\":null,\"time\":27},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H18-20\",\"categoryTitle\":\"H18-20\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV OL Wiener Neustadt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Stefan\",\"lastName\":\"Traint\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":21.739130434783,\"scorePoints\":null,\"time\":41},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D15-17\",\"categoryTitle\":\"D15-17\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SKVOLG D. Kaltenbrunn\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Ulla\",\"lastName\":\"Mayrhofer\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":21},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D15-17\",\"categoryTitle\":\"D15-17\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV Klagenfurt helvetia\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Melanie\",\"lastName\":\"Maier\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":66.666666666667,\"scorePoints\":null,\"time\":28},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D15-17\",\"categoryTitle\":\"D15-17\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SKVOLG D. Kaltenbrunn\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Julia\",\"lastName\":\"Bauer\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":57.142857142857,\"scorePoints\":null,\"time\":30},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H15-17\",\"categoryTitle\":\"H15-17\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF Villach\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Gert\",\"lastName\":\"Wallas\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":20},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H15-17\",\"categoryTitle\":\"H15-17\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF  Wien\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Stefan\",\"lastName\":\"Hofst\\u00e4tter\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":80,\"scorePoints\":null,\"time\":24},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D-14\",\"categoryTitle\":\"D-14\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLC Wienerwald\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Anna\",\"lastName\":\"Simkovics\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":9},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D-14\",\"categoryTitle\":\"D-14\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"Leibnitzer AC  OL\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Doris\",\"lastName\":\"Prach\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":0,\"scorePoints\":null,\"time\":32},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D-14\",\"categoryTitle\":\"D-14\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"Leibnitzer AC  OL\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Gerda\",\"lastName\":\"Prach\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":0,\"scorePoints\":null,\"time\":42},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H13-14\",\"categoryTitle\":\"H13-14\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SU Klagenfurt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Tobias\",\"lastName\":\"Habenicht\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":7},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H13-14\",\"categoryTitle\":\"H13-14\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV Graz\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Bernhard\",\"lastName\":\"Finder\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":71.42857142857099,\"scorePoints\":null,\"time\":9},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H13-14\",\"categoryTitle\":\"H13-14\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"LKI Innsbruck\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Adrian\",\"lastName\":\"Wickert\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":71.42857142857099,\"scorePoints\":null,\"time\":9},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H13-14\",\"categoryTitle\":\"H13-14\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV Pinkafeld\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Florian\",\"lastName\":\"Wilfinger\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":57.142857142857,\"scorePoints\":null,\"time\":10},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H13-14\",\"categoryTitle\":\"H13-14\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF Villach\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Johnny\",\"lastName\":\"Maxa\",\"outOfCompetition\":false,\"rank\":4,\"rankingPoints\":28.571428571429,\"scorePoints\":null,\"time\":12},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H13-14\",\"categoryTitle\":\"H13-14\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"LZ Omaha\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Simon\",\"lastName\":\"Kugler\",\"outOfCompetition\":false,\"rank\":5,\"rankingPoints\":0,\"scorePoints\":null,\"time\":17},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H13-14\",\"categoryTitle\":\"H13-14\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF Villach\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Markus\",\"lastName\":\"Seppele\",\"outOfCompetition\":false,\"rank\":6,\"rankingPoints\":0,\"scorePoints\":null,\"time\":19},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H-12\",\"categoryTitle\":\"H-12\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV Spittal \\\/ Drau\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Sandro\",\"lastName\":\"Lippitsch\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":17},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H-12\",\"categoryTitle\":\"H-12\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLCU Viktring\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Rafael\",\"lastName\":\"Dobnik\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":94.117647058824,\"scorePoints\":null,\"time\":18},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H-12\",\"categoryTitle\":\"H-12\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV Villach\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Sandro\",\"lastName\":\"Hahn\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":88.235294117647,\"scorePoints\":null,\"time\":19},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H-12\",\"categoryTitle\":\"H-12\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV Graz\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Markus\",\"lastName\":\"Finder\",\"outOfCompetition\":false,\"rank\":4,\"rankingPoints\":58.823529411765,\"scorePoints\":null,\"time\":24},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D-18k\",\"categoryTitle\":\"D-18k\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLCU Viktring\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Sonja\",\"lastName\":\"Venhauer\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":20},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D-18k\",\"categoryTitle\":\"D-18k\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF Villach\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Christina\",\"lastName\":\"Irk\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":80,\"scorePoints\":null,\"time\":24},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D-18k\",\"categoryTitle\":\"D-18k\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"OLT Transdanubien\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Helga\",\"lastName\":\"Tezarek\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":55,\"scorePoints\":null,\"time\":29},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"D-18k\",\"categoryTitle\":\"D-18k\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"SKVOLG D. Kaltenbrunn\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Michaela\",\"lastName\":\"Bauer\",\"outOfCompetition\":false,\"rank\":4,\"rankingPoints\":45,\"scorePoints\":null,\"time\":31},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H-18k\",\"categoryTitle\":\"H-18k\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV OL Wiener Neustadt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Pierre\",\"lastName\":\"Kaltenbacher\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":20},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H-18k\",\"categoryTitle\":\"H-18k\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV OL Wiener Neustadt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Roland\",\"lastName\":\"Fesselhofer\",\"outOfCompetition\":false,\"rank\":2,\"rankingPoints\":75,\"scorePoints\":null,\"time\":25},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"H-18k\",\"categoryTitle\":\"H-18k\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"HSV OL Wiener Neustadt\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Bernhard\",\"lastName\":\"Koiser\",\"outOfCompetition\":false,\"rank\":3,\"rankingPoints\":65,\"scorePoints\":null,\"time\":27},{\"categoryStatus\":\"classified\",\"categoryShortTitle\":\"Direkt\\\/Open\",\"categoryTitle\":\"Direkt\\\/Open\",\"classification\":\"classified\",\"clubCode\":null,\"clubName\":\"NF Villach\",\"eventId\":53,\"eventStageId\":null,\"firstName\":\"Klaus\",\"lastName\":\"Wallas\",\"outOfCompetition\":false,\"rank\":1,\"rankingPoints\":100,\"scorePoints\":null,\"time\":15}]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/event\/{id}\/results",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/results",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/results",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-cache",
                                    "value": "MISS"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/event\/{id}\/results\/live",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/results\/live",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/results\/live",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"eventStageId\":7,\"since\":\"2026-05-21T21:42:59\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-cache",
                                    "value": "MISS"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/event\/{id}\/calculateChampionships",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/calculateChampionships",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/calculateChampionships",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"eventStageId\":13}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/event\/{id}\/importResults",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/importResults",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/importResults",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "deleteExisting",
                                    "value": "false",
                                    "type": "text",
                                    "description": "Whether to delete existing event results."
                                },
                                {
                                    "key": "eventStageId",
                                    "value": "11",
                                    "type": "text",
                                    "description": "The stage id of the event if the event has multiple stages. If \"deleteExisting\" is true, only the event results of this stage will be deleted."
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/event\/{id}\/results",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/results",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/results",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"eventStageId\":19}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventResult\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventResult\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventResult\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1284",
                                    "description": "The ID of the eventResult."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH v1\/eventResult\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventResult\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventResult\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1284",
                                    "description": "The ID of the eventResult."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event Stage",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/event\/{id}\/stages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/stages",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/stages",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/eventStage",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventStage",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventStage"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"coordinates\":\"non\",\"dateFrom\":\"2026-05-21T21:43:00\",\"dateTo\":\"2111-10-18\",\"eventId\":16,\"firstStart\":\"21:43\",\"location\":\"rlhhlmrhrmxbdrj\",\"number\":6,\"shortTitle\":\"ywchenvsdefstymncc\",\"timeFrom\":\"21:43\",\"timeTo\":\"21:43\",\"title\":\"owkolihtuddonrbzyho\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/eventStage\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventStage\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventStage\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "7",
                                    "description": "The ID of the eventStage."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"coordinates\":\"voluptatum\",\"dateFrom\":\"2026-05-21T21:43:00\",\"dateTo\":\"2047-07-01\",\"firstStart\":\"21:43\",\"location\":\"ajyjcwdxfyjiiiktq\",\"number\":17,\"shortTitle\":\"spoxgquplagqmlqophkjsfjsr\",\"timeFrom\":\"21:43\",\"timeTo\":\"21:43\",\"title\":\"rtdzqvldp\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventStage\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventStage\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventStage\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "7",
                                    "description": "The ID of the eventStage."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event Starttime",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/event\/{id}\/starttimes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/starttimes",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/starttimes",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-cache",
                                    "value": "MISS"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/event\/{id}\/importStarttimes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/importStarttimes",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/importStarttimes",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "deleteExisting",
                                    "value": "false",
                                    "type": "text",
                                    "description": "Whether to delete existing event starttimes."
                                },
                                {
                                    "key": "eventStageId",
                                    "value": "4",
                                    "type": "text",
                                    "description": "The stage id of the event if the event has multiple stages. If \"deleteExisting\" is true, only the event starttimes of this stage will be deleted."
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/event\/{id}\/starttimes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/starttimes",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/starttimes",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventStarttime\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventStarttime\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventStarttime\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "119",
                                    "description": "The ID of the eventStarttime."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event Subscription",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/eventSubscription",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventSubscription",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventSubscription"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/event\/{id}\/subscription",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/subscription",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/subscription",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/event\/{id}\/subscribe",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/subscribe",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/subscribe",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"critical\":true,\"deadlineApproaching\":true,\"newData\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/eventSubscription\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventSubscription\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventSubscription\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "autem",
                                    "description": "The ID of the eventSubscription."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"critical\":false,\"deadlineApproaching\":true,\"newData\":true}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventSubscription\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventSubscription\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventSubscription\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "tempore",
                                    "description": "The ID of the eventSubscription."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event Tag",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/event\/{id}\/tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/tags",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/tags",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-cache",
                                    "value": "MISS"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/eventTag\/distinctLabels",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventTag\/distinctLabels",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventTag\/distinctLabels"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-cache",
                                    "value": "MISS"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[\"AdvEnteCup\",\"Allgemeine\",\"Austria Cup\",\"BOLV Cup\",\"Fortbildung\",\"Kobersdorf\",\"KOLV Cup\",\"Landesmeisterschaft Staffel Nieder\\u00f6sterreich Wien\",\"Lang\",\"Linz Cup\",\"Marathon\",\"Mittel\",\"Mixed Sprint Staffel\",\"MTBO Austria Cup\",\"Nacht-OL\",\"Nachwuchskader\",\"NOLV Cup\",\"N\\u00d6MS\",\"\\u00d6HSV\",\"\\u00d6M\",\"\\u00d6STM\",\"Purbach\",\"Salzburg Cup\",\"Schul-OL\",\"Schulcup\",\"Score-OL\",\"SkiO Austria Cup\",\"SOLV\",\"Sprint\",\"Staatsmeisterschaft\",\"Stadtmeisterschaft\",\"Staffel\",\"STOLV Cup\",\"S\\u00fcd-Ost-Cup\",\"Thermenland Open\",\"Tirol Cup\",\"TMS\",\"Training\",\"UFO\",\"Ultra\",\"viennaochallenge\",\"VOC\",\"WOLV\",\"WOLV Cup\",\"WRE\",\"WSC\"]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/eventTag",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventTag",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventTag"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"eventId\":10,\"label\":\"ppkjxpxjgsftyxcxjchnovung\",\"locked\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventTag\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventTag\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventTag\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the eventTag."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Event Visibility",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/event\/{id}\/visibilities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/event\/:id\/visibilities",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/event\/:id\/visibilities",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/eventVisibility",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventVisibility",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventVisibility"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"clubId\":10,\"eventId\":6,\"groupId\":17,\"userId\":12}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/eventVisibility\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/eventVisibility\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/eventVisibility\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "officiis",
                                    "description": "The ID of the eventVisibility."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Family",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/family",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/family",
                            "query": [
                                {
                                    "key": "clubId",
                                    "value": "%5B%22ut%22%2C%22qui%22%5D",
                                    "description": "Filter families by club. Must be an array of club ids. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "name",
                                    "value": "a",
                                    "description": "Filter families by name.",
                                    "disabled": false
                                },
                                {
                                    "key": "seasonId",
                                    "value": "7",
                                    "description": "Filter families by season.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/family?clubId=%5B%22ut%22%2C%22qui%22%5D&name=a&seasonId=7"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/family\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/family\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/family\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the family."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/family",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/family",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/family"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"members\":\"[\\\"repellat\\\",\\\"porro\\\"]\",\"name\":\"zekbjsdtkbiggtxsocbonr\",\"seasonId\":6}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/family\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/family\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/family\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the family."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/family\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/family\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/family\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the family."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"members\":\"[\\\"reiciendis\\\",\\\"iure\\\"]\",\"name\":\"k\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "File",
            "description": "",
            "item": [
                {
                    "name": "File",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/file",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/file"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"data\":\"[\\\"impedit\\\",\\\"expedita\\\"]\",\"clubId\":7,\"cupId\":16,\"eventId\":11,\"file\":\"impedit\",\"label\":\"o\",\"title\":\"bnvqkmb\",\"userId\":8,\"visibility\":\"molestiae\"}"
                        },
                        "description": "Upload a file.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"filePath\": \"2025\/02\/my-file.jpg\",\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH v1\/file\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/file\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/file\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the file."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"label\":\"fntpfhbdsrgmmtnpihi\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET v1\/file\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/file\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/file\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the file."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "DELETE v1\/file\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/file\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/file\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the file."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET v1\/file\/{id}\/blob",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/file\/:id\/blob",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/file\/:id\/blob",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the file."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "File",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/file\/link",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/file\/link"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"eventId\":20,\"label\":\"ynjboenv\",\"title\":\"ipjpakghvmvtvpveamzemvky\",\"type\":\"llarvlawitbahvrntv\",\"url\":\"http:\\\/\\\/www.larson.biz\\\/velit-earum-et-consequatur-quia-porro.html\"}"
                        },
                        "description": "Add a link.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Group",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/group",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/group",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/group"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/group",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/group",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/group"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"members\":\"[\\\"tempore\\\",\\\"eum\\\"]\",\"title\":\"ekf\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/group\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/group\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/group\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "aut",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/group\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/group\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/group\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "adipisci",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"members\":\"[\\\"eos\\\",\\\"omnis\\\"]\",\"title\":\"zniftuoj\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Log File",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/logFile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/logFile",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/logFile"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/logFile\/{filename}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/logFile\/:filename",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/logFile\/:filename",
                            "variable": [
                                {
                                    "id": "filename",
                                    "key": "filename",
                                    "value": "incidunt",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "DELETE v1\/logFile\/{filename}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/logFile\/:filename",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/logFile\/:filename",
                            "variable": [
                                {
                                    "id": "filename",
                                    "key": "filename",
                                    "value": "laudantium",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Membership",
            "description": "",
            "item": [
                {
                    "name": "DELETE v1\/membership",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/membership",
                            "query": [
                                {
                                    "key": "ids",
                                    "value": "%5B%22officia%22%2C%22maxime%22%5D",
                                    "description": "The id's of the memberships to delete. Must be an array of numbers. Must be a valid JSON string.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/membership?ids=%5B%22officia%22%2C%22maxime%22%5D"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/membership",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/membership",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/membership"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"active\":true,\"clubId\":10,\"dateFrom\":\"2026-05-21T21:43:00\",\"dateTo\":\"2026-05-21T21:43:00\",\"userId\":19}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/membership\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/membership\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/membership\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "qui",
                                    "description": "The ID of the membership."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"active\":false,\"clubId\":18,\"dateFrom\":\"2026-05-21T21:43:00\",\"dateTo\":\"2026-05-21T21:43:00\",\"userId\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Memory Game",
            "description": "",
            "item": [
                {
                    "name": "POST v1\/memoryGame",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/memoryGame",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/memoryGame"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"playerName\":\"yvvuooffewakyzvvbyhuom\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/memoryGame\/{id}\/flip",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/memoryGame\/:id\/flip",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/memoryGame\/:id\/flip",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "nihil",
                                    "description": "The ID of the memoryGame."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"cardId\":\"numquam\",\"token\":\"natus\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/memoryGame\/{id}\/solve",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/memoryGame\/:id\/solve",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/memoryGame\/:id\/solve",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "quibusdam",
                                    "description": "The ID of the memoryGame."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"token\":\"ipsa\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET v1\/memoryGame\/highscore",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/memoryGame\/highscore",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/memoryGame\/highscore"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"limit\":22}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Notification",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/notification",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/notification",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/notification"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page\":14,\"perPage\":9}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/notification\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/notification\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/notification\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "beatae",
                                    "description": "The ID of the notification."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH v1\/notification\/{id}\/read",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/notification\/:id\/read",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/notification\/:id\/read",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "vel",
                                    "description": "The ID of the notification."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH v1\/notification\/{id}\/unread",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/notification\/:id\/unread",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/notification\/:id\/unread",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "qui",
                                    "description": "The ID of the notification."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/notification",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/notification",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/notification"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/notification\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/notification\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/notification\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "aliquam",
                                    "description": "The ID of the notification."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "PersonLicense",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/personLicense",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/personLicense",
                            "query": [
                                {
                                    "key": "clubId",
                                    "value": "7",
                                    "description": "Filter requests by club id.",
                                    "disabled": false
                                },
                                {
                                    "key": "seasonId",
                                    "value": "14",
                                    "description": "Filter requests by season id.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/personLicense?clubId=7&seasonId=14"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "DELETE v1\/personLicense",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/personLicense",
                            "query": [
                                {
                                    "key": "ids",
                                    "value": "%5B%22facilis%22%2C%22eligendi%22%5D",
                                    "description": "The id's of the licenses to delete. Must be an array of numbers. Must be a valid JSON string.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/personLicense?ids=%5B%22facilis%22%2C%22eligendi%22%5D"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/personLicense",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/personLicense",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/personLicense"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"membershipId\":12,\"seasonId\":12,\"userId\":16,\"validFrom\":\"2026-05-21T21:43:00\",\"validTo\":\"2026-05-21T21:43:00\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/personLicense\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/personLicense\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/personLicense\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "ut",
                                    "description": "The ID of the personLicense."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"membershipId\":18,\"seasonId\":1,\"userId\":10,\"validFrom\":\"2026-05-21T21:43:00\",\"validTo\":\"2026-05-21T21:43:00\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Push Subscription",
            "description": "",
            "item": [
                {
                    "name": "POST v1\/pushSubscription",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/pushSubscription",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/pushSubscription"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"pushSubscription\":\"[\\\"saepe\\\",\\\"est\\\"]\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/pushSubscription",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/pushSubscription",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/pushSubscription"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Release Note",
            "description": "",
            "item": [
                {
                    "name": "Release Note",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/releaseNote",
                            "query": [
                                {
                                    "key": "limit",
                                    "value": "5",
                                    "description": "Limit the number of results.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/releaseNote?limit=5"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns a list of release notes.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n  {\n    \"createdAt\": \"2025-02-10T10:00:00.000000Z\",\n    \"id\": 1,\n    \"notes\": \"This is the new version.\",\n    \"updatedAt\": \"2025-02-10T10:10:00.000000Z\",\n    \"version\": \"1.2.3\"\n  }\n]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/releaseNote",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/releaseNote",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/releaseNote"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"description\":\"Perferendis qui alias sequi fuga rerum saepe dolor.\",\"notes\":\"bry\",\"version\":\"nsnnunybsg\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/releaseNote\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/releaseNote\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/releaseNote\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "nesciunt",
                                    "description": "The ID of the releaseNote."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"description\":\"Optio eveniet veritatis dolores quod doloribus debitis molestias.\",\"notes\":\"f\",\"version\":\"dcgpmuktuhw\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/releaseNote\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/releaseNote\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/releaseNote\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "eveniet",
                                    "description": "The ID of the releaseNote."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Request",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/request",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/request",
                            "query": [
                                {
                                    "key": "clubId",
                                    "value": "1",
                                    "description": "Filter requests by club id.",
                                    "disabled": false
                                },
                                {
                                    "key": "filter",
                                    "value": "praesentium",
                                    "description": "Filter requests by payment reference, requested for or requested by.",
                                    "disabled": false
                                },
                                {
                                    "key": "status",
                                    "value": "%5B%22illum%22%2C%22sequi%22%5D",
                                    "description": "Filter requests by status. Must be an array of request statuses. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "type",
                                    "value": "%5B%22aspernatur%22%2C%22praesentium%22%5D",
                                    "description": "Filter requests by type. Must be an array of request types. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "19",
                                    "description": "The page number to be returned.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Entries per page. If not set, maximum will be used. Must be at least 1. Must not be greater than 100.",
                                    "disabled": false
                                },
                                {
                                    "key": "userId",
                                    "value": "14",
                                    "description": "Filter requests by user id.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/request?clubId=1&filter=praesentium&status=%5B%22illum%22%2C%22sequi%22%5D&type=%5B%22aspernatur%22%2C%22praesentium%22%5D&page=19&perPage=10&userId=14"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/request",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/request",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/request"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/request\/{id}\/cancel",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/request\/:id\/cancel",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/request\/:id\/cancel",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "velit",
                                    "description": "The ID of the request."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"responseComment\":\"rerum\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET v1\/request\/{id}\/invoice",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/request\/:id\/invoice",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/request\/:id\/invoice",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "inventore",
                                    "description": "The ID of the request."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/request\/{id}\/accept",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/request\/:id\/accept",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/request\/:id\/accept",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "cumque",
                                    "description": "The ID of the request."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amountPaid\":19.5226,\"datePaid\":\"2026-05-21T21:43:01\",\"responseComment\":\"magnam\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/request\/{id}\/reject",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/request\/:id\/reject",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/request\/:id\/reject",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "ut",
                                    "description": "The ID of the request."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"responseComment\":\"explicabo\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Search",
            "description": "",
            "item": [
                {
                    "name": "Search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/search",
                            "query": [
                                {
                                    "key": "q",
                                    "value": "quia",
                                    "description": "The query string to search for.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/search?q=quia"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns a list of found items.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n  {\n    \"dateFrom\": \"2024-05-01\",\n    \"dateTo\": \"2024-05-03\",\n    \"id\": 1,\n    \"location\": \"Wien\",\n    \"title\": \"1. Austria Cup\",\n    \"type\": \"event\",\n    \"url\": \"https:\/\/anne.orienteeringaustria.at\/event\/1-austria-cup\"\n  }\n]",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Season",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/season",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/season",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/season"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-cache",
                                    "value": "MISS"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "[{\"config\":{\"clubLicense\":130,\"familyLicense\":70,\"personLicenses\":[{\"fee\":12,\"ageFrom\":0,\"label\":\"Kind\\\/Jugendlich\"},{\"fee\":32,\"ageFrom\":19,\"label\":\"Erwachsen\"}]},\"createdAt\":\"2025-02-07T19:52:45.000000Z\",\"dateFrom\":\"2024-12-01\",\"dateTo\":\"2025-11-30\",\"id\":1,\"name\":\"Saison 2025\",\"updatedAt\":\"2025-12-27T13:02:46.000000Z\"},{\"config\":{\"clubLicense\":130,\"familyLicense\":70,\"personLicenses\":[{\"fee\":12,\"ageFrom\":0,\"label\":\"Kind\\\/Jugendlich\"},{\"fee\":32,\"ageFrom\":19,\"label\":\"Erwachsen\"}]},\"createdAt\":\"2025-12-01T07:15:58.000000Z\",\"dateFrom\":\"2025-12-01\",\"dateTo\":\"2026-11-30\",\"id\":2,\"name\":\"Saison 2026\",\"updatedAt\":\"2025-12-27T13:02:33.000000Z\"},{\"config\":{\"clubLicense\":130,\"familyLicense\":70,\"personLicenses\":[{\"fee\":12,\"ageFrom\":0,\"label\":\"Kind\\\/Jugendlich\"},{\"fee\":32,\"ageFrom\":19,\"label\":\"Erwachsen\"}]},\"createdAt\":\"2025-12-27T13:05:11.000000Z\",\"dateFrom\":\"2023-12-01\",\"dateTo\":\"2024-11-30\",\"id\":3,\"name\":\"Saison 2024\",\"updatedAt\":\"2025-12-27T13:05:11.000000Z\"},{\"config\":{\"clubLicense\":0,\"familyLicense\":0,\"personLicenses\":[]},\"createdAt\":\"2025-12-27T12:07:57.000000Z\",\"dateFrom\":\"2022-12-01\",\"dateTo\":\"2023-11-30\",\"id\":4,\"name\":\"Saison 2023\",\"updatedAt\":\"2025-12-27T12:07:57.000000Z\"},{\"config\":{\"clubLicense\":0,\"familyLicense\":0,\"personLicenses\":[]},\"createdAt\":\"2025-12-27T12:08:26.000000Z\",\"dateFrom\":\"2021-12-01\",\"dateTo\":\"2022-11-30\",\"id\":5,\"name\":\"Saison 2022\",\"updatedAt\":\"2025-12-27T12:08:26.000000Z\"},{\"config\":{\"clubLicense\":0,\"familyLicense\":0,\"personLicenses\":[]},\"createdAt\":\"2025-12-27T12:08:55.000000Z\",\"dateFrom\":\"2020-12-01\",\"dateTo\":\"2021-11-30\",\"id\":6,\"name\":\"Saison 2021\",\"updatedAt\":\"2025-12-27T12:08:55.000000Z\"},{\"config\":{\"clubLicense\":0,\"familyLicense\":0,\"personLicenses\":[]},\"createdAt\":\"2025-12-27T12:09:19.000000Z\",\"dateFrom\":\"2019-12-01\",\"dateTo\":\"2020-11-30\",\"id\":7,\"name\":\"Saison 2020\",\"updatedAt\":\"2025-12-27T12:09:19.000000Z\"},{\"config\":{\"clubLicense\":0,\"familyLicense\":0,\"personLicenses\":[]},\"createdAt\":\"2025-12-27T12:09:57.000000Z\",\"dateFrom\":\"2018-12-01\",\"dateTo\":\"2019-11-30\",\"id\":8,\"name\":\"Saison 2019\",\"updatedAt\":\"2025-12-27T12:09:57.000000Z\"},{\"config\":{\"clubLicense\":0,\"familyLicense\":0,\"personLicenses\":[]},\"createdAt\":\"2025-12-27T12:10:30.000000Z\",\"dateFrom\":\"2017-12-01\",\"dateTo\":\"2018-11-30\",\"id\":9,\"name\":\"Saison 2018\",\"updatedAt\":\"2025-12-27T12:10:30.000000Z\"},{\"config\":{\"clubLicense\":0,\"familyLicense\":0,\"personLicenses\":[]},\"createdAt\":\"2025-12-27T12:10:53.000000Z\",\"dateFrom\":\"2016-12-01\",\"dateTo\":\"2017-11-30\",\"id\":10,\"name\":\"Saison 2017\",\"updatedAt\":\"2025-12-27T12:10:53.000000Z\"},{\"config\":{\"clubLicense\":0,\"familyLicense\":0,\"personLicenses\":[]},\"createdAt\":\"2025-12-27T12:11:17.000000Z\",\"dateFrom\":\"2015-12-01\",\"dateTo\":\"2016-11-30\",\"id\":11,\"name\":\"Saison 2016\",\"updatedAt\":\"2025-12-27T12:11:17.000000Z\"}]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/season",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/season",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/season"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"config\":\"[\\\"deserunt\\\",\\\"est\\\"]\",\"dateFrom\":\"2026-05-21T21:43:01\",\"dateTo\":\"2026-05-21T21:43:01\",\"name\":\"owybyyfldxkaosrtujn\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT v1\/season\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/season\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/season\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the season."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"config\":\"[\\\"corporis\\\",\\\"odit\\\"]\",\"dateFrom\":\"2026-05-21T21:43:01\",\"dateTo\":\"2026-05-21T21:43:01\",\"name\":\"vtzilky\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Setting",
            "description": "",
            "item": [
                {
                    "name": "Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/setting",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/setting"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns a list of settings.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n  {\n    \"name\": \"setting name\",\n    \"value\": \"setting value\"\n  }\n]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/setting\/:name",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/setting\/:name",
                            "variable": [
                                {
                                    "id": "name",
                                    "key": "name",
                                    "value": "at",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns a single setting.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"name\": \"setting name\",\n  \"value\": \"setting value\"\n}",
                            "name": "Setting found"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{ \"errors\": [ \"Setting not found.\" ] }",
                            "name": "Setting not found"
                        }
                    ]
                }
            ]
        },
        {
            "name": "System",
            "description": "",
            "item": [
                {
                    "name": "Cron",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/cron",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/cron"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Runs the scheduled tasks.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n  {\n    \"output\": \"ok\"\n  }\n]",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "User",
            "description": "",
            "item": [
                {
                    "name": "Check Email",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/checkEmail",
                            "query": [
                                {
                                    "key": "email",
                                    "value": "beichmann%40example.net",
                                    "description": "The email to check. Must be a valid email address.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/user\/checkEmail?email=beichmann%40example.net"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Checks if the given email is in use.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"emailInUse\": true }",
                            "name": "Email in use"
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"emailInUse\": false }",
                            "name": "Email not in use"
                        }
                    ]
                },
                {
                    "name": "POST v1\/club\/{id}\/createMember",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/club\/:id\/createMember",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/club\/:id\/createMember",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the club."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"birthDate\":\"2026-05-21T21:43:00\",\"firstName\":\"uiuevyzpdtabxxan\",\"lastName\":\"ijlvllvupgelohzmw\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/club\/{id}\/addMember",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/club\/:id\/addMember",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/club\/:id\/addMember",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the club."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"sportTypes\":\"[\\\"blanditiis\\\",\\\"nemo\\\"]\",\"userId\":9}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET v1\/user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user",
                            "query": [
                                {
                                    "key": "championshipEligibility",
                                    "value": "false",
                                    "description": "Filter users with championship eligibility only (true = with championship eligibility only, false = without championship eligibility only, else all).",
                                    "disabled": false
                                },
                                {
                                    "key": "clubId",
                                    "value": "%5B%22aut%22%2C%22praesentium%22%5D",
                                    "description": "Filter users by club. Must be an array of club ids. Must be a valid JSON string.",
                                    "disabled": false
                                },
                                {
                                    "key": "date",
                                    "value": "2026-05-21T21%3A43%3A00",
                                    "description": "If provided, memberships and licenses are only returned for the given date. Must be provided when output is csv. Must be a valid date. This field is required when output is csv.",
                                    "disabled": false
                                },
                                {
                                    "key": "eventRatingControlGroup",
                                    "value": "false",
                                    "description": "Filter users by event rating control group (true = in control group only, false = not in control group only, else all).",
                                    "disabled": false
                                },
                                {
                                    "key": "familyId",
                                    "value": "9",
                                    "description": "Filter users by family.",
                                    "disabled": false
                                },
                                {
                                    "key": "licenseDate",
                                    "value": "2026-05-21T21%3A43%3A00",
                                    "description": "Date to check for active licenses. Format: YYYY-MM-DD. Default: today. Must be a valid date.",
                                    "disabled": false
                                },
                                {
                                    "key": "firstName",
                                    "value": "magnam",
                                    "description": "Filter users by first name.",
                                    "disabled": false
                                },
                                {
                                    "key": "foreigners",
                                    "value": "false",
                                    "description": "Find foreigners only (true = foreigners only, false = austrian nationality only, else all).",
                                    "disabled": false
                                },
                                {
                                    "key": "lastName",
                                    "value": "odio",
                                    "description": "Filter users by last name.",
                                    "disabled": false
                                },
                                {
                                    "key": "output",
                                    "value": "csv",
                                    "description": "Output format. If output is csv, entries will not be paginated.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "7",
                                    "description": "The page number to be returned.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "3",
                                    "description": "Entries per page. If not set, maximum will be used. Must be at least 1. Must not be greater than 1000.",
                                    "disabled": false
                                },
                                {
                                    "key": "verified",
                                    "value": "true",
                                    "description": "Find verified users only (true = verified only, false = not verified only, else all).",
                                    "disabled": false
                                },
                                {
                                    "key": "withLicense",
                                    "value": "true",
                                    "description": "Find users with active License only (true = with active License only, false = without active License only, else all).",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/user?championshipEligibility=false&clubId=%5B%22aut%22%2C%22praesentium%22%5D&date=2026-05-21T21%3A43%3A00&eventRatingControlGroup=false&familyId=9&licenseDate=2026-05-21T21%3A43%3A00&firstName=magnam&foreigners=false&lastName=odio&output=csv&page=7&perPage=3&verified=true&withLicense=true"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST v1\/user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"address\":\"[\\\"distinctio\\\",\\\"dolores\\\"]\",\"birthDate\":\"2026-05-21T21:43:00\",\"category\":\"[\\\"eum\\\",\\\"et\\\"]\",\"chipNumber\":15,\"email\":\"destini98@example.org\",\"firstName\":\"ptwpgsho\",\"iofId\":\"mi\",\"lastName\":\"m\",\"magazine\":false,\"nationality\":\"cj\",\"password\":\"4it3HqD\\\"+PHWn];o\",\"phoneNumber\":\"tdbigfp\",\"username\":\"jpfzolx\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GDPR Consent",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/gdprConsent",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/gdprConsent"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Records the GDPR consent for the logged in user. The current timestamp will be stored as consent given at."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"address\": {\n    \"street\": \"3rd Street 12\",\n    \"zipCode\": \"4567\",\n    \"city\": \"Big City\",\n    \"country\": \"AUT\",\n    \"coordinates\": \"12.345,67.890\n  },\n  \"birthDate\": \"1999-03-25\",\n  \"category\": [ \"Herren ab 21 Elite\" ],\n  \"championshipEligibility\": true,\n  \"chipNumber\": 1234567,\n  \"createdAt\": \"2024-03-18T20:50:24.000000Z\",\n  \"email\": \"jon.doe@jondoe.com\",\n  \"familyId\": 1,\n  \"firstName\": \"Doe\",\n  \"gdprConsentGivenAt\": \"2024-03-18T20:50:24.000000Z\",\n  \"gender\": \"male\",\n  \"id\": 1,\n  \"lastContactDataCheck\": \"2024-03-18T20:50:24.000000Z\",\n  \"lastModifiedAt\": \"2024-03-18T20:50:24.000000Z\",\n  \"lastName\": \"Doe\",\n  \"magazine\": true,\n  \"nationality\": \"AUT\",\n  \"phoneNumber\": \"+43 123 4567890\",\n  \"settings\": {},\n  \"userRoles\": [\n    {\n      \"role\": \"eventManager\",\n      \"entity\": null\n    }\n  ],\n  \"username\": \"jondoe\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Contact Data Checked",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/contactDataChecked",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/contactDataChecked"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Records the contact data check for the logged in user. The current timestamp will be stored as the last contact data check."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"address\": {\n    \"street\": \"3rd Street 12\",\n    \"zipCode\": \"4567\",\n    \"city\": \"Big City\",\n    \"country\": \"AUT\",\n    \"coordinates\": \"12.345,67.890\n  },\n  \"birthDate\": \"1999-03-25\",\n  \"category\": [ \"Herren ab 21 Elite\" ],\n  \"championshipEligibility\": true,\n  \"chipNumber\": 1234567,\n  \"createdAt\": \"2024-03-18T20:50:24.000000Z\",\n  \"email\": \"jon.doe@jondoe.com\",\n  \"familyId\": 1,\n  \"firstName\": \"Doe\",\n  \"gdprConsentGivenAt\": \"2024-03-18T20:50:24.000000Z\",\n  \"gender\": \"male\",\n  \"id\": 1,\n  \"lastContactDataCheck\": \"2024-03-18T20:50:24.000000Z\",\n  \"lastModifiedAt\": \"2024-03-18T20:50:24.000000Z\",\n  \"lastName\": \"Doe\",\n  \"magazine\": true,\n  \"nationality\": \"AUT\",\n  \"phoneNumber\": \"+43 123 4567890\",\n  \"settings\": {},\n  \"userRoles\": [\n    {\n      \"role\": \"eventManager\",\n      \"entity\": null\n    }\n  ],\n  \"username\": \"jondoe\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Me",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/me"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns information about the logged in user."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"address\": {\n    \"street\": \"3rd Street 12\",\n    \"zipCode\": \"4567\",\n    \"city\": \"Big City\",\n    \"country\": \"AUT\",\n    \"coordinates\": \"12.345,67.890\n  },\n  \"birthDate\": \"1999-03-25\",\n  \"category\": [ \"Herren ab 21 Elite\" ],\n  \"championshipEligibility\": true,\n  \"chipNumber\": 1234567,\n  \"createdAt\": \"2024-03-18T20:50:24.000000Z\",\n  \"email\": \"jon.doe@jondoe.com\",\n  \"familyId\": 1,\n  \"firstName\": \"Doe\",\n  \"gdprConsentGivenAt\": \"2024-03-18T20:50:24.000000Z\",\n  \"gender\": \"male\",\n  \"id\": 1,\n  \"lastContactDataCheck\": \"2024-03-18T20:50:24.000000Z\",\n  \"lastModifiedAt\": \"2024-03-18T20:50:24.000000Z\",\n  \"lastName\": \"Doe\",\n  \"magazine\": true,\n  \"nationality\": \"AUT\",\n  \"phoneNumber\": \"+43 123 4567890\",\n  \"settings\": {},\n  \"userRoles\": [\n    {\n      \"role\": \"eventManager\",\n      \"entity\": null\n    }\n  ],\n  \"username\": \"jondoe\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Returns a list of event ids which are bookmarked by the logged in user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/eventBookmarks",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/eventBookmarks"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[ 1, 2, 3 ]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Check Username",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/checkUsername",
                            "query": [
                                {
                                    "key": "userId",
                                    "value": "13",
                                    "description": "The ID of the user. If empty the ID of the authenticated user is used.",
                                    "disabled": false
                                },
                                {
                                    "key": "username",
                                    "value": "sit",
                                    "description": "The username to check.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/user\/checkUsername?userId=13&username=sit"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Checks if the given username is available for the given userId."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"usernameAvailable\": true }",
                            "name": "Username available"
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"usernameAvailable\": false }",
                            "name": "Username not available"
                        }
                    ]
                },
                {
                    "name": "GET v1\/user\/search\/transfer",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/search\/transfer",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/search\/transfer"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"birthDate\":\"2026-05-21T21:43:00\",\"clubId\":7,\"firstName\":\"eyk\",\"lastName\":\"nfrrrnghchvlaklk\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v1\/user\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH v1\/user\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"address\":\"[\\\"molestias\\\",\\\"in\\\"]\",\"birthDate\":\"2026-05-21T21:43:00\",\"category\":\"[\\\"fuga\\\",\\\"fugiat\\\"]\",\"championshipEligibility\":false,\"chipNumber\":14,\"email\":\"will89@example.com\",\"eventRatingControlGroup\":false,\"firstName\":\"htadfmnjqxiirnxfpawkg\",\"iofId\":\"lccbwoziyn\",\"lastName\":\"mulwtxsnaqhg\",\"magazine\":false,\"nationality\":\"vaa\",\"password\":\"%*$uW#'Bs\",\"phoneNumber\":\"frpjzaggnqzawv\",\"settings\":\"[\\\"necessitatibus\\\",\\\"atque\\\"]\",\"username\":\"bxmqbyhhuvbamxypsfvfu\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH v1\/user\/{id}\/unverify",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/:id\/unverify",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/:id\/unverify",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH v1\/user\/{id}\/deactivateChampionshipEligibility",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/:id\/deactivateChampionshipEligibility",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/:id\/deactivateChampionshipEligibility",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH v1\/user\/{id}\/verify",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/:id\/verify",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/:id\/verify",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH v1\/user\/{id}\/activateChampionshipEligibility",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/:id\/activateChampionshipEligibility",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/:id\/activateChampionshipEligibility",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST v1\/user\/{id}\/addRole",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/:id\/addRole",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/:id\/addRole",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"entityId\":20}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/user\/{id}\/removeRole",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/:id\/removeRole",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/:id\/removeRole",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"entityId\":12}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User Session",
            "description": "",
            "item": [
                {
                    "name": "GET v1\/user\/session",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/session",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/session"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "max-age=0, must-revalidate, no-cache, no-store, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "pragma",
                                    "value": "no-cache"
                                },
                                {
                                    "key": "expires",
                                    "value": "0"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH v1\/user\/session\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/session\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/session\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "quibusdam",
                                    "description": "The ID of the session."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"label\":\"peutyjdwmlvsljvdqd\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE v1\/user\/session\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/user\/session\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/user\/session\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "fugiat",
                                    "description": "The ID of the session."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "Authorization",
                "type": "string"
            }
        ]
    }
}