---
title: "TeamPlayerPosition Updates (full or delta)"
method: GET
path: "/web/team-player-positions"
tags: ["Indoor Updates"]
---

# TeamPlayerPosition Updates (full or delta)

`GET /web/team-player-positions`

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

## Query parameters

- `ts` integer — Unix timestamp (in seconds). Filters team player positions updated since this time.
- `all` boolean — Return all team player positions ignoring `ts`. Accepted values: true, false, 1, 0, yes, no.

## Response `200`

- object[]
  - `id` integer
  - `name` string
  - `slug` string
  - `code` string
  - `created_at` string
  - `updated_at` string
  - `deleted_at` string

## Other responses

- `422`

---

[API](https://skmtc.dev/volleynet/apis/o-vv-volley-api-documentation.md) · [All operations](https://skmtc.dev/volleynet/apis/o-vv-volley-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/volleynet/o-vv-volley-api-documentation/revisions/1743e6e988d5/schema)
