Help Center
Teams – Team Registration
Returns a list of teams registered for the specified event. Teams can belong to multiple divisions.
Endpoint
/partners/team-registration/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": "3324",
"teamName": "Mizuno Northern Lights 16-2",
"clubName": "Mizuno Northern Lights",
"state": "MN",
"usavTeamIdentifier": "G16NLITE2NO",
"aauTeamIdentifier": null,
"jvaTeamIdentifier": null,
"usavClubIdentifier": "NLITE",
"aauClubIdentifier": null,
"jvaClubIdentifier": null,
"usavRegion": "NO",
"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": "178",
"divisionName": "16 USA",
"divisionDates": [
"2024-03-22",
"2024-03-23",
"2024-03-24"
],
"clubId": "1",
"clubTeamId": "1",
"updatedAt": "2024-03-21T19:00:06.000000Z",
"trashed": false,
"deletedAt": null
},
{
"id": "3325",
"teamName": "Mizuno Northern Lights 16-B",
"clubName": "Mizuno Northern Lights",
"state": "MN",
"usavTeamIdentifier": "G16NLITE3NO",
"aauTeamIdentifier": null,
"jvaTeamIdentifier": null,
"usavClubIdentifier": "NLITE",
"aauClubIdentifier": null,
"jvaClubIdentifier": null,
"usavRegion": "NO",
"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": "177",
"divisionName": "16 Liberty",
"divisionDates": [
"2024-03-22",
"2024-03-23",
"2024-03-24"
],
"clubId": "1",
"clubTeamId": "2",
"updatedAt": "2024-03-21T19:00:10.000000Z",
"trashed": false,
"deletedAt": null
},
{
"id": "3326",
"teamName": "Mizuno Northern Lights 17-2",
"clubName": "Mizuno Northern Lights",
"state": "MN",
"usavTeamIdentifier": "G17NLITE2NO",
"aauTeamIdentifier": null,
"jvaTeamIdentifier": null,
"usavClubIdentifier": "NLITE",
"aauClubIdentifier": null,
"jvaClubIdentifier": null,
"usavRegion": "NO",
"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": "181",
"divisionName": "17 Elite",
"divisionDates": [
"2024-03-22",
"2024-03-23",
"2024-03-24"
],
"clubId": "1",
"clubTeamId": "3",
"updatedAt": "2024-03-21T19:00:28.000000Z",
"trashed": false,
"deletedAt": null
}
],
"links": {
"first": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=1",
"last": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=166",
"prev": null,
"next": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 166,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=1",
"label": "1",
"active": true
},
{
"url": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=2",
"label": "2",
"active": false
},
{
"url": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=3",
"label": "3",
"active": false
},
{
"url": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=4",
"label": "4",
"active": false
},
{
"url": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=5",
"label": "5",
"active": false
},
{
"url": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=6",
"label": "6",
"active": false
},
{
"url": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=7",
"label": "7",
"active": false
},
{
"url": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=8",
"label": "8",
"active": false
},
{
"url": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=9",
"label": "9",
"active": false
},
{
"url": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=10",
"label": "10",
"active": false
},
{
"url": null,
"label": "...",
"active": false
},
{
"url": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=165",
"label": "165",
"active": false
},
{
"url": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=166",
"label": "166",
"active": false
},
{
"url": "https://api.vbschedule.com/partners/team-registration/events/36/teams?limit=3&page=2",
"label": "Next »",
"active": false
}
],
"path": "https://api.vbschedule.com/partners/team-registration/events/36/teams",
"per_page": 3,
"to": 3,
"total": 497
}
}
Notes
response id field represents the Team Registration ID