GET v2/NFL/Teams/{season}?limit={limit}&offset={offset}&lastUpdated={lastUpdated}
Returns a JSON Document
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| season | integer |
Required |
|
| limit | integer |
Default value is 500 |
|
| offset | integer |
Default value is 0 |
|
| lastUpdated | date |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.