Skip to main content
GET
Team Experiences

Authorizations

apiKey
string
query
required

Path Parameters

id
integer
required

Numeric ID of the team to get team experiences for

season
string
required

Season of the {id} to get team experiences for

Query Parameters

fields
enum<string>[]

Specify custom response with available response fields.


Fields included as default: team, teamName, teamLogo, GP, eliteprospectsUrlPath

Available options:
team,
teamName,
teamLogo,
GP,
eliteprospectsUrlPath,
team.*,
teamLogo.*,
*
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
team
integer[]

Filter by team ID

Response

200 - application/json

A paginated list of team experiences.

_meta
object
data
object[]