Skip to main content
GET
Team Staffs

Authorizations

apiKey
string
query
required

Path Parameters

id
integer
required

Numeric ID of the team to get team staffs for

Query Parameters

fields
enum<string>[]

Specify custom response with available response fields.


Fields included as default: id, staff, season, role, notes, updatedAt

Available options:
id,
staff,
season,
role,
notes,
updatedAt,
staff.*,
season.*,
*
offset
integer
default:0

The number of items to skip before starting to collect the result set.

Required range: x >= 0
limit
integer
default:100

The number of items to return.

Required range: 0 <= x <= 1000
sort
enum<string>[]

Sort results by field name. Prefix with - for descending order (e.g., -name).

Available options:
id,
-id,
role,
-role,
notes,
-notes,
season,
-season,
updatedAt,
-updatedAt
season
string

Filter by season slug

staff
integer

Filter by staff ID

staff.nationality
string[]

Filter by staff.nationality slug in ISO 3166-1 alpha-3

updatedAt:min
string<date-time>

Filter by updatedAt greater or equal to in ISO-8601 format for date and time

Response

200 - application/json

A paginated list of team staffs.

_meta
object
data
object[]