Skip to main content
Print

Matches

Returns a list of matches for the specified event.

Endpoint

/partners/schedule/events/:eventId/matches

Available Filters

updatedSince – returns matches updated greater than the datetime provided

?filter[updatedSince]=2023-01-14T15:03:47.000000Z
OR
?filter[updatedSince]=2023-01-14 15:03
OR
?filter[updatedSince]=2023-01-14

divisionId – filter by division(s) – Accepts array of values

?filter[divisionId]=1
OR
?filter[divisionId][]=20&filter[divisionId][]=21
OR
?filter[divisionId]=20,21

trashed – filter trashed/deleted records – responds to particular values

filter[trashed]=only will only return soft-deleted models
filter[trashed]=with will include soft-deleted records to the result set

Response

{
    "data": [
        {
            "id": "28495",
            "eventId": "36",
            "eventName": "2024 Mizuno Northern Lights Qualifier 11's-14's & 16's bids - 15, 17 & 18 no bid (March 22-24)",
            "divisionId": "164",
            "divisionName": "11 National",
            "type": "pool",
            "timezone": "America/Chicago",
            "startTime": "2024-03-22T13:00:00.000000Z",
            "startTimeInEventTimezone": "Mar 22nd, 8:00am",
            "completedTime": "2024-03-22T13:43:33.000000Z",
            "completedTimeInEventTimezone": "Mar 22nd, 8:43am",
            "trackingLabel": "11NR1D1P1M1",
            "teamOneName": "Premier Nebraska 11 Gold",
            "teamOneIdentifier": "G11PREMR1GP",
            "teamOneTrackingLabel": "Unavailable",
            "teamTwoName": "Mizuno Northern Lights 10-1",
            "teamTwoIdentifier": "G10NLITE1NO",
            "teamTwoTrackingLabel": "Unavailable",
            "courtName": "Court 61",
            "courtLocation": "Mpls CC",
            "updatedAt": "2024-03-23T17:47:53.000000Z",
            "isTrashed": false
        },
        {
            "id": "28496",
            "eventId": "36",
            "eventName": "2024 Mizuno Northern Lights Qualifier 11's-14's & 16's bids - 15, 17 & 18 no bid (March 22-24)",
            "divisionId": "164",
            "divisionName": "11 National",
            "type": "pool",
            "timezone": "America/Chicago",
            "startTime": "2024-03-22T13:00:00.000000Z",
            "startTimeInEventTimezone": "Mar 22nd, 8:00am",
            "completedTime": "2024-03-22T13:46:57.000000Z",
            "completedTimeInEventTimezone": "Mar 22nd, 8:46am",
            "trackingLabel": "11NR1D1P1M2",
            "teamOneName": "Mizuno Northern Lights 11-1",
            "teamOneIdentifier": "G11NLITE1NO",
            "teamOneTrackingLabel": "Unavailable",
            "teamTwoName": "MAVS 816 11-1",
            "teamTwoIdentifier": "G11MAVSE1HA",
            "teamTwoTrackingLabel": "Unavailable",
            "courtName": "Court 62",
            "courtLocation": "Mpls CC",
            "updatedAt": "2024-03-23T17:47:53.000000Z",
            "isTrashed": false
        },
        {
            "id": "28497",
            "eventId": "36",
            "eventName": "2024 Mizuno Northern Lights Qualifier 11's-14's & 16's bids - 15, 17 & 18 no bid (March 22-24)",
            "divisionId": "164",
            "divisionName": "11 National",
            "type": "pool",
            "timezone": "America/Chicago",
            "startTime": "2024-03-22T13:00:00.000000Z",
            "startTimeInEventTimezone": "Mar 22nd, 8:00am",
            "completedTime": "2024-03-22T13:46:39.000000Z",
            "completedTimeInEventTimezone": "Mar 22nd, 8:46am",
            "trackingLabel": "11NR1D1P1M3",
            "teamOneName": "1United 11N Blue",
            "teamOneIdentifier": "G111UNVB1NT",
            "teamOneTrackingLabel": "Unavailable",
            "teamTwoName": "TX STORM 11 SMACK",
            "teamTwoIdentifier": "G11TXSVA1SU",
            "teamTwoTrackingLabel": "Unavailable",
            "courtName": "Court 63",
            "courtLocation": "Mpls CC",
            "updatedAt": "2024-03-23T17:47:53.000000Z",
            "isTrashed": false
        }
    ],
    "links": {
        "first": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=1",
        "last": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=636",
        "prev": null,
        "next": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=2"
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 636,
        "links": [
            {
                "url": null,
                "label": "« Previous",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=3",
                "label": "3",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=4",
                "label": "4",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=5",
                "label": "5",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=6",
                "label": "6",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=7",
                "label": "7",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=8",
                "label": "8",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=9",
                "label": "9",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=10",
                "label": "10",
                "active": false
            },
            {
                "url": null,
                "label": "...",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=635",
                "label": "635",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=636",
                "label": "636",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/matches?limit=3&page=2",
                "label": "Next »",
                "active": false
            }
        ],
        "path": "https://api.vbschedule.com/partners/schedule/events/36/matches",
        "per_page": 3,
        "to": 3,
        "total": 1907
    }
}
Table of Contents