Skip to main content
Print

Teams – Scheduler

Returns a list of teams for the specified event. Teams can belong to multiple divisions and are generally identified using the identifier field to identify the team within in the governing organization.

For example a USA Volleyball team identifier would resemble "G14PRLKE1NO" where an AAU team identifier or JVA team identifier and unaffiliated team identifiers may not be available and in such cases, the clubName and teamName should be used to identify the teams within a governing organization. We return our internal id field however this value is specific to that team within the event and should not be used as an identifier across multiple events. In some cases, where the governing organization is unspecified there may be another integer value for the identifier field however, this would be specific to that team within the event and should not be used as an identifier across multiple events.

Endpoint

/partners/schedule/events/:eventId/teams

Available Filters

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": "6718",
            "identifier": "G11PREMR1GP",
            "teamRegistrationId": "4280",
            "region": null,
            "teamName": "Premier Nebraska 11 Gold",
            "clubName": "Premier Nebraska Volleyball",
            "state": "NE",
            "usavTeamIdentifier": "G11PREMR1GP",
            "aauTeamIdentifier": null,
            "jvaTeamIdentifier": "JVA-G11PREMR1NE",
            "usavClubIdentifier": "PREMR",
            "aauClubIdentifier": null,
            "jvaClubIdentifier": "PREMR",
            "usavRegion": "GP",
            "aauRegion": null,
            "jvaRegion": null,
            "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",
            "divisionDates": [
                "2024-03-22",
                "2024-03-23",
                "2024-03-24"
            ],
            "clubId": "211",
            "clubTeamId": "2270",
            "updatedAt": "2024-03-25T04:03:55.000000Z",
            "trashed": false,
            "deletedAt": null
        },
        {
            "id": "6719",
            "identifier": "G11ELITE1GP",
            "teamRegistrationId": "4341",
            "region": null,
            "teamName": "Nebraska Elite 11 Chaos",
            "clubName": "Nebraska Elite Volleyball",
            "state": "NE",
            "usavTeamIdentifier": "G11ELITE1GP",
            "aauTeamIdentifier": null,
            "jvaTeamIdentifier": "JVA-G11ELITE1NE",
            "usavClubIdentifier": "ELITE",
            "aauClubIdentifier": null,
            "jvaClubIdentifier": "ELITE",
            "usavRegion": "GP",
            "aauRegion": null,
            "jvaRegion": null,
            "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",
            "divisionDates": [
                "2024-03-22",
                "2024-03-23",
                "2024-03-24"
            ],
            "clubId": "10",
            "clubTeamId": "190",
            "updatedAt": "2024-03-24T20:40:23.000000Z",
            "trashed": false,
            "deletedAt": null
        },
        {
            "id": "6720",
            "identifier": "G11PVAKC1HA",
            "teamRegistrationId": "3655",
            "region": null,
            "teamName": "PVA 11 Elite",
            "clubName": "PVA",
            "state": "MO",
            "usavTeamIdentifier": "G11PVAKC1HA",
            "aauTeamIdentifier": null,
            "jvaTeamIdentifier": null,
            "usavClubIdentifier": "PVAKC",
            "aauClubIdentifier": null,
            "jvaClubIdentifier": "PVAKC",
            "usavRegion": "HA",
            "aauRegion": null,
            "jvaRegion": null,
            "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",
            "divisionDates": [
                "2024-03-22",
                "2024-03-23",
                "2024-03-24"
            ],
            "clubId": "62",
            "clubTeamId": "808",
            "updatedAt": "2024-03-24T20:40:23.000000Z",
            "trashed": false,
            "deletedAt": null
        }
    ],
    "links": {
        "first": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=1",
        "last": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=165",
        "prev": null,
        "next": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=2"
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 165,
        "links": [
            {
                "url": null,
                "label": "« Previous",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=3",
                "label": "3",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=4",
                "label": "4",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=5",
                "label": "5",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=6",
                "label": "6",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=7",
                "label": "7",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=8",
                "label": "8",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=9",
                "label": "9",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=10",
                "label": "10",
                "active": false
            },
            {
                "url": null,
                "label": "...",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=164",
                "label": "164",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=165",
                "label": "165",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/schedule/events/36/teams?limit=3&page=2",
                "label": "Next »",
                "active": false
            }
        ],
        "path": "https://api.vbschedule.com/partners/schedule/events/36/teams",
        "per_page": 3,
        "to": 3,
        "total": 493
    }
}

Notes

This endpoint has the same signature as the Teams – Team Registration endpoint except for the addition of the following fields:

  • identifier represents the team identifier chosen by the event administrator to be used to identify the team for the event. This is up to the event administrator and the value may or may not match to teamRegistrationId, clubTeamId, usavTeamIdentifier, aauTeamIdentifier, or jvaTeamIdentifier
  • teamRegistrationId if available will reference the identifier in team registration. Along with this, the resulting data may have more information available than an event not in using the team registration module.
  • region represents the team’s region chosen by the event administrator to be used to identify the team’s region for the event. This is up to the event administrator and the value may or may not match to usavRegion, aauRegion, or jvaRegion
  • If the event is NOT using the Team Registration module OR has chosen to NOT link the teams between the two modules (uncommon) only the information provided by the event administrator will be returned in the dataset leaving any missing information returning null.
Table of Contents