GET v1/MLB/Person/Stats/Game/{gameOrSeasonId}/{franchiseId}

Returns a JSON Document

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

The franchise identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.