Indoor Updates

TeamPlayerPosition Updates (full or delta)

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

get/web/team-player-positions

Query parameters

tsinteger

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

Example:1759329493

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

allboolean

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

Example:true

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

Response

idinteger
namestring
slugstring
codestring
created_atstring
updated_atstring
deleted_atstring

Example response

[
  {
    "id": 1,
    "name": "Setter",
    "slug": "setter",
    "code": "setter-de",
    "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.