Team (Squad)

Represents a team's details in the Squads feed.

Properties

id uuid

Unique id of a team

name string

Team's name Example: Boston Celtics

Team's category Example: Men, Women, Youth

More details about the club the team belongs to

homeTeam boolean

Indicates whether the team is playing at home or away Example: true, false

{
    "id": "114aa40d-6895-48b9-9bfe-0abecc9d10c9",
    "name": "Hapoel Tel Aviv",
    "club": {
        "id": "3bf65514-d1b3-4768-8119-cee69b574734",
        "name": "HAPOEL TEL AVIV"
        },
    "category": {
        "id": 1,
        "name": "Men"
        },
    "homeTeam": true
}

Last updated