Indoor Updates

TeamMember Updates (full or delta)

Returns a list of TeamMembers, either all available or only those modified since a given timestamp.

get/web/team-members

Query parameters

tsinteger

Unix timestamp (in seconds). Filters team members updated since this time.

Example:1759329493

Unix timestamp (in seconds). Filters team members updated since this time.

allboolean

Return all team members ignoring ts. Accepted values: true, false, 1, 0, yes, no.

Example:true

Return all team members ignoring ts. Accepted values: true, false, 1, 0, yes, no.

team_idinteger

Filter by team ID.

Example:10

Filter by team ID.

Response

idinteger
person-idinteger
slugstring
codestring
eligible_fromstring
eligible_untilstring
notestring
jersey_numberinteger
nicknamestring
photo_urlstring
team_player_position_idinteger
club_idinteger
team_idinteger
created_atstring
updated_atstring
deleted_atstring

Example response

[
  {
    "id": 1,
    "person-id": 23,
    "slug": "mustermann-max",
    "code": "mustermann-max-teamcode",
    "eligible_from": "2023-01-01",
    "eligible_until": "2023-12-31",
    "note": "Some note",
    "jersey_number": 7,
    "nickname": "Maxi",
    "photo_url": "http://localhost:8181/api/public/storage/indoor/players/53598/photo.png",
    "team_player_position_id": 3,
    "club_id": 5,
    "team_id": 10,
    "created_at": "2023-01-01 09:00:00",
    "updated_at": "2025-10-10 12:00:00",
    "deleted_at": null
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.