GET v1/NFL/Team/Stats/Game/{gameOrSeasonId}/{franchiseId}
Returns team game statistics
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gameOrSeasonId |
If looking for a single game, use the 10 digit elias game identifier. If looking for a season use the 4 digit season. |
integer |
Required |
| franchiseId |
Franchise ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.