Skip to main content
Print

Rosters – Team Registration

IMPORTANT: These are the officially submitted rosters for the event. Only validated roster members will be returned.

Returns a list of roster members for the specified event. Roster members can belong to multiple divisions and teams and can generally be grouped using the clubTeamId field to identify the team within in the governing organization or event. There may be situations where multiple records for an individual are returned as they could belong to multiple teams within an event.

Endpoint

/partners/team-registration/events/:eventId/rosters

Available Filters

updatedSince – returns records 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

isPlayer – filter by player or staff – Accepts true or false

?filter[isPlayer]=true
OR
?filter[isPlayer]=false

isStaff – filter by player or staff – Accepts true or false


?filter[isStaff]=true
OR
?filter[isStaff]=false

divisionId – filter by division identifier – Accepts array of values

?filter[divisionId]=233
OR
?filter[divisionId][]=233&?filter[divisionId][]=234
OR
?filter[divisionId]=233,234

teamRegistrationId – filter by team registration identifier – Accepts array of values

?filter[teamRegistrationId]=2333
OR
?filter[teamRegistrationId][]=2333&?filter[teamRegistrationId][]=2344
OR
?filter[teamRegistrationId]=2333,2345

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": "54706",
            "first_name": "Elexis",
            "last_name": "Doe",
            "name": "Elexis Doe",
            "email": "nobody@example.com",
            "birthDate": "2008-07-13",
            "gender": "F",
            "teamName": "Mizuno Northern Lights 16-2",
            "clubName": "Mizuno Northern Lights",
            "teamIdentifier": "G16NLITE2NO",
            "usavTeamIdentifier": "G16NLITE2NO",
            "aauTeamIdentifier": null,
            "jvaTeamIdentifier": null,
            "usavClubIdentifier": "NLITE",
            "usavClubRegion": "NO",
            "state": "MN",
            "uniformNumber": "20",
            "position": null,
            "height": null,
            "graduationYear": "2026",
            "isPlayer": true,
            "jvaMemberIdentifier": null,
            "aauMemberIdentifier": null,
            "usavMemberIdentifier": "123456789",
            "teamRegistrationId": "3324",
            "clubMemberId": "1496",
            "clubId": "1",
            "clubTeamId": "1",
            "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",
            "checkedInAt": "2024-03-21T18:00:26.000000Z",
            "updatedAt": "2024-03-21T18:00:26.000000Z",
            "trashed": false,
            "deletedAt": null
        },
        {
            "id": "54707",
            "first_name": "Jane",
            "last_name": "Johnston",
            "name": "Jane Johnston",
            "email": "nobody@example.com",
            "birthDate": "1983-09-21",
            "gender": "F",
            "teamName": "Mizuno Northern Lights 16-2",
            "clubName": "Mizuno Northern Lights",
            "teamIdentifier": "G16NLITE2NO",
            "usavTeamIdentifier": "G16NLITE2NO",
            "aauTeamIdentifier": null,
            "jvaTeamIdentifier": null,
            "usavClubIdentifier": "NLITE",
            "usavClubRegion": "NO",
            "state": "MN",
            "uniformNumber": null,
            "position": "headCoach",
            "height": null,
            "graduationYear": null,
            "isPlayer": false,
            "jvaMemberIdentifier": null,
            "aauMemberIdentifier": null,
            "usavMemberIdentifier": "223456789",
            "teamRegistrationId": "3324",
            "clubMemberId": "702",
            "clubId": "1",
            "clubTeamId": "1",
            "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",
            "checkedInAt": "2024-03-21T18:00:26.000000Z",
            "updatedAt": "2024-03-21T18:00:26.000000Z",
            "trashed": false,
            "deletedAt": null
        },
        {
            "id": "54708",
            "first_name": "Brooke",
            "last_name": "Doe",
            "name": "Brooke Doe",
            "email": "nobody@example.com",
            "birthDate": "1996-11-21",
            "gender": "F",
            "teamName": "Mizuno Northern Lights 16-2",
            "clubName": "Mizuno Northern Lights",
            "teamIdentifier": "G16NLITE2NO",
            "usavTeamIdentifier": "G16NLITE2NO",
            "aauTeamIdentifier": null,
            "jvaTeamIdentifier": null,
            "usavClubIdentifier": "NLITE",
            "usavClubRegion": "NO",
            "state": "MN",
            "uniformNumber": null,
            "position": "assistantCoach",
            "height": null,
            "graduationYear": null,
            "isPlayer": false,
            "jvaMemberIdentifier": null,
            "aauMemberIdentifier": null,
            "usavMemberIdentifier": "323456789",
            "teamRegistrationId": "3324",
            "clubMemberId": "743",
            "clubId": "1",
            "clubTeamId": "1",
            "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",
            "checkedInAt": null,
            "updatedAt": "2024-03-21T18:00:26.000000Z",
            "trashed": false,
            "deletedAt": null
        }
    ],
    "links": {
        "first": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=1",
        "last": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=2232",
        "prev": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=3",
        "next": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=5"
    },
    "meta": {
        "current_page": 4,
        "from": 10,
        "last_page": 2232,
        "links": [
            {
                "url": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=3",
                "label": "« Previous",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=1",
                "label": "1",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=3",
                "label": "3",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=4",
                "label": "4",
                "active": true
            },
            {
                "url": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=5",
                "label": "5",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=6",
                "label": "6",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=7",
                "label": "7",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=8",
                "label": "8",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=9",
                "label": "9",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=10",
                "label": "10",
                "active": false
            },
            {
                "url": null,
                "label": "...",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=2231",
                "label": "2231",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=2232",
                "label": "2232",
                "active": false
            },
            {
                "url": "https://api.vbschedule.com/partners/team-registration/events/36/rosters?limit=3&page=5",
                "label": "Next »",
                "active": false
            }
        ],
        "path": "https://api.vbschedule.com/partners/team-registration/events/36/rosters",
        "per_page": 3,
        "to": 12,
        "total": 6695
    }
}

Notes

Possible values for position when isPlayer = false

headCoach
assistantCoach
chaperone
manager
teamRepresentative
Table of Contents