GET api/Draft?draftType={draftType}&year={year}&round={round}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
draftType | string |
Required |
|
year | integer |
Required |
|
round | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
JsonResultOfListOfDraftPickName | Description | Type | Additional information |
---|---|---|---|
Content | Collection of DraftPick |
None. |
|
SerializerSettings | JsonSerializerSettings |
None. |
|
Encoding | Encoding |
None. |
|
Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.