Seasons WyID





GET /v2/seasons/{wyId}


GET /v2/seasons/{wyId}

back to index


Table of contents

Overview

Retrieves informations about a given season.

Request URL: https://apirest.wyscout.com/v2/seasons/{wyId}

Parameters

( * parameters are mandatory)

Name Type Default Description
wyId * integer null Unique ID for the required season
details string null Objects to be detailed (separated by commas). See Notes(1) for available objects

Output

Property Type Condition Value Description
wyId integer always Dynamic Unique ID for this season
name string always Dynamic Season name
startDate string always Dynamic Season start date
endDate string always Dynamic Season end date
active boolean always Dynamic Season active
competitionId integer always Dynamic Season's competition ID
competition string details=competition Dynamic Season's competition details (see GET competitions/{wyId} for more info)

Notes

1. Available objects for additional details

Object Description
competition Competition details (see GET competitions/{wyId} for more info)

back to index