commit api subpackage

This commit is contained in:
filifa
2025-04-06 00:55:01 -04:00
parent 4bec2914fa
commit 481ae64cc1
1052 changed files with 2890798 additions and 0 deletions

20
api/docs/About.md Normal file
View File

@@ -0,0 +1,20 @@
# About
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**AtBatIndex** | **int32** | | [optional] [default to null]
**HalfInning** | **string** | | [optional] [default to null]
**IsTopInning** | **bool** | | [optional] [default to null]
**Inning** | **int32** | | [optional] [default to null]
**StartTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**EndTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**IsComplete** | **bool** | | [optional] [default to null]
**IsScoringPlay** | **bool** | | [optional] [default to null]
**HasReview** | **bool** | | [optional] [default to null]
**HasOut** | **bool** | Does the play include an out? | [optional] [default to null]
**CaptivatingIndex** | **int32** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

10
api/docs/AdditionalBio.md Normal file
View File

@@ -0,0 +1,10 @@
# AdditionalBio
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **int32** | | [optional] [default to null]
**HomeTown** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,10 @@
# AdditionalBioRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**HomeTown** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,8 @@
# AggregateSortTypeEnum
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,11 @@
# AggregateSortTypeRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Code** | **string** | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

8
api/docs/AllStarEnum.md Normal file
View File

@@ -0,0 +1,8 @@
# AllStarEnum
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

393
api/docs/AnalyticsApi.md Normal file
View File

@@ -0,0 +1,393 @@
# {{classname}}
All URIs are relative to *https://statsapi.mlb.com*
Method | HTTP request | Description
------------- | ------------- | -------------
[**ContextMetrics**](AnalyticsApi.md#ContextMetrics) | **Get** /api/v1/game/{gamePk}/{guid}/contextMetrics | Get context metrics for a specific gamePk.
[**ContextMetricsWithAverages**](AnalyticsApi.md#ContextMetricsWithAverages) | **Get** /api/v1/game/{gamePk}/{guid}/contextMetricsAverages | Get a json file containing raw coordinate data and refined calculated metrics.
[**ContextMetricsWithAveragesPost**](AnalyticsApi.md#ContextMetricsWithAveragesPost) | **Post** /api/v1/game/{gamePk}/{guid}/contextMetricsAverages | Get a json file containing raw coordinate data and refined calculated metrics.
[**GameGuids**](AnalyticsApi.md#GameGuids) | **Get** /api/v1/game/{gamePk}/guids | Get the GUIDs (plays) for a specific game.
[**GameGuidsFromPostgresRange**](AnalyticsApi.md#GameGuidsFromPostgresRange) | **Get** /api/v1/analytics/guids | Get the GUIDs (plays) for a specific game.
[**GameGuidsFromPostgresRangeByGame**](AnalyticsApi.md#GameGuidsFromPostgresRangeByGame) | **Get** /api/v1/analytics/game | Get all games by updated date.
[**GameLastPitch**](AnalyticsApi.md#GameLastPitch) | **Get** /api/v1/game/lastPitch | Get the last pitch for a list of games
[**HomeRunBallparks**](AnalyticsApi.md#HomeRunBallparks) | **Get** /api/v1/game/{gamePk}/{guid}/homeRunBallparks | Get if the play is a home run is each park for a specific play.
[**ParsedJsonFormattedAnalytics**](AnalyticsApi.md#ParsedJsonFormattedAnalytics) | **Get** /api/v1/game/{gamePk}/{guid}/analytics | Get Statcast data for a specific play.
# **ContextMetrics**
> []CalculatedMetricRestObject ContextMetrics(ctx, gamePk, guid, optional)
Get context metrics for a specific gamePk.
Returns a json file containing raw coordinate data and refined calculated metrics.<br/><br/>This responses can be very large, so it is strongly recommended that you pass \"Accept-Encoding: gzip\" as a header to have the responses compressed.
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**gamePk** | **int32**| Unique Primary Key Representing a Game |
**guid** | **string**| Unique identifier for a play within a game |
**optional** | ***AnalyticsApiContextMetricsOpts** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a pointer to a AnalyticsApiContextMetricsOpts struct
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**fields** | [**optional.Interface of []string**](string.md)| Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute |
### Return type
[**[]CalculatedMetricRestObject**](CalculatedMetricRestObject.md)
### Authorization
[basicAuth](../README.md#basicAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json;charset=UTF-8
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **ContextMetricsWithAverages**
> []CalculatedMetricRestObject ContextMetricsWithAverages(ctx, gamePk, guid, optional)
Get a json file containing raw coordinate data and refined calculated metrics.
Returns a json file containing raw coordinate data and refined calculated metrics.<br/><br/>This responses can be very large, so it is strongly recommended that you pass \"Accept-Encoding: gzip\" as a header to have the responses compressed.
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**gamePk** | **int32**| Unique Primary Key Representing a Game |
**guid** | **string**| Unique identifier for a play within a game |
**optional** | ***AnalyticsApiContextMetricsWithAveragesOpts** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a pointer to a AnalyticsApiContextMetricsWithAveragesOpts struct
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**fields** | [**optional.Interface of []string**](string.md)| Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute |
### Return type
[**[]CalculatedMetricRestObject**](CalculatedMetricRestObject.md)
### Authorization
[basicAuth](../README.md#basicAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json;charset=UTF-8
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **ContextMetricsWithAveragesPost**
> []CalculatedMetricRestObject ContextMetricsWithAveragesPost(ctx, gamePk, guid, optional)
Get a json file containing raw coordinate data and refined calculated metrics.
Returns a json file containing raw coordinate data and refined calculated metrics.<br/><br/>This responses can be very large, so it is strongly recommended that you pass \"Accept-Encoding: gzip\" as a header to have the responses compressed.
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**gamePk** | **int32**| Unique Primary Key Representing a Game |
**guid** | **string**| Unique identifier for a play within a game |
**optional** | ***AnalyticsApiContextMetricsWithAveragesPostOpts** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a pointer to a AnalyticsApiContextMetricsWithAveragesPostOpts struct
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**fields** | [**optional.Interface of []string**](string.md)| Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute |
### Return type
[**[]CalculatedMetricRestObject**](CalculatedMetricRestObject.md)
### Authorization
[basicAuth](../README.md#basicAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json;charset=UTF-8
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **GameGuids**
> []AnalyticsPlayMetadataRestObject GameGuids(ctx, gamePk, optional)
Get the GUIDs (plays) for a specific game.
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**gamePk** | **int32**| Unique Primary Key Representing a Game |
**optional** | ***AnalyticsApiGameGuidsOpts** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a pointer to a AnalyticsApiGameGuidsOpts struct
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**fields** | [**optional.Interface of []string**](string.md)| Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute |
**gameModeId** | **optional.Int32**| Statcast game mode. Format: 0 &#x3D; Batting Practive, 1 &#x3D; Warmup 2 &#x3D; Live |
**isPitch** | **optional.Bool**| If there was a pitch |
**isHit** | **optional.Bool**| If there was a hit ball tracked |
**isPickoff** | **optional.Bool**| If there was a pickoff |
**hasUpdates** | **optional.Bool**| True if updated by an auditor |
**since** | **optional.Time**| Returns all data that was created after the specified timestamp. Format: YYYY-MM-DDTHH:MM:SSZ |
**updatedSince** | **optional.Time**| Return data updated since a specified date. Format: YYYY-MM-DDTHH:MM:SSZ |
**lastPlayTime** | **optional.Time**| Returns all data that was created after the specified timestamp. Format: YYYY-MM-DDTHH:MM:SSZ |
**lastUpdatedTime** | **optional.Time**| Return data updated since a specified date. Format: YYYY-MM-DDTHH:MM:SSZ |
**lastMetricsUpdatedTime** | **optional.Time**| Return data updated since a specified date. Format: YYYY-MM-DDTHH:MM:SSZ |
**lastAuditUpdatedTime** | **optional.Time**| Return data updated since a specified date. Format: YYYY-MM-DDTHH:MM:SSZ |
**lastVideoUpdatedTime** | **optional.Time**| The last time SportyBot video was updated |
### Return type
[**[]AnalyticsPlayMetadataRestObject**](AnalyticsPlayMetadataRestObject.md)
### Authorization
[basicAuth](../README.md#basicAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json;charset=UTF-8
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **GameGuidsFromPostgresRange**
> AnalyticsPlayMetadataWrapperRestObject GameGuidsFromPostgresRange(ctx, optional)
Get the GUIDs (plays) for a specific game.
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**optional** | ***AnalyticsApiGameGuidsFromPostgresRangeOpts** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a pointer to a AnalyticsApiGameGuidsFromPostgresRangeOpts struct
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**fields** | [**optional.Interface of []string**](string.md)| Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute |
**gameModeId** | **optional.Int32**| Statcast game mode. Format: 0 &#x3D; Batting Practive, 1 &#x3D; Warmup 2 &#x3D; Live |
**isPitch** | **optional.Bool**| If there was a pitch |
**isHit** | **optional.Bool**| If there was a hit ball tracked |
**isPickoff** | **optional.Bool**| If there was a pickoff |
**isNonStatcast** | **optional.Bool**| If non statcast games need to be included |
**gamedayType** | **optional.String**| Indicates the level of Gameday (tracking, play-by-play, linescore, etc...) |
**hasUpdates** | **optional.Bool**| True if updated by an auditor |
**lastPlayTime** | **optional.Time**| Returns all data that was created after the specified timestamp. Format: YYYY-MM-DDTHH:MM:SSZ |
**lastUpdatedTime** | **optional.Time**| Return data updated since a specified date. Format: YYYY-MM-DDTHH:MM:SSZ |
**lastMetricsUpdatedTime** | **optional.Time**| Return data updated since a specified date. Format: YYYY-MM-DDTHH:MM:SSZ |
**lastAuditUpdatedTime** | **optional.Time**| Return data updated since a specified date. Format: YYYY-MM-DDTHH:MM:SSZ |
**lastVideoUpdatedTime** | **optional.Time**| The last time SportyBot video was updated |
**gameDate** | **optional.String**| Date of Game. Format: YYYY-MM-DD |
**sportId** | **optional.Int32**| Top level organization of a sport |
**gameType** | [**optional.Interface of GameTypeEnum**](.md)| Type of Game. Available types in /api/v1/gameTypes |
**trackingSystemOwner** | [**optional.Interface of TrackingSystemOwner**](.md)| Owner of the tracking system |
**season** | **optional.String**| Season of play |
**sortBy** | **optional.String**| Sort the set of data by the specified field |
**limit** | **optional.Int32**| Number of results to return |
**offset** | **optional.Int32**| The pointer to start for a return set; used for pagination |
### Return type
[**AnalyticsPlayMetadataWrapperRestObject**](AnalyticsPlayMetadataWrapperRestObject.md)
### Authorization
[basicAuth](../README.md#basicAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json;charset=UTF-8
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **GameGuidsFromPostgresRangeByGame**
> AnalyticsGameMetadataWrapperRestObject GameGuidsFromPostgresRangeByGame(ctx, optional)
Get all games by updated date.
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**optional** | ***AnalyticsApiGameGuidsFromPostgresRangeByGameOpts** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a pointer to a AnalyticsApiGameGuidsFromPostgresRangeByGameOpts struct
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**fields** | [**optional.Interface of []string**](string.md)| Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute |
**gameModeId** | **optional.Int32**| Statcast game mode. Format: 0 &#x3D; Batting Practive, 1 &#x3D; Warmup 2 &#x3D; Live |
**isPitch** | **optional.Bool**| If there was a pitch |
**isHit** | **optional.Bool**| If there was a hit ball tracked |
**isPickoff** | **optional.Bool**| If there was a pickoff |
**isNonStatcast** | **optional.Bool**| If non statcast games need to be included |
**gamedayType** | **optional.String**| Indicates the level of Gameday (tracking, play-by-play, linescore, etc...) |
**hasUpdates** | **optional.Bool**| True if updated by an auditor |
**lastPlayTime** | **optional.Time**| Returns all data that was created after the specified timestamp. Format: YYYY-MM-DDTHH:MM:SSZ |
**lastVideoUpdatedTime** | **optional.Time**| The last time SportyBot video was updated |
**lastUpdatedTime** | **optional.Time**| Return data updated since a specified date. Format: YYYY-MM-DDTHH:MM:SSZ |
**lastMetricsUpdatedTime** | **optional.Time**| Return data updated since a specified date. Format: YYYY-MM-DDTHH:MM:SSZ |
**lastAuditUpdatedTime** | **optional.Time**| Return data updated since a specified date. Format: YYYY-MM-DDTHH:MM:SSZ |
**gameDate** | **optional.String**| Date of Game. Format: YYYY-MM-DD |
**sportId** | **optional.Int32**| Top level organization of a sport |
**gameType** | [**optional.Interface of GameTypeEnum**](.md)| Type of Game. Available types in /api/v1/gameTypes |
**season** | **optional.String**| Season of play |
**trackingSystemOwner** | [**optional.Interface of TrackingSystemOwner**](.md)| Owner of the tracking system |
**sortBy** | **optional.String**| Sort the set of data by the specified field |
**limit** | **optional.Int32**| Number of results to return |
**offset** | **optional.Int32**| The pointer to start for a return set; used for pagination |
**scheduleEventTypes** | [**optional.Interface of []ScheduleEventTypes**](ScheduleEventTypes.md)| Comma delimited list of type of event types |
### Return type
[**AnalyticsGameMetadataWrapperRestObject**](AnalyticsGameMetadataWrapperRestObject.md)
### Authorization
[basicAuth](../README.md#basicAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json;charset=UTF-8
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **GameLastPitch**
> []AnalyticsPlayMetadataRestObject GameLastPitch(ctx, gamePks, optional)
Get the last pitch for a list of games
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**gamePks** | [**[]int32**](int32.md)| Unique Primary Key Representing a Game |
**optional** | ***AnalyticsApiGameLastPitchOpts** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a pointer to a AnalyticsApiGameLastPitchOpts struct
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**fields** | [**optional.Interface of []string**](string.md)| Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute |
### Return type
[**[]AnalyticsPlayMetadataRestObject**](AnalyticsPlayMetadataRestObject.md)
### Authorization
[basicAuth](../README.md#basicAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json;charset=UTF-8
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **HomeRunBallparks**
> VenuesRestObject HomeRunBallparks(ctx, gamePk, guid, isHomeRunParks, optional)
Get if the play is a home run is each park for a specific play.
Returns a json file containing raw coordinate data and refined calculated metrics.<br/><br/>This responses can be very large, so it is strongly recommended that you pass \"Accept-Encoding: gzip\" as a header to have the responses compressed.
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**gamePk** | **int32**| Unique Primary Key Representing a Game |
**guid** | **string**| Unique identifier for a play within a game |
**isHomeRunParks** | **bool**| |
**optional** | ***AnalyticsApiHomeRunBallparksOpts** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a pointer to a AnalyticsApiHomeRunBallparksOpts struct
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**fields** | [**optional.Interface of []string**](string.md)| Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute |
### Return type
[**VenuesRestObject**](VenuesRestObject.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json;charset=UTF-8
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **ParsedJsonFormattedAnalytics**
> AnalyticsRestObject ParsedJsonFormattedAnalytics(ctx, gamePk, guid, optional)
Get Statcast data for a specific play.
Returns a json file containing raw coordinate data and refined calculated metrics.<br/><br/>This responses can be very large, so it is strongly recommended that you pass \"Accept-Encoding: gzip\" as a header to have the responses compressed.
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**gamePk** | **int32**| Unique Primary Key Representing a Game |
**guid** | **string**| Unique identifier for a play within a game |
**optional** | ***AnalyticsApiParsedJsonFormattedAnalyticsOpts** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a pointer to a AnalyticsApiParsedJsonFormattedAnalyticsOpts struct
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**fields** | [**optional.Interface of []string**](string.md)| Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute |
### Return type
[**AnalyticsRestObject**](AnalyticsRestObject.md)
### Authorization
[basicAuth](../README.md#basicAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json;charset=UTF-8
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

View File

@@ -0,0 +1,15 @@
# AnalyticsGameMetadataRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**GamePk** | **string** | | [optional] [default to null]
**UpdatedAt** | **string** | | [optional] [default to null]
**AuditUpdatedAt** | **string** | | [optional] [default to null]
**MetricsUpdatedAt** | **string** | | [optional] [default to null]
**VideoUpdatedAt** | **string** | | [optional] [default to null]
**Link** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,11 @@
# AnalyticsGameMetadataWrapperRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**TotalItems** | **int64** | | [optional] [default to null]
**Games** | [**[]AnalyticsGameMetadataRestObject**](AnalyticsGameMetadataRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,50 @@
# AnalyticsPlayMetadataRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Hydrations** | **[]string** | | [optional] [default to null]
**GamePk** | **string** | | [optional] [default to null]
**GameDate** | **string** | | [optional] [default to null]
**TimeCode** | **string** | | [optional] [default to null]
**Guid** | **string** | | [optional] [default to null]
**AtBatNumber** | **int32** | | [optional] [default to null]
**PitchNumber** | **int32** | | [optional] [default to null]
**PickoffNumber** | **int32** | | [optional] [default to null]
**GameMode** | [***GameModeTo**](GameModeTO.md) | | [optional] [default to null]
**Inning** | **int32** | | [optional] [default to null]
**IsTopInning** | **bool** | | [optional] [default to null]
**IsPitch** | **bool** | | [optional] [default to null]
**IsPickoff** | **bool** | | [optional] [default to null]
**IsHit** | **bool** | | [optional] [default to null]
**IsManual** | **bool** | | [optional] [default to null]
**RawFile** | **string** | | [optional] [default to null]
**ParsedFile** | **string** | | [optional] [default to null]
**Time** | **string** | | [optional] [default to null]
**StartTime** | **string** | | [optional] [default to null]
**EndTime** | **string** | | [optional] [default to null]
**PitchTime** | **string** | | [optional] [default to null]
**CreatedAt** | **string** | | [optional] [default to null]
**UpdatedAt** | **string** | | [optional] [default to null]
**AuditUpdatedAt** | **string** | | [optional] [default to null]
**MetricsUpdatedAt** | **string** | | [optional] [default to null]
**HasUpdates** | **bool** | | [optional] [default to null]
**NumberOfMetricErrors** | **int32** | | [optional] [default to null]
**TimeCodeOffset** | **string** | | [optional] [default to null]
**IsScrubbed** | **bool** | | [optional] [default to null]
**VideoUpdatedAt** | **string** | | [optional] [default to null]
**StrikeZoneInfo** | [***JsonNode**](JsonNode.md) | | [optional] [default to null]
**PitchSegment** | [***PitchSegmentRestObject**](PitchSegmentRestObject.md) | | [optional] [default to null]
**HitSegment** | [***HitSegmentRestObject**](HitSegmentRestObject.md) | | [optional] [default to null]
**ContextMetrics** | [**[]CalculatedMetricRestObject**](CalculatedMetricRestObject.md) | | [optional] [default to null]
**ContextAverages** | [**[]CalculatedMetricRestObject**](CalculatedMetricRestObject.md) | | [optional] [default to null]
**CalculatedMetrics** | [**[]CalculatedMetricRestObject**](CalculatedMetricRestObject.md) | | [optional] [default to null]
**InvalidTracks** | [**[]CalculatedMetricRestObject**](CalculatedMetricRestObject.md) | | [optional] [default to null]
**Video** | [***IFeedRestObject**](IFeedRestObject.md) | | [optional] [default to null]
**MetaData** | [***StatSplitsRestObject**](StatSplitsRestObject.md) | | [optional] [default to null]
**PlayResult** | [***PlayResultRestObject**](PlayResultRestObject.md) | | [optional] [default to null]
**PlayByPlay** | [***BaseballPlayRestObject**](BaseballPlayRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,11 @@
# AnalyticsPlayMetadataWrapperRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**TotalItems** | **int64** | | [optional] [default to null]
**Plays** | [**[]AnalyticsPlayMetadataRestObject**](AnalyticsPlayMetadataRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,26 @@
# AnalyticsRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Hydrations** | **[]string** | | [optional] [default to null]
**StrikeZoneInfo** | [***JsonNode**](JsonNode.md) | | [optional] [default to null]
**MetaData** | [***StatSplitsRestObject**](StatSplitsRestObject.md) | | [optional] [default to null]
**PlayResult** | [***PlayResultRestObject**](PlayResultRestObject.md) | | [optional] [default to null]
**TargetPositions** | [**[]PositionalMapRestObject**](PositionalMapRestObject.md) | | [optional] [default to null]
**BallSegments** | [***BallPositionalDataRestObject**](BallPositionalDataRestObject.md) | | [optional] [default to null]
**TrackedEvents** | [**[]PlayEventRestObject**](PlayEventRestObject.md) | | [optional] [default to null]
**CalculatedMetrics** | [***CalculatedMetricContainerRestObject**](CalculatedMetricContainerRestObject.md) | | [optional] [default to null]
**PositionMap** | [**map[string]BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Diagram** | **string** | | [optional] [default to null]
**ContextMetrics** | [**[]CalculatedMetricRestObject**](CalculatedMetricRestObject.md) | | [optional] [default to null]
**ContextAverages** | [**[]CalculatedMetricRestObject**](CalculatedMetricRestObject.md) | | [optional] [default to null]
**Video** | [***IFeedRestObject**](IFeedRestObject.md) | | [optional] [default to null]
**CalibrationData** | [***CalibrationContainerRestObject**](CalibrationContainerRestObject.md) | | [optional] [default to null]
**Bat** | [***BatTrackingRestObject**](BatTrackingRestObject.md) | | [optional] [default to null]
**Weather** | [***WeatherWrapperRestObject**](WeatherWrapperRestObject.md) | | [optional] [default to null]
**SoftwareVersions** | [***JsonNode**](JsonNode.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,17 @@
# ApplicationRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**AndroidPackage** | **string** | | [optional] [default to null]
**Icon** | **string** | | [optional] [default to null]
**Intent** | **string** | | [optional] [default to null]
**Name** | **string** | | [optional] [default to null]
**AndroidUrl** | **string** | | [optional] [default to null]
**IosUrl** | **string** | | [optional] [default to null]
**IosPackage** | **string** | | [optional] [default to null]
**Primary** | **bool** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

11
api/docs/Article.md Normal file
View File

@@ -0,0 +1,11 @@
# Article
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Article** | [***JsonNode**](JsonNode.md) | | [optional] [default to null]
**PlayerId** | **string** | | [optional] [default to null]
**Date** | [**time.Time**](time.Time.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

48
api/docs/AttendanceApi.md Normal file
View File

@@ -0,0 +1,48 @@
# {{classname}}
All URIs are relative to *https://statsapi.mlb.com*
Method | HTTP request | Description
------------- | ------------- | -------------
[**GetTeamAttendance**](AttendanceApi.md#GetTeamAttendance) | **Get** /api/v1/attendance | Get team attendance
# **GetTeamAttendance**
> AttendanceRestObject GetTeamAttendance(ctx, optional)
Get team attendance
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**optional** | ***AttendanceApiGetTeamAttendanceOpts** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a pointer to a AttendanceApiGetTeamAttendanceOpts struct
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**teamId** | [**optional.Interface of []int32**](int32.md)| Unique Team Identifier. Format: 141, 147, etc |
**leagueId** | [**optional.Interface of []int32**](int32.md)| Comma delimited list of Unique league identifiers |
**season** | [**optional.Interface of []string**](string.md)| Comma delimited list of Seasons of play |
**leagueListId** | [**optional.Interface of LeagueListsEnum**](.md)| Unique League List Identifier |
**gameType** | [**optional.Interface of []GameTypeEnum**](GameTypeEnum.md)| Type of Game. Available types in /api/v1/gameTypes |
**date** | **optional.String**| Date of Game. Format: YYYY-MM-DD |
**startDate** | **optional.String**| Start date for range of data (must be used with end date). Format: MM/DD/YYYY |
**endDate** | **optional.String**| End date for range of data (must be used with start date). Format: MM/DD/YYYY |
**fields** | [**optional.Interface of []string**](string.md)| Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute |
### Return type
[**AttendanceRestObject**](AttendanceRestObject.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: */*
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

View File

@@ -0,0 +1,38 @@
# AttendanceRecordRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**OpeningsTotal7day** | **int32** | | [optional] [default to null]
**OpeningsTotal** | **int32** | | [optional] [default to null]
**OpeningsTotalAway** | **int32** | | [optional] [default to null]
**OpeningsTotalHome** | **int32** | | [optional] [default to null]
**OpeningsTotalLost** | **int32** | | [optional] [default to null]
**OpeningsTotalYtd** | **int32** | | [optional] [default to null]
**GamesTotal** | **int32** | | [optional] [default to null]
**GamesAwayTotal** | **int32** | | [optional] [default to null]
**GamesHomeTotal** | **int32** | | [optional] [default to null]
**Year** | **string** | | [optional] [default to null]
**AttendanceAverageAway** | **int32** | | [optional] [default to null]
**AttendanceAverageHome** | **int32** | | [optional] [default to null]
**AttendanceAverageYtd** | **int32** | | [optional] [default to null]
**AttendanceHigh** | **int32** | | [optional] [default to null]
**AttendanceHighDate** | **string** | | [optional] [default to null]
**AttendanceHighGame** | [***BaseballScheduleItemRestObject**](BaseballScheduleItemRestObject.md) | | [optional] [default to null]
**AttendanceLow** | **int32** | | [optional] [default to null]
**AttendanceLowDate** | **string** | | [optional] [default to null]
**AttendanceLowGame** | [***BaseballScheduleItemRestObject**](BaseballScheduleItemRestObject.md) | | [optional] [default to null]
**AttendanceOpening7dayAvg** | **int32** | | [optional] [default to null]
**AttendanceOpeningAverage** | **int32** | | [optional] [default to null]
**AttendanceTotal7day** | **int32** | | [optional] [default to null]
**AttendanceTotal** | **int32** | | [optional] [default to null]
**AttendanceTotalAway** | **int32** | | [optional] [default to null]
**AttendanceTotalHome** | **int32** | | [optional] [default to null]
**AttendanceTotalYesterday** | **int32** | | [optional] [default to null]
**AttendanceTotalYtd** | **int32** | | [optional] [default to null]
**GameType** | [***GameTypeEnum**](GameTypeEnum.md) | | [optional] [default to null]
**Team** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,11 @@
# AttendanceRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Records** | [**[]AttendanceRecordRestObject**](AttendanceRecordRestObject.md) | | [optional] [default to null]
**AggregateTotals** | [***AttendanceRecordRestObject**](AttendanceRecordRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

31
api/docs/Award.md Normal file
View File

@@ -0,0 +1,31 @@
# Award
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**Results** | [**[]AwardResult**](AwardResult.md) | | [optional] [default to null]
**Winners** | [**[]AwardWinner**](AwardWinner.md) | | [optional] [default to null]
**Id** | **string** | | [optional] [default to null]
**Name** | **string** | | [optional] [default to null]
**ShortName** | **string** | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**RecipientType** | **string** | | [optional] [default to null]
**History** | **string** | | [optional] [default to null]
**Team** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**ImageUrl** | **string** | | [optional] [default to null]
**HomePageUrl** | **string** | | [optional] [default to null]
**Date** | **string** | | [optional] [default to null]
**Season** | **string** | | [optional] [default to null]
**SortOrder** | **int32** | | [optional] [default to null]
**Player** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Votes** | **int32** | | [optional] [default to null]
**VotesAvailable** | **int32** | | [optional] [default to null]
**Sport** | [***Sport**](Sport.md) | | [optional] [default to null]
**League** | [***League**](League.md) | | [optional] [default to null]
**Notes** | **string** | | [optional] [default to null]
**OrganizationId** | **int32** | | [optional] [default to null]
**UserPrivileges** | [**[]Privilege**](Privilege.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,29 @@
# AwardRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Hydrations** | **[]string** | | [optional] [default to null]
**Id** | **string** | | [optional] [default to null]
**Name** | **string** | | [optional] [default to null]
**ShortName** | **string** | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**RecipientType** | **string** | | [optional] [default to null]
**History** | **string** | | [optional] [default to null]
**ImageUrl** | **string** | | [optional] [default to null]
**HomePageUrl** | **string** | | [optional] [default to null]
**Date** | **string** | | [optional] [default to null]
**Season** | **string** | | [optional] [default to null]
**Results** | [**[]AwardResultRestObject**](AwardResultRestObject.md) | | [optional] [default to null]
**Team** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
**SortOrder** | **int32** | | [optional] [default to null]
**Player** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Votes** | **int32** | | [optional] [default to null]
**VotesAvailable** | **int32** | | [optional] [default to null]
**Sport** | [***SportRestObject**](SportRestObject.md) | | [optional] [default to null]
**League** | [***LeagueRestObject**](LeagueRestObject.md) | | [optional] [default to null]
**Notes** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

12
api/docs/AwardResult.md Normal file
View File

@@ -0,0 +1,12 @@
# AwardResult
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**SeasonId** | **int32** | | [optional] [default to null]
**Winners** | [**[]AwardWinner**](AwardWinner.md) | | [optional] [default to null]
**UserPrivileges** | [**[]Privilege**](Privilege.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,12 @@
# AwardResultRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Hydrations** | **[]string** | | [optional] [default to null]
**SeasonId** | **int32** | | [optional] [default to null]
**Winners** | [**[]AwardWinnerRestObject**](AwardWinnerRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

21
api/docs/AwardWinner.md Normal file
View File

@@ -0,0 +1,21 @@
# AwardWinner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AwardId** | **int32** | | [optional] [default to null]
**TeamId** | **int32** | | [optional] [default to null]
**CoachId** | **int32** | | [optional] [default to null]
**PlayerId** | **int32** | | [optional] [default to null]
**Rank** | **string** | | [optional] [default to null]
**Person** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Player** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Coach** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Team** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**AwardDate** | **string** | | [optional] [default to null]
**Season** | **string** | | [optional] [default to null]
**Empty** | **bool** | | [optional] [default to null]
**NotEmpty** | **bool** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,13 @@
# AwardWinnerRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Rank** | **string** | | [optional] [default to null]
**Team** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
**Player** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Coach** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Copyright** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

117
api/docs/AwardsApi.md Normal file
View File

@@ -0,0 +1,117 @@
# {{classname}}
All URIs are relative to *https://statsapi.mlb.com*
Method | HTTP request | Description
------------- | ------------- | -------------
[**AwardRecipients**](AwardsApi.md#AwardRecipients) | **Get** /api/v1/awards/{awardId}/recipients | View recipients of an award
[**Awards**](AwardsApi.md#Awards) | **Get** /api/v1/awards | View awards info
[**Awards1**](AwardsApi.md#Awards1) | **Get** /api/v1/awards/{awardId} | View awards info
# **AwardRecipients**
> AwardsRestObject AwardRecipients(ctx, awardId, optional)
View recipients of an award
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**awardId** | **string**| Unique Award Identifier. Available awards in /api/v1/awards |
**optional** | ***AwardsApiAwardRecipientsOpts** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a pointer to a AwardsApiAwardRecipientsOpts struct
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**season** | **optional.String**| Season of play |
**sportId** | **optional.Int32**| Top level organization of a sport |
**leagueId** | [**optional.Interface of []int32**](int32.md)| Comma delimited list of Unique league identifiers |
**fields** | [**optional.Interface of []string**](string.md)| |
### Return type
[**AwardsRestObject**](AwardsRestObject.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: */*
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **Awards**
> AwardsRestObject Awards(ctx, awardId, optional)
View awards info
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**awardId** | **string**| Unique Award Identifier. Available awards in /api/v1/awards |
**optional** | ***AwardsApiAwardsOpts** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a pointer to a AwardsApiAwardsOpts struct
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**orgId** | [**optional.Interface of []int32**](int32.md)| Comma delimited list of top level organizations of a sport |
**fields** | [**optional.Interface of []string**](string.md)| Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute |
### Return type
[**AwardsRestObject**](AwardsRestObject.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: */*
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **Awards1**
> AwardsRestObject Awards1(ctx, awardId, optional)
View awards info
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**awardId** | **string**| Unique Award Identifier. Available awards in /api/v1/awards |
**optional** | ***AwardsApiAwards1Opts** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a pointer to a AwardsApiAwards1Opts struct
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**orgId** | [**optional.Interface of []int32**](int32.md)| Comma delimited list of top level organizations of a sport |
**fields** | [**optional.Interface of []string**](string.md)| Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute |
### Return type
[**AwardsRestObject**](AwardsRestObject.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: */*
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

View File

@@ -0,0 +1,10 @@
# AwardsRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Awards** | [**[]AwardRestObject**](AwardRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,16 @@
# BallPositionDataRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Velocity** | [***CoordinatesRestObject**](CoordinatesRestObject.md) | | [optional] [default to null]
**Position** | [***CoordinatesRestObject**](CoordinatesRestObject.md) | | [optional] [default to null]
**Time** | **float64** | | [optional] [default to null]
**Confidence** | **string** | | [optional] [default to null]
**TimeCode** | **int64** | | [optional] [default to null]
**TimeCodeOffset** | **float64** | | [optional] [default to null]
**Type_** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,13 @@
# BallPositionalDataRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**GenericSegments** | [**[]SegmentRestObject**](SegmentRestObject.md) | | [optional] [default to null]
**PitchSegment** | [***PitchSegmentRestObject**](PitchSegmentRestObject.md) | | [optional] [default to null]
**HitSegment** | [***HitSegmentRestObject**](HitSegmentRestObject.md) | | [optional] [default to null]
**Positions** | [**[]BallPositionDataRestObject**](BallPositionDataRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,20 @@
# BaseballAbsChallenge
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**HasChallenges** | **bool** | | [optional] [default to null]
**AwayChallengesUsed** | **int32** | | [optional] [default to null]
**AwayChallengesRemaining** | **int32** | | [optional] [default to null]
**HomeChallengesUsed** | **int32** | | [optional] [default to null]
**HomeChallengesRemaining** | **int32** | | [optional] [default to null]
**ChallengingTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**ReviewReason** | **string** | | [optional] [default to null]
**Limit9thInning** | **int32** | | [optional] [default to null]
**AwayChallengesUsedOverturned** | **int32** | | [optional] [default to null]
**AwayChallengesUsedStands** | **int32** | | [optional] [default to null]
**HomeChallengesUsedOverturned** | **int32** | | [optional] [default to null]
**HomeChallengesUsedStands** | **int32** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,14 @@
# BaseballAbsChallengeRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**HasChallenges** | **bool** | | [optional] [default to null]
**Reason** | **string** | | [optional] [default to null]
**Away** | [***BaseballTeamReview**](BaseballTeamReview.md) | | [optional] [default to null]
**Home** | [***BaseballTeamReview**](BaseballTeamReview.md) | | [optional] [default to null]
**ChallengingTeam** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,11 @@
# BaseballBoxscoreNoteRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Label** | **string** | | [optional] [default to null]
**Value** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,11 @@
# BaseballBoxscoreNoteWrapRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Title** | **string** | | [optional] [default to null]
**FieldList** | [**[]BaseballBoxscoreNoteRestObject**](BaseballBoxscoreNoteRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,14 @@
# BaseballBoxscoreRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Teams** | [**map[string]BaseballTeamBoxscore**](BaseballTeamBoxscore.md) | | [optional] [default to null]
**Officials** | [**[]OfficialRestObject**](OfficialRestObject.md) | | [optional] [default to null]
**Info** | [**[]BaseballBoxscoreNoteRestObject**](BaseballBoxscoreNoteRestObject.md) | | [optional] [default to null]
**PitchingNotes** | **[]string** | | [optional] [default to null]
**TopPerformers** | [**[]BaseballPlayerGameScoreRestObject**](BaseballPlayerGameScoreRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,16 @@
# BaseballChallenge
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**HasChallenges** | **bool** | | [optional] [default to null]
**AwayChallengesUsed** | **int32** | | [optional] [default to null]
**AwayChallengesRemaining** | **int32** | | [optional] [default to null]
**HomeChallengesUsed** | **int32** | | [optional] [default to null]
**HomeChallengesRemaining** | **int32** | | [optional] [default to null]
**ChallengingTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**ReviewReason** | **string** | | [optional] [default to null]
**Limit9thInning** | **int32** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,16 @@
# BaseballDecision
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**Winner** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Loser** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Save** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Empty** | **bool** | | [optional] [default to null]
**NotEmpty** | **bool** | | [optional] [default to null]
**HydratedPeople** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**UserPrivileges** | [**[]Privilege**](Privilege.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,13 @@
# BaseballDecisionRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Hydrations** | **[]string** | | [optional] [default to null]
**Winner** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Loser** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Save** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,23 @@
# BaseballDefenseRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Pitcher** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Catcher** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**First** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Second** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Third** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Shortstop** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Left** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Center** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Right** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Batter** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**OnDeck** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**InHole** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**BattingOrder** | **int32** | | [optional] [default to null]
**Team** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,12 @@
# BaseballDraftLatestRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Pick** | [***BaseballDraftProspectRestObject**](BaseballDraftProspectRestObject.md) | | [optional] [default to null]
**Number** | **int32** | | [optional] [default to null]
**NextUp** | [**[]BaseballDraftProspectRestObject**](BaseballDraftProspectRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,10 @@
# BaseballDraftListRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Drafts** | [***BaseballDraftRestObject**](BaseballDraftRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,38 @@
# BaseballDraftProspect
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**BisPlayerId** | **int32** | | [optional] [default to null]
**BisSchoolId** | **int32** | | [optional] [default to null]
**DraftPlayerId** | **int32** | | [optional] [default to null]
**PickRound** | **string** | | [optional] [default to null]
**PickRoundLabel** | **string** | | [optional] [default to null]
**PickNumber** | **int32** | | [optional] [default to null]
**DisplayPickNumber** | **int32** | | [optional] [default to null]
**RoundPickNumber** | **int32** | | [optional] [default to null]
**EnglishBlurb** | **string** | | [optional] [default to null]
**SpanishBlurb** | **string** | | [optional] [default to null]
**Rank** | **int32** | | [optional] [default to null]
**PickedTeamCode** | **string** | | [optional] [default to null]
**Home** | [***Location**](Location.md) | | [optional] [default to null]
**ScoutingReport** | **string** | | [optional] [default to null]
**PhotoFlag** | **bool** | | [optional] [default to null]
**School** | [***School**](School.md) | | [optional] [default to null]
**Comments** | **string** | | [optional] [default to null]
**HeadshotLink** | **string** | | [optional] [default to null]
**PickValue** | **string** | | [optional] [default to null]
**SigningBonus** | **string** | | [optional] [default to null]
**Person** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Team** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**DraftType** | [***DraftTypeEnum**](DraftTypeEnum.md) | | [optional] [default to null]
**DraftStatus** | [***DraftStatusEnum**](DraftStatusEnum.md) | | [optional] [default to null]
**WasPassed** | **bool** | | [optional] [default to null]
**WasLastPick** | **bool** | | [optional] [default to null]
**WasSelected** | **bool** | | [optional] [default to null]
**Year** | **string** | | [optional] [default to null]
**UserPrivileges** | [**[]Privilege**](Privilege.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,29 @@
# BaseballDraftProspectRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**BisPlayerId** | **int32** | | [optional] [default to null]
**BisSchoolId** | **int32** | | [optional] [default to null]
**PickRound** | **string** | | [optional] [default to null]
**PickNumber** | **int32** | | [optional] [default to null]
**DisplayPickNumber** | **int32** | | [optional] [default to null]
**RoundPickNumber** | **int32** | | [optional] [default to null]
**Rank** | **int32** | | [optional] [default to null]
**PickValue** | **string** | | [optional] [default to null]
**SigningBonus** | **string** | | [optional] [default to null]
**Home** | [***LocationRestObject**](LocationRestObject.md) | | [optional] [default to null]
**ScoutingReport** | **string** | | [optional] [default to null]
**School** | [***SchoolRestObject**](SchoolRestObject.md) | | [optional] [default to null]
**Blurb** | **string** | | [optional] [default to null]
**HeadshotLink** | **string** | | [optional] [default to null]
**Person** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Team** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
**DraftType** | [***DraftTypeEnumRestObject**](DraftTypeEnumRestObject.md) | | [optional] [default to null]
**IsDrafted** | **bool** | | [optional] [default to null]
**IsPass** | **bool** | | [optional] [default to null]
**Year** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,11 @@
# BaseballDraftRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**DraftYear** | **int32** | | [optional] [default to null]
**Rounds** | [**[]BaseballDraftRoundRestObject**](BaseballDraftRoundRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,11 @@
# BaseballDraftRoundRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Round** | **string** | | [optional] [default to null]
**Picks** | [**[]BaseballDraftProspectRestObject**](BaseballDraftProspectRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,14 @@
# BaseballGameAlert
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type_** | **string** | | [optional] [default to null]
**Category** | **string** | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**ShortDescription** | **string** | | [optional] [default to null]
**Team** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**AlertId** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,15 @@
# BaseballGameAlertRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Type_** | **string** | | [optional] [default to null]
**Category** | **string** | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**ShortDescription** | **string** | | [optional] [default to null]
**Team** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
**AlertId** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,17 @@
# BaseballGameContextRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Game** | [***BaseballScheduleItemRestObject**](BaseballScheduleItemRestObject.md) | | [optional] [default to null]
**ExpectedStatisticsData** | [***StatDataRestObject**](StatDataRestObject.md) | | [optional] [default to null]
**RunnerOnThird** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**LeftFieldSacFlyProbability** | [***SacFlyProbability**](SacFlyProbability.md) | | [optional] [default to null]
**CenterFieldSacFlyProbability** | [***SacFlyProbability**](SacFlyProbability.md) | | [optional] [default to null]
**RightFieldSacFlyProbability** | [***SacFlyProbability**](SacFlyProbability.md) | | [optional] [default to null]
**AwayWinProbability** | **float64** | | [optional] [default to null]
**HomeWinProbability** | **float64** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,19 @@
# BaseballGameDataGameRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Pk** | **int32** | | [optional] [default to null]
**Type_** | **string** | | [optional] [default to null]
**DoubleHeader** | **string** | | [optional] [default to null]
**Id** | **string** | | [optional] [default to null]
**GamedayType** | **string** | | [optional] [default to null]
**Tiebreaker** | **string** | | [optional] [default to null]
**GameNumber** | **int32** | | [optional] [default to null]
**CalendarEventID** | **string** | | [optional] [default to null]
**Season** | **string** | | [optional] [default to null]
**SeasonDisplay** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,28 @@
# BaseballGameDataRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Game** | [***BaseballGameDataGameRestObject**](BaseballGameDataGameRestObject.md) | | [optional] [default to null]
**Datetime** | [***BaseballGameDateTimeRestObject**](BaseballGameDateTimeRestObject.md) | | [optional] [default to null]
**Status** | [***GameStatusRestObject**](GameStatusRestObject.md) | | [optional] [default to null]
**Teams** | [**map[string]BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
**Players** | [**map[string]BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Venue** | [***VenueRestObject**](VenueRestObject.md) | | [optional] [default to null]
**OfficialVenue** | [***VenueRestObject**](VenueRestObject.md) | | [optional] [default to null]
**Weather** | [***WeatherRestObject**](WeatherRestObject.md) | | [optional] [default to null]
**GameInfo** | [***GameInfoRestObject**](GameInfoRestObject.md) | | [optional] [default to null]
**Review** | [***BaseballReviewRestObject**](BaseballReviewRestObject.md) | | [optional] [default to null]
**AbsChallenges** | [***BaseballAbsChallengeRestObject**](BaseballABSChallengeRestObject.md) | | [optional] [default to null]
**Flags** | [***BaseballGameFlagRestObject**](BaseballGameFlagRestObject.md) | | [optional] [default to null]
**Alerts** | [**[]BaseballGameAlertRestObject**](BaseballGameAlertRestObject.md) | | [optional] [default to null]
**ProbablePitchers** | [***BaseballGameProbableRestObject**](BaseballGameProbableRestObject.md) | | [optional] [default to null]
**OfficialScorer** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**PrimaryDatacaster** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**SecondaryDatacaster** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**RuleSettings** | [**[]RuleSettingsRestObject**](RuleSettingsRestObject.md) | | [optional] [default to null]
**MoundVisits** | [***MoundVisitsRestObject**](MoundVisitsRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,20 @@
# BaseballGameDateTimeRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**DateTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**EndDateTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**OriginalDate** | **string** | | [optional] [default to null]
**OfficialDate** | **string** | | [optional] [default to null]
**ResumeDate** | **string** | | [optional] [default to null]
**ResumeDateTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**ResumedFromDate** | **string** | | [optional] [default to null]
**ResumedFromDateTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**DayNight** | **string** | | [optional] [default to null]
**Time** | **string** | | [optional] [default to null]
**Ampm** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,20 @@
# BaseballGameFlag
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**IsNoHitter** | **bool** | | [optional] [default to null]
**IsPerfectGame** | **bool** | | [optional] [default to null]
**IsAwayTeamNoHitter** | **bool** | | [optional] [default to null]
**IsAwayTeamPerfectGame** | **bool** | | [optional] [default to null]
**IsHomeTeamNoHitter** | **bool** | | [optional] [default to null]
**IsHomeTeamPerfectGame** | **bool** | | [optional] [default to null]
**AwayTeamNoHitter** | **bool** | | [optional] [default to null]
**HomeTeamNoHitter** | **bool** | | [optional] [default to null]
**AwayTeamPerfectGame** | **bool** | | [optional] [default to null]
**HomeTeamPerfectGame** | **bool** | | [optional] [default to null]
**NoHitter** | **bool** | | [optional] [default to null]
**PerfectGame** | **bool** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,15 @@
# BaseballGameFlagRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**NoHitter** | **bool** | | [optional] [default to null]
**PerfectGame** | **bool** | | [optional] [default to null]
**AwayTeamNoHitter** | **bool** | | [optional] [default to null]
**AwayTeamPerfectGame** | **bool** | | [optional] [default to null]
**HomeTeamNoHitter** | **bool** | | [optional] [default to null]
**HomeTeamPerfectGame** | **bool** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,11 @@
# BaseballGameLeaderRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Value** | **float64** | | [optional] [default to null]
**Player** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,12 @@
# BaseballGameLeadersRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**HitDistance** | [***BaseballGameLeaderRestObject**](BaseballGameLeaderRestObject.md) | | [optional] [default to null]
**HitSpeed** | [***BaseballGameLeaderRestObject**](BaseballGameLeaderRestObject.md) | | [optional] [default to null]
**PitchSpeed** | [***BaseballGameLeaderRestObject**](BaseballGameLeaderRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,14 @@
# BaseballGameLiveDataRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Plays** | [***BaseballPlayByPlayRestObject**](BaseballPlayByPlayRestObject.md) | | [optional] [default to null]
**Linescore** | [***BaseballLinescoreRestObject**](BaseballLinescoreRestObject.md) | | [optional] [default to null]
**Boxscore** | [***BaseballBoxscoreRestObject**](BaseballBoxscoreRestObject.md) | | [optional] [default to null]
**Decisions** | [***BaseballDecisionRestObject**](BaseballDecisionRestObject.md) | | [optional] [default to null]
**Leaders** | [***BaseballGameLeadersRestObject**](BaseballGameLeadersRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,14 @@
# BaseballGameLiveLookinRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**GamePk** | **int32** | | [optional] [default to null]
**MediaPlaybackId** | **int64** | | [optional] [default to null]
**Headline** | **string** | | [optional] [default to null]
**Kicker** | **string** | | [optional] [default to null]
**Playbacks** | [**[]LiveLookinPlayback**](LiveLookinPlayback.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,13 @@
# BaseballGameMetaDataRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Wait** | **int32** | | [optional] [default to null]
**TimeStamp** | **string** | | [optional] [default to null]
**GameEvents** | **[]string** | | [optional] [default to null]
**LogicalEvents** | **[]string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,11 @@
# BaseballGameProbableRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Away** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Home** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,14 @@
# BaseballGameRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**GamePk** | **int32** | | [optional] [default to null]
**Link** | **string** | | [optional] [default to null]
**MetaData** | [***BaseballGameMetaDataRestObject**](BaseballGameMetaDataRestObject.md) | | [optional] [default to null]
**GameData** | [***BaseballGameDataRestObject**](BaseballGameDataRestObject.md) | | [optional] [default to null]
**LiveData** | [***BaseballGameLiveDataRestObject**](BaseballGameLiveDataRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

34
api/docs/BaseballHit.md Normal file
View File

@@ -0,0 +1,34 @@
# BaseballHit
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**LaunchData** | [***LaunchData**](LaunchData.md) | | [optional] [default to null]
**TrajectoryData** | [***HitTrajectoryData**](HitTrajectoryData.md) | | [optional] [default to null]
**LandingData** | [***StartEndData**](StartEndData.md) | | [optional] [default to null]
**LastMeasuredData** | [***StartEndData**](StartEndData.md) | | [optional] [default to null]
**ReducedConfidence** | **[]string** | | [optional] [default to null]
**Team** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**Inning** | **int32** | | [optional] [default to null]
**Pitcher** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Batter** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**CoordX** | **float64** | | [optional] [default to null]
**CoordY** | **float64** | | [optional] [default to null]
**LandingPosX** | **float64** | | [optional] [default to null]
**LandingPosY** | **float64** | | [optional] [default to null]
**Type_** | **string** | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**LaunchSpeed** | **float64** | | [optional] [default to null]
**TotalDistance** | **float64** | | [optional] [default to null]
**LaunchAngle** | **float64** | | [optional] [default to null]
**Trajectory** | **string** | | [optional] [default to null]
**Hardness** | **string** | | [optional] [default to null]
**Location** | **string** | | [optional] [default to null]
**IsBarrel** | **bool** | | [optional] [default to null]
**HitProbability** | **float64** | | [optional] [default to null]
**BatSpeed** | **float64** | | [optional] [default to null]
**IsSwordSwing** | **bool** | | [optional] [default to null]
**Descriptions** | **map[string]string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,25 @@
# BaseballHitDataRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**LaunchSpeed** | **float64** | | [optional] [default to null]
**LaunchAngle** | **float64** | | [optional] [default to null]
**TotalDistance** | **float64** | | [optional] [default to null]
**Trajectory** | **string** | | [optional] [default to null]
**Hardness** | **string** | | [optional] [default to null]
**Location** | **string** | | [optional] [default to null]
**Coordinates** | [***Coordinates**](Coordinates.md) | | [optional] [default to null]
**IsBarrel** | **bool** | | [optional] [default to null]
**HitProbability** | **float64** | | [optional] [default to null]
**BatSpeed** | **float64** | | [optional] [default to null]
**IsSwordSwing** | **bool** | | [optional] [default to null]
**LaunchData** | [***LaunchDataRestObject**](LaunchDataRestObject.md) | | [optional] [default to null]
**TrajectoryData** | [***HitTrajectoryDataRestObject**](HitTrajectoryDataRestObject.md) | | [optional] [default to null]
**LandingData** | [***StartEndDataRestObject**](StartEndDataRestObject.md) | | [optional] [default to null]
**LastMeasuredData** | [***StartEndDataRestObject**](StartEndDataRestObject.md) | | [optional] [default to null]
**ReducedConfidence** | **[]string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,13 @@
# BaseballHotColdZone
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Zone** | **string** | | [optional] [default to null]
**Sweetness** | **string** | | [optional] [default to null]
**Temp** | **string** | | [optional] [default to null]
**Color** | **string** | | [optional] [default to null]
**Value** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,14 @@
# BaseballHotColdZoneRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Zone** | **string** | | [optional] [default to null]
**Color** | **string** | | [optional] [default to null]
**Sweetness** | **string** | | [optional] [default to null]
**Temp** | **string** | | [optional] [default to null]
**Value** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,18 @@
# BaseballInning
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RunsAway** | **int32** | | [optional] [default to null]
**RunsHome** | **int32** | | [optional] [default to null]
**HitsAway** | **int32** | | [optional] [default to null]
**HitsHome** | **int32** | | [optional] [default to null]
**ErrorsAway** | **int32** | | [optional] [default to null]
**ErrorsHome** | **int32** | | [optional] [default to null]
**LeftOnBaseAway** | **int32** | | [optional] [default to null]
**LeftOnBaseHome** | **int32** | | [optional] [default to null]
**Num** | **int32** | | [optional] [default to null]
**OrdinalNum** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,69 @@
# BaseballLinescore
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**CreatedAt** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**AwayScore** | **int32** | | [optional] [default to null]
**HomeScore** | **int32** | | [optional] [default to null]
**GameStatus** | [***IGameStatus**](IGameStatus.md) | | [optional] [default to null]
**HomeTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**AwayTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**GamePk** | **int32** | | [optional] [default to null]
**Note** | **string** | | [optional] [default to null]
**ScheduledInnings** | **int32** | | [optional] [default to null]
**CurrentInning** | **int32** | | [optional] [default to null]
**CurrentInningOrdinal** | **string** | | [optional] [default to null]
**InningState** | **string** | | [optional] [default to null]
**InningHalf** | **string** | | [optional] [default to null]
**IsTopInning** | **bool** | | [optional] [default to null]
**Innings** | [**[]BaseballInning**](BaseballInning.md) | | [optional] [default to null]
**RunsAway** | **int32** | | [optional] [default to null]
**RunsHome** | **int32** | | [optional] [default to null]
**AwayHits** | **int32** | | [optional] [default to null]
**HomeHits** | **int32** | | [optional] [default to null]
**AwayErrors** | **int32** | | [optional] [default to null]
**HomeErrors** | **int32** | | [optional] [default to null]
**AwayLeftOnBase** | **int32** | | [optional] [default to null]
**HomeLeftOnBase** | **int32** | | [optional] [default to null]
**AwayIsWinner** | **bool** | | [optional] [default to null]
**HomeIsWinner** | **bool** | | [optional] [default to null]
**Balls** | **int32** | | [optional] [default to null]
**Strikes** | **int32** | | [optional] [default to null]
**Outs** | **int32** | | [optional] [default to null]
**BatTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**BatTeamsLastPitcher** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**BatterPosition** | [***BaseballPosition**](BaseballPosition.md) | | [optional] [default to null]
**Batter** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**OnDeck** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**InHole** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**BattingOrder** | **int32** | | [optional] [default to null]
**OnFirst** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**OnSecond** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**OnThird** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**PostOnFirst** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**PostOnSecond** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**PostOnThird** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**FieldTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**Pitcher** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Catcher** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**FirstBase** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**SecondBase** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**ThirdBase** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Shortstop** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**LeftField** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**CenterField** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**RightField** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**FieldTeamsDueUpBatter** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**FieldTeamsDueUpOnDeck** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**FieldTeamsDueUpInHole** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**FieldTeamsBattingOrder** | **int32** | | [optional] [default to null]
**PlayersNotInField** | [**map[string]BaseballPosition**](BaseballPosition.md) | | [optional] [default to null]
**Tie** | **bool** | | [optional] [default to null]
**TopInning** | **bool** | | [optional] [default to null]
**HydratedStats** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**UserPrivileges** | [**[]Privilege**](Privilege.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,24 @@
# BaseballLinescoreRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Note** | **string** | | [optional] [default to null]
**CurrentInning** | **int32** | | [optional] [default to null]
**CurrentInningOrdinal** | **string** | | [optional] [default to null]
**InningState** | **string** | | [optional] [default to null]
**InningHalf** | **string** | | [optional] [default to null]
**IsTopInning** | **bool** | | [optional] [default to null]
**ScheduledInnings** | **int32** | | [optional] [default to null]
**Innings** | [**[]InningRestObject**](InningRestObject.md) | | [optional] [default to null]
**Teams** | [***BaseballLinescoreTeamInfoRestObject**](BaseballLinescoreTeamInfoRestObject.md) | | [optional] [default to null]
**Defense** | [***BaseballDefenseRestObject**](BaseballDefenseRestObject.md) | | [optional] [default to null]
**Offense** | [***BaseballOffenseRestObject**](BaseballOffenseRestObject.md) | | [optional] [default to null]
**Balls** | **int32** | | [optional] [default to null]
**Strikes** | **int32** | | [optional] [default to null]
**Outs** | **int32** | | [optional] [default to null]
**Tie** | **bool** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,11 @@
# BaseballLinescoreTeamInfoRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Home** | [***TeamInfo**](TeamInfo.md) | | [optional] [default to null]
**Away** | [***TeamInfo**](TeamInfo.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,13 @@
# BaseballLineup
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**AwayPlayers** | [**[]BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**HomePlayers** | [**[]BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**HydratedPeople** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**UserPrivileges** | [**[]Privilege**](Privilege.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,11 @@
# BaseballLineupRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**HomePlayers** | [**[]BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**AwayPlayers** | [**[]BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,22 @@
# BaseballOffenseRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Batter** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**OnDeck** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**InHole** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**First** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Second** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Third** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**PostOnFirst** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**PostOnSecond** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**PostOnThird** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Pitcher** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**BatterPosition** | [***PositionRestObject**](PositionRestObject.md) | | [optional] [default to null]
**BattingOrder** | **int32** | | [optional] [default to null]
**Team** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

106
api/docs/BaseballPerson.md Normal file
View File

@@ -0,0 +1,106 @@
# BaseballPerson
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**PrimaryPosition** | [***BaseballPosition**](BaseballPosition.md) | | [optional] [default to null]
**Stats** | [***Stats**](Stats.md) | | [optional] [default to null]
**OtherNames** | [***OtherNames**](OtherNames.md) | | [optional] [default to null]
**Id** | **int32** | | [optional] [default to null]
**FirstName** | **string** | | [optional] [default to null]
**UseName** | **string** | | [optional] [default to null]
**MiddleName** | **string** | | [optional] [default to null]
**LastName** | **string** | | [optional] [default to null]
**UseLastName** | **string** | | [optional] [default to null]
**NickName** | **string** | | [optional] [default to null]
**NickNames** | **[]string** | | [optional] [default to null]
**BoxscoreName** | **string** | | [optional] [default to null]
**PrimaryNumber** | **string** | | [optional] [default to null]
**RosterNumber** | **string** | | [optional] [default to null]
**DraftYear** | **int32** | | [optional] [default to null]
**Age** | **int32** | | [optional] [default to null]
**BirthCity** | **string** | | [optional] [default to null]
**BirthStateProvince** | **string** | | [optional] [default to null]
**BirthCountry** | **string** | | [optional] [default to null]
**BirthDate** | **string** | | [optional] [default to null]
**DeathCity** | **string** | | [optional] [default to null]
**DeathStateProvince** | **string** | | [optional] [default to null]
**DeathCountry** | **string** | | [optional] [default to null]
**DeathDate** | **string** | | [optional] [default to null]
**LastPlayedDate** | **string** | | [optional] [default to null]
**Pronunciation** | **string** | | [optional] [default to null]
**FullName** | **string** | | [optional] [default to null]
**Height** | **int32** | | [optional] [default to null]
**HeightFeet** | **int32** | | [optional] [default to null]
**HeightInches** | **int32** | | [optional] [default to null]
**Weight** | **int32** | | [optional] [default to null]
**CurrentTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**IsRookie** | **bool** | | [optional] [default to null]
**IsActive** | **bool** | | [optional] [default to null]
**Gender** | **string** | | [optional] [default to null]
**NameMatrilineal** | **string** | | [optional] [default to null]
**IsPlayer** | **bool** | | [optional] [default to null]
**IsVerified** | **bool** | | [optional] [default to null]
**IsAlternateCaptain** | **bool** | | [optional] [default to null]
**IsCaptain** | **bool** | | [optional] [default to null]
**Twitter** | **string** | | [optional] [default to null]
**Awards** | [**[]Award**](Award.md) | | [optional] [default to null]
**SocialMediaInfo** | [***SocialMediaInfo**](SocialMediaInfo.md) | | [optional] [default to null]
**EducationInfo** | [***EducationInfo**](EducationInfo.md) | | [optional] [default to null]
**Photos** | [**[]Photo**](Photo.md) | | [optional] [default to null]
**Draft** | [**[]PlayerDraftInfo**](PlayerDraftInfo.md) | | [optional] [default to null]
**AdditionalBio** | [***AdditionalBio**](AdditionalBio.md) | | [optional] [default to null]
**PhoneticName** | **string** | | [optional] [default to null]
**Nationality** | **string** | | [optional] [default to null]
**BatSide** | [***DynamicLookupEnum**](DynamicLookupEnum.md) | | [optional] [default to null]
**PitchHand** | [***DynamicLookupEnum**](DynamicLookupEnum.md) | | [optional] [default to null]
**MlbDebutDate** | **string** | | [optional] [default to null]
**BatterPitcher** | **string** | | [optional] [default to null]
**Note** | **string** | | [optional] [default to null]
**NameSlug** | **string** | | [optional] [default to null]
**NameTitle** | **string** | | [optional] [default to null]
**NamePrefix** | **string** | | [optional] [default to null]
**NameFirstLast** | **string** | | [optional] [default to null]
**FirstLastName** | **string** | | [optional] [default to null]
**LastFirstName** | **string** | | [optional] [default to null]
**LastInitName** | **string** | | [optional] [default to null]
**InitLastName** | **string** | | [optional] [default to null]
**FullFMLName** | **string** | | [optional] [default to null]
**FullLFMName** | **string** | | [optional] [default to null]
**StrikeZoneTop** | **float64** | | [optional] [default to null]
**StrikeZoneBottom** | **float64** | | [optional] [default to null]
**AlumniLastSeason** | **string** | | [optional] [default to null]
**LanguageId** | **int32** | | [optional] [default to null]
**Transactions** | [**[]Transaction**](Transaction.md) | | [optional] [default to null]
**Drafts** | [**[]BaseballDraftProspect**](BaseballDraftProspect.md) | | [optional] [default to null]
**Relatives** | [**[]Relative**](Relative.md) | | [optional] [default to null]
**Articles** | [**[]Article**](Article.md) | | [optional] [default to null]
**Videos** | [**[]Video**](Video.md) | | [optional] [default to null]
**MixedFeed** | [**[]IFeed**](IFeed.md) | | [optional] [default to null]
**XrefIds** | [**[]XrefId**](XrefId.md) | | [optional] [default to null]
**DepthCharts** | [**[]DepthChart**](DepthChart.md) | | [optional] [default to null]
**NextStarts** | [**[]BaseballScheduleItem**](BaseballScheduleItem.md) | | [optional] [default to null]
**RookieSeasons** | **[]string** | | [optional] [default to null]
**Pitcher** | **bool** | | [optional] [default to null]
**Fielder** | **bool** | | [optional] [default to null]
**HydratedSocial** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedEducation** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedStats** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedCurrentTeam** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedTeam** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedAwards** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedPersonRosterEntries** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedPersonJobsEntries** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedRelatives** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**DraftProspects** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedDepthCharts** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedNextStarts** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedPlayerPhotos** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedArticles** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedVideos** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedMixedFeed** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**UserPrivileges** | [**[]Privilege**](Privilege.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,82 @@
# BaseballPersonRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **int32** | | [optional] [default to null]
**FullName** | **string** | | [optional] [default to null]
**Link** | **string** | | [optional] [default to null]
**FirstName** | **string** | | [optional] [default to null]
**LastName** | **string** | | [optional] [default to null]
**PrimaryNumber** | **string** | | [optional] [default to null]
**BirthDate** | **string** | | [optional] [default to null]
**CurrentAge** | **int32** | | [optional] [default to null]
**BirthCity** | **string** | | [optional] [default to null]
**BirthStateProvince** | **string** | | [optional] [default to null]
**BirthCountry** | **string** | | [optional] [default to null]
**Nationality** | **string** | | [optional] [default to null]
**Height** | **string** | | [optional] [default to null]
**Weight** | **int32** | | [optional] [default to null]
**Active** | **bool** | | [optional] [default to null]
**AlternateCaptain** | **bool** | | [optional] [default to null]
**Captain** | **bool** | | [optional] [default to null]
**Rookie** | **bool** | | [optional] [default to null]
**CurrentTeam** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
**PrimaryPosition** | [***PositionRestObject**](PositionRestObject.md) | | [optional] [default to null]
**Social** | [***SocialMediaRestObject**](SocialMediaRestObject.md) | | [optional] [default to null]
**Copyright** | **string** | | [optional] [default to null]
**Hydrations** | **[]string** | | [optional] [default to null]
**UseName** | **string** | | [optional] [default to null]
**UseLastName** | **string** | | [optional] [default to null]
**MiddleName** | **string** | | [optional] [default to null]
**BoxscoreName** | **string** | | [optional] [default to null]
**NickName** | **string** | | [optional] [default to null]
**Gender** | **string** | | [optional] [default to null]
**NameMatrilineal** | **string** | | [optional] [default to null]
**IsPlayer** | **bool** | | [optional] [default to null]
**IsVerified** | **bool** | | [optional] [default to null]
**DraftYear** | **int32** | | [optional] [default to null]
**DeathDate** | **string** | | [optional] [default to null]
**DeathCity** | **string** | | [optional] [default to null]
**DeathStateProvince** | **string** | | [optional] [default to null]
**DeathCountry** | **string** | | [optional] [default to null]
**Pronunciation** | **string** | | [optional] [default to null]
**LastPlayedDate** | **string** | | [optional] [default to null]
**RookieSeasons** | **[]string** | | [optional] [default to null]
**OtherNames** | [***OtherNamesRestObject**](OtherNamesRestObject.md) | | [optional] [default to null]
**Education** | [***EducationRestObject**](EducationRestObject.md) | | [optional] [default to null]
**Photos** | [**[]PhotoRestObject**](PhotoRestObject.md) | | [optional] [default to null]
**Stats** | [**[]StatContainerRestObject**](StatContainerRestObject.md) | | [optional] [default to null]
**Awards** | [**[]AwardRestObject**](AwardRestObject.md) | | [optional] [default to null]
**Draft** | [**[]PlayerDraftInfoRestObject**](PlayerDraftInfoRestObject.md) | | [optional] [default to null]
**AdditionalBio** | [***AdditionalBioRestObject**](AdditionalBioRestObject.md) | | [optional] [default to null]
**MlbDebutDate** | **string** | | [optional] [default to null]
**BatSide** | [***DynamicEnumRestObject**](DynamicEnumRestObject.md) | | [optional] [default to null]
**PitchHand** | [***DynamicEnumRestObject**](DynamicEnumRestObject.md) | | [optional] [default to null]
**Note** | **string** | | [optional] [default to null]
**NameFirstLast** | **string** | | [optional] [default to null]
**NameTitle** | **string** | | [optional] [default to null]
**NamePrefix** | **string** | | [optional] [default to null]
**NameSuffix** | **string** | | [optional] [default to null]
**NameSlug** | **string** | | [optional] [default to null]
**FirstLastName** | **string** | | [optional] [default to null]
**LastFirstName** | **string** | | [optional] [default to null]
**LastInitName** | **string** | | [optional] [default to null]
**InitLastName** | **string** | | [optional] [default to null]
**FullFMLName** | **string** | | [optional] [default to null]
**FullLFMName** | **string** | | [optional] [default to null]
**StrikeZoneTop** | **float64** | | [optional] [default to null]
**StrikeZoneBottom** | **float64** | | [optional] [default to null]
**AlumniLastSeason** | **string** | | [optional] [default to null]
**Drafts** | [**[]BaseballDraftProspectRestObject**](BaseballDraftProspectRestObject.md) | | [optional] [default to null]
**Transactions** | [**[]TransactionRestObject**](TransactionRestObject.md) | | [optional] [default to null]
**Articles** | [**[]IFeedRestObject**](IFeedRestObject.md) | | [optional] [default to null]
**Videos** | [**[]IFeedRestObject**](IFeedRestObject.md) | | [optional] [default to null]
**MixedFeed** | [**[]IFeedRestObject**](IFeedRestObject.md) | | [optional] [default to null]
**Relatives** | [**[]BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**XrefIds** | [**[]XrefIdRestObject**](XrefIdRestObject.md) | | [optional] [default to null]
**Nicknames** | **[]string** | | [optional] [default to null]
**DepthCharts** | [**[]DepthChartRestObject**](DepthChartRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

46
api/docs/BaseballPitch.md Normal file
View File

@@ -0,0 +1,46 @@
# BaseballPitch
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**BallColor** | **string** | | [optional] [default to null]
**TrailColor** | **string** | | [optional] [default to null]
**StartSpeed** | **float64** | | [optional] [default to null]
**EndSpeed** | **float64** | | [optional] [default to null]
**NastyFactor** | **float64** | | [optional] [default to null]
**StrikeZoneTop** | **float64** | | [optional] [default to null]
**StrikeZoneBottom** | **float64** | | [optional] [default to null]
**StrikeZoneWidth** | **float64** | | [optional] [default to null]
**StrikeZoneDepth** | **float64** | | [optional] [default to null]
**GetaX** | **float64** | | [optional] [default to null]
**GetaY** | **float64** | | [optional] [default to null]
**GetaZ** | **float64** | | [optional] [default to null]
**PfxX** | **float64** | | [optional] [default to null]
**PfxZ** | **float64** | | [optional] [default to null]
**GetpX** | **float64** | | [optional] [default to null]
**GetpZ** | **float64** | | [optional] [default to null]
**GetvX0** | **float64** | | [optional] [default to null]
**GetvY0** | **float64** | | [optional] [default to null]
**GetvZ0** | **float64** | | [optional] [default to null]
**X** | **float64** | | [optional] [default to null]
**Y** | **float64** | | [optional] [default to null]
**Z0** | **float64** | | [optional] [default to null]
**Y0** | **float64** | | [optional] [default to null]
**X0** | **float64** | | [optional] [default to null]
**BreakHorizontal** | **float64** | | [optional] [default to null]
**BreakVertical** | **float64** | | [optional] [default to null]
**BreakVerticalInduced** | **float64** | | [optional] [default to null]
**BreakAngle** | **float64** | | [optional] [default to null]
**BreakLength** | **float64** | | [optional] [default to null]
**BreakX** | **float64** | | [optional] [default to null]
**BreakY** | **float64** | | [optional] [default to null]
**BreakZ** | **float64** | | [optional] [default to null]
**Zone** | **int32** | | [optional] [default to null]
**SpinRate** | **int32** | | [optional] [default to null]
**SpinDirection** | **int32** | | [optional] [default to null]
**TypeConfidence** | **float64** | | [optional] [default to null]
**PlateTime** | **float64** | | [optional] [default to null]
**Extension** | **float64** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,22 @@
# BaseballPitchDataRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**StartSpeed** | **float64** | | [optional] [default to null]
**EndSpeed** | **float64** | | [optional] [default to null]
**NastyFactor** | **float64** | | [optional] [default to null]
**StrikeZoneTop** | **float64** | | [optional] [default to null]
**StrikeZoneBottom** | **float64** | | [optional] [default to null]
**StrikeZoneWidth** | **float64** | | [optional] [default to null]
**StrikeZoneDepth** | **float64** | | [optional] [default to null]
**Coordinates** | [***Coordinates**](Coordinates.md) | | [optional] [default to null]
**Breaks** | [***Breaks**](Breaks.md) | | [optional] [default to null]
**Zone** | **int32** | | [optional] [default to null]
**TypeConfidence** | **float64** | | [optional] [default to null]
**PlateTime** | **float64** | | [optional] [default to null]
**Extension** | **float64** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

89
api/docs/BaseballPlay.md Normal file
View File

@@ -0,0 +1,89 @@
# BaseballPlay
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**Balls** | **int32** | | [optional] [default to null]
**Strikes** | **int32** | | [optional] [default to null]
**Outs** | **int32** | | [optional] [default to null]
**Inning** | **int32** | | [optional] [default to null]
**AtBatIndex** | **int32** | | [optional] [default to null]
**HalfInning** | **string** | | [optional] [default to null]
**HasOut** | **bool** | | [optional] [default to null]
**Batter** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Pitcher** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**StartTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**EndTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**BatterHotColdZoneStats** | [***Stats**](Stats.md) | | [optional] [default to null]
**PitcherHotColdZoneStats** | [***Stats**](Stats.md) | | [optional] [default to null]
**BatterHotColdZones** | [**[]BaseballHotColdZone**](BaseballHotColdZone.md) | | [optional] [default to null]
**PitcherHotColdZones** | [**[]BaseballHotColdZone**](BaseballHotColdZone.md) | | [optional] [default to null]
**SplitsBatter** | **string** | | [optional] [default to null]
**SplitsPitcher** | **string** | | [optional] [default to null]
**SplitsMenOnBase** | **string** | | [optional] [default to null]
**PitchHand** | [***DynamicLookupEnum**](DynamicLookupEnum.md) | | [optional] [default to null]
**BatSide** | [***DynamicLookupEnum**](DynamicLookupEnum.md) | | [optional] [default to null]
**CaptivatingIndex** | **int32** | | [optional] [default to null]
**HitTrajectory** | [***HitTrajectory**](HitTrajectory.md) | | [optional] [default to null]
**EventType** | **string** | | [optional] [default to null]
**EventTypeEnum** | [***EventType**](EventType.md) | | [optional] [default to null]
**Result** | **string** | | [optional] [default to null]
**ResultMap** | **map[string]string** | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**NumRbi** | **int32** | | [optional] [default to null]
**AwayScore** | **int32** | | [optional] [default to null]
**HomeScore** | **int32** | | [optional] [default to null]
**IsComplete** | **bool** | | [optional] [default to null]
**IsScoringPlay** | **bool** | | [optional] [default to null]
**HasReview** | **bool** | | [optional] [default to null]
**ReviewType** | **string** | | [optional] [default to null]
**ReviewOverturned** | **bool** | | [optional] [default to null]
**ReviewInProgress** | **bool** | | [optional] [default to null]
**ChallengeTeamId** | **int32** | | [optional] [default to null]
**Reviews** | [**[]BaseballReview**](BaseballReview.md) | | [optional] [default to null]
**RunnerOn1b** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**RunnerOn2b** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**RunnerOn3b** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**PitchIndex** | **[]int32** | | [optional] [default to null]
**ActionIndex** | **[]int32** | | [optional] [default to null]
**RunnerIndex** | [**[]interface{}**](interface{}.md) | | [optional] [default to null]
**RunnerMovements** | [**[]BaseballRunnerMovement**](BaseballRunnerMovement.md) | | [optional] [default to null]
**PlayEvents** | [**[]BaseballPlayEvent**](BaseballPlayEvent.md) | | [optional] [default to null]
**Credits** | [**[]PlayCredit**](PlayCredit.md) | | [optional] [default to null]
**Flags** | [**[]PlayCredit**](PlayCredit.md) | | [optional] [default to null]
**IsDoublePlay** | **bool** | | [optional] [default to null]
**IsGroundIntoDoublePlay** | **bool** | | [optional] [default to null]
**IsTriplePlay** | **bool** | | [optional] [default to null]
**IsGroundIntoTriplePlay** | **bool** | | [optional] [default to null]
**NumLeftOnBase** | **int32** | | [optional] [default to null]
**NumLeftOnBaseScoring** | **int32** | | [optional] [default to null]
**OffensiveAlignmentId** | **string** | | [optional] [default to null]
**DefensiveAlignmentId** | **string** | | [optional] [default to null]
**Complete** | **bool** | | [optional] [default to null]
**ScoringPlay** | **bool** | | [optional] [default to null]
**TopInning** | **bool** | | [optional] [default to null]
**Results** | **map[string]string** | | [optional] [default to null]
**Descriptions** | **map[string]string** | | [optional] [default to null]
**PlateAppearance** | **bool** | | [optional] [default to null]
**Summary** | [***BaseballPlay**](BaseballPlay.md) | | [optional] [default to null]
**BatterResultEvent** | [***EventType**](EventType.md) | | [optional] [default to null]
**ResponsibleBatter** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**PayoffEvent** | [***BaseballPlayEvent**](BaseballPlayEvent.md) | | [optional] [default to null]
**TeamNumLeftOnBase** | **int32** | | [optional] [default to null]
**NumLeftOnBaseScoringPosition** | **int32** | | [optional] [default to null]
**Hit** | **bool** | | [optional] [default to null]
**AtBat** | **bool** | | [optional] [default to null]
**DoublePlay** | **bool** | | [optional] [default to null]
**TriplePlay** | **bool** | | [optional] [default to null]
**GroundIntoDoublePlay** | **bool** | | [optional] [default to null]
**GroundIntoTriplePlay** | **bool** | | [optional] [default to null]
**GroundOut** | **bool** | | [optional] [default to null]
**ResponsiblePitcher** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**InPlayEvent** | [***BaseballPlayEvent**](BaseballPlayEvent.md) | | [optional] [default to null]
**NumErrors** | **int32** | | [optional] [default to null]
**NumRuns** | **int32** | | [optional] [default to null]
**UserPrivileges** | [**[]Privilege**](Privilege.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,13 @@
# BaseballPlayByPlayRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**AllPlays** | [**[]BaseballPlayRestObject**](BaseballPlayRestObject.md) | | [optional] [default to null]
**CurrentPlay** | [***BaseballPlayRestObject**](BaseballPlayRestObject.md) | | [optional] [default to null]
**ScoringPlays** | **[]int32** | | [optional] [default to null]
**PlaysByInning** | [**[]InningPlay**](InningPlay.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,92 @@
# BaseballPlayEvent
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Balls** | **int32** | | [optional] [default to null]
**Strikes** | **int32** | | [optional] [default to null]
**Outs** | **int32** | | [optional] [default to null]
**RunnerOn1b** | **bool** | | [optional] [default to null]
**RunnerOn2b** | **bool** | | [optional] [default to null]
**RunnerOn3b** | **bool** | | [optional] [default to null]
**Inning** | **int32** | | [optional] [default to null]
**IsTopInning** | **bool** | | [optional] [default to null]
**PreBalls** | **int32** | | [optional] [default to null]
**PreStrikes** | **int32** | | [optional] [default to null]
**PreOuts** | **int32** | | [optional] [default to null]
**PostBalls** | **int32** | | [optional] [default to null]
**PostStrikes** | **int32** | | [optional] [default to null]
**PostOuts** | **int32** | | [optional] [default to null]
**PostRunnerOn1b** | **bool** | | [optional] [default to null]
**PostRunnerOn2b** | **bool** | | [optional] [default to null]
**PostRunnerOn3b** | **bool** | | [optional] [default to null]
**PitchNumber** | **int32** | | [optional] [default to null]
**PickoffNumber** | **int32** | | [optional] [default to null]
**AtBatNumber** | **int32** | | [optional] [default to null]
**EventTypeEnum** | [***EventType**](EventType.md) | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**DescriptionMap** | **map[string]string** | | [optional] [default to null]
**PitchCall** | [***DynamicLookupEnum**](DynamicLookupEnum.md) | | [optional] [default to null]
**PitchType** | [***DynamicLookupEnum**](DynamicLookupEnum.md) | | [optional] [default to null]
**Pitch** | [***BaseballPitch**](BaseballPitch.md) | | [optional] [default to null]
**Hit** | [***BaseballHit**](BaseballHit.md) | | [optional] [default to null]
**Index** | **int32** | | [optional] [default to null]
**PfxId** | **string** | | [optional] [default to null]
**PlayId** | **string** | | [optional] [default to null]
**ActionPlayId** | **string** | | [optional] [default to null]
**IsPitch** | **bool** | | [optional] [default to null]
**IsInPlay** | **bool** | | [optional] [default to null]
**IsStrike** | **bool** | | [optional] [default to null]
**IsBall** | **bool** | | [optional] [default to null]
**Event** | **string** | | [optional] [default to null]
**EventMap** | **map[string]string** | | [optional] [default to null]
**Code** | **string** | | [optional] [default to null]
**Type_** | **string** | | [optional] [default to null]
**StartTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**EndTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**Player** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Umpire** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**ReplacedPlayer** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Position** | [***BaseballPosition**](BaseballPosition.md) | | [optional] [default to null]
**BattingOrder** | **string** | | [optional] [default to null]
**Scored** | **bool** | | [optional] [default to null]
**IsOut** | **bool** | | [optional] [default to null]
**AwayScore** | **int32** | | [optional] [default to null]
**HomeScore** | **int32** | | [optional] [default to null]
**IsAtBat** | **bool** | | [optional] [default to null]
**IsPlateAppearance** | **bool** | | [optional] [default to null]
**IsBaseHit** | **bool** | | [optional] [default to null]
**PitchHand** | [***DynamicLookupEnum**](DynamicLookupEnum.md) | | [optional] [default to null]
**BatSide** | [***DynamicLookupEnum**](DynamicLookupEnum.md) | | [optional] [default to null]
**HasReview** | **bool** | | [optional] [default to null]
**ReviewType** | **string** | | [optional] [default to null]
**ReviewOverturned** | **bool** | | [optional] [default to null]
**ReviewInProgress** | **bool** | | [optional] [default to null]
**ChallengeTeamId** | **int32** | | [optional] [default to null]
**Reviews** | [**[]BaseballReview**](BaseballReview.md) | | [optional] [default to null]
**FromCatcher** | **bool** | | [optional] [default to null]
**InjuryType** | **string** | | [optional] [default to null]
**Players** | [***BaseballLinescore**](BaseballLinescore.md) | | [optional] [default to null]
**DefensiveAlignmentId** | **string** | | [optional] [default to null]
**OffensiveAlignmentId** | **string** | | [optional] [default to null]
**OffensiveLineupId** | **string** | | [optional] [default to null]
**DefensiveLineupId** | **string** | | [optional] [default to null]
**Umpires** | [**[]Official**](Official.md) | | [optional] [default to null]
**Credits** | [**[]PlayCredit**](PlayCredit.md) | | [optional] [default to null]
**Base** | **int32** | | [optional] [default to null]
**IsDoublePlay** | **bool** | | [optional] [default to null]
**NumInheritedRunners** | **int32** | | [optional] [default to null]
**DisengagementNum** | **int32** | | [optional] [default to null]
**Violation** | [***BaseballViolation**](BaseballViolation.md) | | [optional] [default to null]
**NumberOfPeopleOnBaseScoringPosition** | **int32** | | [optional] [default to null]
**Descriptions** | **map[string]string** | | [optional] [default to null]
**Events** | **map[string]string** | | [optional] [default to null]
**RunnerGoing** | **bool** | | [optional] [default to null]
**Summary** | [***BaseballPlayEvent**](BaseballPlayEvent.md) | | [optional] [default to null]
**NumberOfPeopleOnBase** | **int32** | | [optional] [default to null]
**DoublePlay** | **bool** | | [optional] [default to null]
**BaseRunningPlay** | **bool** | | [optional] [default to null]
**Substitution** | **bool** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,40 @@
# BaseballPlayEventRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Details** | [***Details**](Details.md) | | [optional] [default to null]
**Count** | [***Count**](Count.md) | | [optional] [default to null]
**PostCount** | [***Count**](Count.md) | | [optional] [default to null]
**PreCount** | [***Count**](Count.md) | | [optional] [default to null]
**PitchData** | [***BaseballPitchDataRestObject**](BaseballPitchDataRestObject.md) | | [optional] [default to null]
**HitData** | [***BaseballHitDataRestObject**](BaseballHitDataRestObject.md) | | [optional] [default to null]
**Index** | **int32** | | [optional] [default to null]
**PfxId** | **string** | | [optional] [default to null]
**PlayId** | **string** | | [optional] [default to null]
**ActionPlayId** | **string** | | [optional] [default to null]
**PitchNumber** | **int32** | | [optional] [default to null]
**PickoffNumber** | **int32** | | [optional] [default to null]
**AtBatNumber** | **int32** | | [optional] [default to null]
**StartTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**EndTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**IsPitch** | **bool** | | [optional] [default to null]
**IsBaseRunningPlay** | **bool** | | [optional] [default to null]
**IsSubstitution** | **bool** | | [optional] [default to null]
**Type_** | **string** | | [optional] [default to null]
**Player** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Umpire** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Position** | [***PositionRestObject**](PositionRestObject.md) | | [optional] [default to null]
**BattingOrder** | **string** | | [optional] [default to null]
**ReplacedPlayer** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Base** | **int32** | | [optional] [default to null]
**InjuryType** | **string** | | [optional] [default to null]
**Defense** | [***BaseballDefenseRestObject**](BaseballDefenseRestObject.md) | | [optional] [default to null]
**Offense** | [***BaseballOffenseRestObject**](BaseballOffenseRestObject.md) | | [optional] [default to null]
**Credits** | [**[]PlayCreditRestObject**](PlayCreditRestObject.md) | | [optional] [default to null]
**Officials** | [**[]OfficialRestObject**](OfficialRestObject.md) | | [optional] [default to null]
**ReviewDetails** | [***ReviewDetails**](ReviewDetails.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,24 @@
# BaseballPlayRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Hydrations** | **[]string** | | [optional] [default to null]
**Result** | [***Result**](Result.md) | | [optional] [default to null]
**About** | [***About**](About.md) | | [optional] [default to null]
**Count** | [***Count**](Count.md) | | [optional] [default to null]
**Matchup** | [***Matchup**](Matchup.md) | | [optional] [default to null]
**PitchIndex** | **[]int32** | | [optional] [default to null]
**ActionIndex** | **[]int32** | | [optional] [default to null]
**RunnerIndex** | **[]int32** | | [optional] [default to null]
**Runners** | [**[]RunnerMovement**](RunnerMovement.md) | | [optional] [default to null]
**PlayEvents** | [**[]BaseballPlayEventRestObject**](BaseballPlayEventRestObject.md) | | [optional] [default to null]
**Credits** | [**[]PlayCreditRestObject**](PlayCreditRestObject.md) | | [optional] [default to null]
**Flags** | [**[]PlayCreditRestObject**](PlayCreditRestObject.md) | | [optional] [default to null]
**ReviewDetails** | [***ReviewDetails**](ReviewDetails.md) | | [optional] [default to null]
**PlayEndTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**AtBatIndex** | **int32** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,14 @@
# BaseballPlayerGameScoreRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Player** | [***BaseballRosterEntryRestObject**](BaseballRosterEntryRestObject.md) | | [optional] [default to null]
**Type_** | **string** | | [optional] [default to null]
**GameScore** | **int32** | | [optional] [default to null]
**PitchingGameScore** | **int32** | | [optional] [default to null]
**HittingGameScore** | **int32** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,8 @@
# BaseballPosition
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,12 @@
# BaseballReview
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ReviewType** | **string** | | [optional] [default to null]
**ReviewOverturned** | **bool** | | [optional] [default to null]
**ChallengeTeamId** | **int32** | | [optional] [default to null]
**ReviewInProgress** | **bool** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,14 @@
# BaseballReviewRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**HasChallenges** | **bool** | | [optional] [default to null]
**Reason** | **string** | | [optional] [default to null]
**Away** | [***BaseballTeamReview**](BaseballTeamReview.md) | | [optional] [default to null]
**Home** | [***BaseballTeamReview**](BaseballTeamReview.md) | | [optional] [default to null]
**ChallengingTeam** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,14 @@
# BaseballRoster
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**RosterType** | [***RosterType**](RosterType.md) | | [optional] [default to null]
**Roster** | [**[]BaseballRosterEntry**](BaseballRosterEntry.md) | | [optional] [default to null]
**TeamId** | **int32** | | [optional] [default to null]
**HydratedPeople** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**UserPrivileges** | [**[]Privilege**](Privilege.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,42 @@
# BaseballRosterEntry
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**Person** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**JerseyNumber** | **string** | | [optional] [default to null]
**Position** | [***BaseballPosition**](BaseballPosition.md) | | [optional] [default to null]
**Stats** | [***BaseballStats**](BaseballStats.md) | | [optional] [default to null]
**SeasonStats** | [***BaseballStats**](BaseballStats.md) | | [optional] [default to null]
**Captain** | **bool** | | [optional] [default to null]
**AlternateCaptain** | **bool** | | [optional] [default to null]
**Note** | **string** | | [optional] [default to null]
**Status** | [***DynamicLookupEnum**](DynamicLookupEnum.md) | | [optional] [default to null]
**Job** | **string** | | [optional] [default to null]
**JobId** | **string** | | [optional] [default to null]
**Title** | **string** | | [optional] [default to null]
**ParentTeamId** | **int32** | | [optional] [default to null]
**Team** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**IsActive** | **bool** | | [optional] [default to null]
**IsActiveFortyMan** | **bool** | | [optional] [default to null]
**StartDate** | **string** | | [optional] [default to null]
**EndDate** | **string** | | [optional] [default to null]
**StatusDate** | **string** | | [optional] [default to null]
**AllPositions** | [**[]BaseballPosition**](BaseballPosition.md) | | [optional] [default to null]
**BattingOrder** | **string** | | [optional] [default to null]
**PitchingOrder** | **int32** | | [optional] [default to null]
**IsCurrentBatter** | **bool** | | [optional] [default to null]
**IsCurrentPitcher** | **bool** | | [optional] [default to null]
**IsOnBench** | **bool** | | [optional] [default to null]
**IsSubstitute** | **bool** | | [optional] [default to null]
**ClassId** | **int32** | | [optional] [default to null]
**SportId** | **int32** | | [optional] [default to null]
**Season** | **string** | | [optional] [default to null]
**QualifiedForGamePitched** | **bool** | | [optional] [default to null]
**StatContainer** | [**[]StatContainer**](StatContainer.md) | | [optional] [default to null]
**HydratedRosterEntriesTeam** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**UserPrivileges** | [**[]Privilege**](Privilege.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,30 @@
# BaseballRosterEntryRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Person** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**JerseyNumber** | **string** | | [optional] [default to null]
**Position** | [***PositionRestObject**](PositionRestObject.md) | | [optional] [default to null]
**AlternateCaptain** | **bool** | | [optional] [default to null]
**Captain** | **bool** | | [optional] [default to null]
**Note** | **string** | | [optional] [default to null]
**Status** | [***DynamicEnumRestObject**](DynamicEnumRestObject.md) | | [optional] [default to null]
**Job** | **string** | | [optional] [default to null]
**JobId** | **string** | | [optional] [default to null]
**Title** | **string** | | [optional] [default to null]
**ParentTeamId** | **int32** | | [optional] [default to null]
**Team** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
**IsActive** | **bool** | | [optional] [default to null]
**StartDate** | **string** | | [optional] [default to null]
**EndDate** | **string** | | [optional] [default to null]
**StatusDate** | **string** | | [optional] [default to null]
**IsActiveFortyMan** | **bool** | | [optional] [default to null]
**BattingOrder** | **string** | | [optional] [default to null]
**Stats** | [***StatsRestObject**](StatsRestObject.md) | | [optional] [default to null]
**SeasonStats** | [***StatsRestObject**](StatsRestObject.md) | | [optional] [default to null]
**GameStatus** | [***GameStatusRestObject**](GameStatusRestObject.md) | | [optional] [default to null]
**AllPositions** | [**[]PositionRestObject**](PositionRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,33 @@
# BaseballRunnerMovement
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**StartBase** | **string** | | [optional] [default to null]
**EndBase** | **string** | | [optional] [default to null]
**EventType** | **string** | | [optional] [default to null]
**EventTypeEnum** | [***EventType**](EventType.md) | | [optional] [default to null]
**Runner** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**ResponsiblePitcher** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**IsScoringEvent** | **bool** | | [optional] [default to null]
**IsRbi** | **bool** | | [optional] [default to null]
**IsEarned** | **bool** | | [optional] [default to null]
**PlayIndex** | **int32** | | [optional] [default to null]
**Sequence** | **int32** | | [optional] [default to null]
**OutNumber** | **int32** | | [optional] [default to null]
**OutBase** | **string** | | [optional] [default to null]
**MovementReason** | **string** | | [optional] [default to null]
**MovementReasonEnum** | [***RunnerDetailType**](RunnerDetailType.md) | | [optional] [default to null]
**Credits** | [**[]PlayCredit**](PlayCredit.md) | | [optional] [default to null]
**OriginBase** | **int32** | | [optional] [default to null]
**StartBaseInt** | **int32** | | [optional] [default to null]
**EndBaseInt** | **int32** | | [optional] [default to null]
**Out** | **bool** | | [optional] [default to null]
**ScoringEvent** | **bool** | | [optional] [default to null]
**TeamUnearned** | **bool** | | [optional] [default to null]
**Events** | **map[string]string** | | [optional] [default to null]
**Rbi** | **bool** | | [optional] [default to null]
**Earned** | **bool** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,41 @@
# BaseballSchedule
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**Games** | [**[]BaseballScheduleItem**](BaseballScheduleItem.md) | | [optional] [default to null]
**RefreshInterval** | **int32** | | [optional] [default to null]
**IncludeSiteBroadcasts** | **bool** | | [optional] [default to null]
**IncludeEventTickets** | **bool** | | [optional] [default to null]
**GameTypes** | [**[]GameTypeEnum**](GameTypeEnum.md) | | [optional] [default to null]
**ScheduleEvents** | [**[]ScheduleEvent**](ScheduleEvent.md) | | [optional] [default to null]
**Abschallenges** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**Challenges** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**Flags** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**TeamsWithGames** | **[]int32** | | [optional] [default to null]
**ScheduleItems** | [**[]BaseballScheduleItem**](BaseballScheduleItem.md) | | [optional] [default to null]
**HomeRuns** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**Alerts** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**BaseballSchedule** | [**[]BaseballScheduleItem**](BaseballScheduleItem.md) | | [optional] [default to null]
**HydratedStats** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedPeople** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**PreviousPlay** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedTeamLeadersInPreview** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedTeamLeaders** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**ProbablePitchersNotes** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedProbablePitchers** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**LiveLookins** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**BaseballLineups** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**ProbableOfficials** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedTeamsAsString** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedVenuesAsString** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedEventVenuesAsString** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedEventDivisionsAsString** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedEventLeaguesAsString** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedEventSportsAsString** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**GamePreviewStoryLegacy** | [***BaseballScheduleItem**](BaseballScheduleItem.md) | | [optional] [default to null]
**UserPrivileges** | [**[]Privilege**](Privilege.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,134 @@
# BaseballScheduleItem
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CalendarEventId** | **string** | | [optional] [default to null]
**GamePk** | **int32** | | [optional] [default to null]
**GameType** | [***GameTypeEnum**](GameTypeEnum.md) | | [optional] [default to null]
**GameDate** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**OfficialDate** | **string** | | [optional] [default to null]
**CalendarDate** | **string** | | [optional] [default to null]
**UnmodifiedCalendarDate** | **string** | | [optional] [default to null]
**ResumeGameDate** | **string** | | [optional] [default to null]
**ResumeDate** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**ResumedFromDate** | **string** | | [optional] [default to null]
**ResumedFrom** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**RescheduleGameDate** | **string** | | [optional] [default to null]
**RescheduleDate** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**RescheduledFromDate** | **string** | | [optional] [default to null]
**RescheduledFrom** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**Season** | **string** | | [optional] [default to null]
**StatusInd** | **string** | | [optional] [default to null]
**GameNumber** | **int32** | | [optional] [default to null]
**GameStatus** | [***IGameStatus**](IGameStatus.md) | | [optional] [default to null]
**AwayTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**HomeTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**Venue** | [***Venue**](Venue.md) | | [optional] [default to null]
**ResumeVenue** | [***Venue**](Venue.md) | | [optional] [default to null]
**ResumedFromVenue** | [***Venue**](Venue.md) | | [optional] [default to null]
**Cms** | [***GameCms**](GameCms.md) | | [optional] [default to null]
**AwayScore** | **int32** | | [optional] [default to null]
**HomeScore** | **int32** | | [optional] [default to null]
**AwayWins** | **int32** | | [optional] [default to null]
**AwayLosses** | **int32** | | [optional] [default to null]
**AwayOvertimeLosses** | **int32** | | [optional] [default to null]
**AwayTies** | **int32** | | [optional] [default to null]
**AwayIsWinner** | **bool** | | [optional] [default to null]
**HomeWins** | **int32** | | [optional] [default to null]
**HomeLosses** | **int32** | | [optional] [default to null]
**PostseasonSeries** | [***PostseasonSeries**](PostseasonSeries.md) | | [optional] [default to null]
**HomeOvertimeLosses** | **int32** | | [optional] [default to null]
**HomeTies** | **int32** | | [optional] [default to null]
**HomeIsWinner** | **bool** | | [optional] [default to null]
**IsTie** | **bool** | | [optional] [default to null]
**Linescore** | [***BaseballLinescore**](BaseballLinescore.md) | | [optional] [default to null]
**Decisions** | [***BaseballDecision**](BaseballDecision.md) | | [optional] [default to null]
**ScoringPlays** | [**[]BaseballPlay**](BaseballPlay.md) | | [optional] [default to null]
**Broadcasts** | [**[]GameDateBroadcast**](GameDateBroadcast.md) | | [optional] [default to null]
**RadioBroadcasts** | [**[]GameDateBroadcast**](GameDateBroadcast.md) | | [optional] [default to null]
**EndDateTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**IsDefaultGame** | **bool** | | [optional] [default to null]
**Promotions** | [**[]Promotion**](Promotion.md) | | [optional] [default to null]
**AtBatPromotions** | [**[]Promotion**](Promotion.md) | | [optional] [default to null]
**Sponsorships** | [**[]Promotion**](Promotion.md) | | [optional] [default to null]
**Officials** | [**[]Official**](Official.md) | | [optional] [default to null]
**PregameOfficials** | [**[]Official**](Official.md) | | [optional] [default to null]
**Weather** | [***Weather**](Weather.md) | | [optional] [default to null]
**GameInfo** | [***GameTo**](GameTO.md) | | [optional] [default to null]
**PublicFacing** | [***PublicFacingEnum**](PublicFacingEnum.md) | | [optional] [default to null]
**Story** | [***GameStory**](GameStory.md) | | [optional] [default to null]
**TrackingVersion** | [***TrackingVersion**](TrackingVersion.md) | | [optional] [default to null]
**TrackingSystemOwner** | [***TrackingSystemOwner**](TrackingSystemOwner.md) | | [optional] [default to null]
**CoachingVideo** | [**[]MediaSourceType**](MediaSourceType.md) | | [optional] [default to null]
**AtBatTicketLinks** | [**[]BaseballTicket**](BaseballTicket.md) | | [optional] [default to null]
**SeriesStatus** | [***SeriesStatus**](SeriesStatus.md) | | [optional] [default to null]
**SortNumber** | **int32** | | [optional] [default to null]
**IsFeaturedGame** | **bool** | | [optional] [default to null]
**XrefIds** | [**[]XrefId**](XrefId.md) | | [optional] [default to null]
**GameId** | **string** | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**SeriesDescription** | **string** | | [optional] [default to null]
**DoubleHeader** | **string** | | [optional] [default to null]
**GamedayType** | **string** | | [optional] [default to null]
**Tiebreaker** | **string** | | [optional] [default to null]
**ScheduledInnings** | **int32** | | [optional] [default to null]
**InningBreakLength** | **int32** | | [optional] [default to null]
**GamesInSeries** | **int32** | | [optional] [default to null]
**SeriesGameNumber** | **int32** | | [optional] [default to null]
**EditorialGameType** | **string** | | [optional] [default to null]
**EditorialSeason** | **string** | | [optional] [default to null]
**LocalTime** | **string** | | [optional] [default to null]
**LocalAmPm** | **string** | | [optional] [default to null]
**LocalDate** | **string** | | [optional] [default to null]
**AwayGamesBack** | **string** | | [optional] [default to null]
**AwayWildCardGamesBack** | **string** | | [optional] [default to null]
**AwaySplitSquad** | **bool** | | [optional] [default to null]
**AwaySeriesNumber** | **int32** | | [optional] [default to null]
**RecordSource** | **string** | | [optional] [default to null]
**IfNecessary** | **string** | | [optional] [default to null]
**IfNecessaryDescription** | **string** | | [optional] [default to null]
**HomeGamesBack** | **string** | | [optional] [default to null]
**HomeWildCardGamesBack** | **string** | | [optional] [default to null]
**HomeSplitSquad** | **bool** | | [optional] [default to null]
**HomeSeriesNumber** | **int32** | | [optional] [default to null]
**IsNightGame** | **bool** | | [optional] [default to null]
**AwayProbable** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**HomeProbable** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Challenge** | [***BaseballChallenge**](BaseballChallenge.md) | | [optional] [default to null]
**AbsChallenge** | [***BaseballAbsChallenge**](BaseballABSChallenge.md) | | [optional] [default to null]
**Flags** | [***BaseballGameFlag**](BaseballGameFlag.md) | | [optional] [default to null]
**Alerts** | [**[]BaseballGameAlert**](BaseballGameAlert.md) | | [optional] [default to null]
**LiveLookin** | [***LiveLookin**](LiveLookin.md) | | [optional] [default to null]
**SortTime** | **string** | | [optional] [default to null]
**SortTeam** | **string** | | [optional] [default to null]
**SortGameId** | **string** | | [optional] [default to null]
**SortGameNo** | **string** | | [optional] [default to null]
**PreviousPlay** | [***BaseballPlay**](BaseballPlay.md) | | [optional] [default to null]
**HomeRuns** | [**[]BaseballPlay**](BaseballPlay.md) | | [optional] [default to null]
**Tickets** | [**[]BaseballTicket**](BaseballTicket.md) | | [optional] [default to null]
**AtBatTickets** | [**[]BaseballTicket**](BaseballTicket.md) | | [optional] [default to null]
**SportId** | **int32** | | [optional] [default to null]
**Day** | **string** | | [optional] [default to null]
**HomeLeagueId** | **int32** | | [optional] [default to null]
**AwayLeagueId** | **int32** | | [optional] [default to null]
**BaseballLineup** | [***BaseballLineup**](BaseballLineup.md) | | [optional] [default to null]
**DoubleHeaderGameOneTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**ReverseHomeAwayStatus** | **bool** | | [optional] [default to null]
**IsDoNotSortAsDH** | **bool** | | [optional] [default to null]
**StatusFlags** | [***StatusFlags**](StatusFlags.md) | | [optional] [default to null]
**GameGuid** | **string** | | [optional] [default to null]
**VendorWeatherForecast** | [***VendorWeatherForecast**](VendorWeatherForecast.md) | | [optional] [default to null]
**CacheKey** | **string** | | [optional] [default to null]
**LinescoreOverrides** | [***BaseballLinescore**](BaseballLinescore.md) | | [optional] [default to null]
**PostseasonSeriesId** | **string** | | [optional] [default to null]
**WinningTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**Tie** | **bool** | | [optional] [default to null]
**Hydratable** | **bool** | | [optional] [default to null]
**NightGame** | **bool** | | [optional] [default to null]
**LosingTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**SortDate** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**DoubleHeaderTeamPairKey** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,83 @@
# BaseballScheduleItemRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**GamePk** | **int32** | | [optional] [default to null]
**GameGuid** | **string** | | [optional] [default to null]
**Link** | **string** | | [optional] [default to null]
**GameType** | **string** | | [optional] [default to null]
**Season** | **string** | | [optional] [default to null]
**GameDate** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**OfficialDate** | **string** | | [optional] [default to null]
**ResumeDate** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**ResumeGameDate** | **string** | | [optional] [default to null]
**ResumedFrom** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**ResumedFromDate** | **string** | | [optional] [default to null]
**RescheduleDate** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**RescheduleGameDate** | **string** | | [optional] [default to null]
**RescheduledFrom** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**RescheduledFromDate** | **string** | | [optional] [default to null]
**EndDateTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**Status** | [***GameStatusRestObject**](GameStatusRestObject.md) | | [optional] [default to null]
**Teams** | [**map[string]BaseballScheduleItemTeamRestObject**](BaseballScheduleItemTeamRestObject.md) | | [optional] [default to null]
**Linescore** | [***BaseballLinescoreRestObject**](BaseballLinescoreRestObject.md) | | [optional] [default to null]
**Decisions** | [***BaseballDecisionRestObject**](BaseballDecisionRestObject.md) | | [optional] [default to null]
**ScoringPlays** | [**[]BaseballPlayRestObject**](BaseballPlayRestObject.md) | | [optional] [default to null]
**Venue** | [***VenueRestObject**](VenueRestObject.md) | | [optional] [default to null]
**Tickets** | [**[]BaseballTicketRestObject**](BaseballTicketRestObject.md) | | [optional] [default to null]
**AtBatTickets** | [**[]BaseballTicketRestObject**](BaseballTicketRestObject.md) | | [optional] [default to null]
**Promotions** | [**[]PromotionRestObject**](PromotionRestObject.md) | | [optional] [default to null]
**AtBatPromotions** | [**[]PromotionRestObject**](PromotionRestObject.md) | | [optional] [default to null]
**Sponsorships** | [**[]PromotionRestObject**](PromotionRestObject.md) | | [optional] [default to null]
**Broadcasts** | [**[]GameDateBroadcastRestObject**](GameDateBroadcastRestObject.md) | | [optional] [default to null]
**RadioBroadcasts** | [**[]GameDateBroadcastRestObject**](GameDateBroadcastRestObject.md) | | [optional] [default to null]
**Content** | [***GameContentRestObject**](GameContentRestObject.md) | | [optional] [default to null]
**SeriesStatus** | [***SeriesStatusRestObject**](SeriesStatusRestObject.md) | | [optional] [default to null]
**IsDefaultGame** | **bool** | | [optional] [default to null]
**SortNumber** | **int32** | | [optional] [default to null]
**IsTie** | **bool** | | [optional] [default to null]
**IsFeaturedGame** | **bool** | | [optional] [default to null]
**Officials** | [**[]OfficialRestObject**](OfficialRestObject.md) | | [optional] [default to null]
**PregameOfficials** | [**[]OfficialRestObject**](OfficialRestObject.md) | | [optional] [default to null]
**Weather** | [***WeatherRestObject**](WeatherRestObject.md) | | [optional] [default to null]
**XrefIds** | [**[]XrefIdRestObject**](XrefIdRestObject.md) | | [optional] [default to null]
**GameInfo** | [***GameInfoRestObject**](GameInfoRestObject.md) | | [optional] [default to null]
**GameNumber** | **int32** | | [optional] [default to null]
**PublicFacing** | **bool** | | [optional] [default to null]
**Story** | [***GameStoryRestObject**](GameStoryRestObject.md) | | [optional] [default to null]
**WeatherForecast** | [***VendorWeatherForecastRestObject**](VendorWeatherForecastRestObject.md) | | [optional] [default to null]
**RuleSettings** | [**[]RuleSettingsRestObject**](RuleSettingsRestObject.md) | | [optional] [default to null]
**TrackingVersion** | [***TrackingVersionRestObject**](TrackingVersionRestObject.md) | | [optional] [default to null]
**CoachingVideo** | **[]string** | | [optional] [default to null]
**DoubleHeader** | **string** | | [optional] [default to null]
**GamedayType** | **string** | | [optional] [default to null]
**Tiebreaker** | **string** | | [optional] [default to null]
**CalendarEventID** | **string** | | [optional] [default to null]
**SeasonDisplay** | **string** | | [optional] [default to null]
**DayNight** | **string** | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**ScheduledInnings** | **int32** | | [optional] [default to null]
**ReverseHomeAwayStatus** | **bool** | | [optional] [default to null]
**InningBreakLength** | **int32** | | [optional] [default to null]
**GamesInSeries** | **int32** | | [optional] [default to null]
**SeriesGameNumber** | **int32** | | [optional] [default to null]
**SeriesDescription** | **string** | | [optional] [default to null]
**Review** | [***BaseballReviewRestObject**](BaseballReviewRestObject.md) | | [optional] [default to null]
**AbsChallenge** | [***BaseballAbsChallengeRestObject**](BaseballABSChallengeRestObject.md) | | [optional] [default to null]
**Flags** | [***BaseballGameFlagRestObject**](BaseballGameFlagRestObject.md) | | [optional] [default to null]
**StatusFlags** | [***StatusFlagsRestObject**](StatusFlagsRestObject.md) | | [optional] [default to null]
**Alerts** | [**[]BaseballGameAlertRestObject**](BaseballGameAlertRestObject.md) | | [optional] [default to null]
**LiveLookin** | [***BaseballGameLiveLookinRestObject**](BaseballGameLiveLookinRestObject.md) | | [optional] [default to null]
**PreviousPlay** | [***BaseballPlayRestObject**](BaseballPlayRestObject.md) | | [optional] [default to null]
**HomeRuns** | [**[]BaseballPlayRestObject**](BaseballPlayRestObject.md) | | [optional] [default to null]
**RecordSource** | **string** | | [optional] [default to null]
**IfNecessary** | **string** | | [optional] [default to null]
**IfNecessaryDescription** | **string** | | [optional] [default to null]
**Day** | **string** | | [optional] [default to null]
**GameId** | **string** | | [optional] [default to null]
**Lineups** | [***BaseballLineupRestObject**](BaseballLineupRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,18 @@
# BaseballScheduleItemTeamRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**LeagueRecord** | [***WinLossRecordRestObject**](WinLossRecordRestObject.md) | | [optional] [default to null]
**Score** | **int32** | | [optional] [default to null]
**Team** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
**IsWinner** | **bool** | | [optional] [default to null]
**ProbablePitcher** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**SplitSquad** | **bool** | | [optional] [default to null]
**SeriesNumber** | **int32** | | [optional] [default to null]
**SeedNumber** | **int32** | | [optional] [default to null]
**SpringLeague** | [***LeagueRestObject**](LeagueRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

14
api/docs/BaseballStats.md Normal file
View File

@@ -0,0 +1,14 @@
# BaseballStats
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AllStats** | [**[]StatContainer**](StatContainer.md) | | [optional] [default to null]
**BattingStats** | [***BattingData**](BattingData.md) | | [optional] [default to null]
**PitchingStats** | [***PitchingData**](PitchingData.md) | | [optional] [default to null]
**FieldingStats** | [***FieldingData**](FieldingData.md) | | [optional] [default to null]
**GameStats** | [***GameStatData**](GameStatData.md) | | [optional] [default to null]
**TeamStats** | [***TeamStatData**](TeamStatData.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,8 @@
# BaseballStatsEnum
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,16 @@
# BaseballStatsTypeRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | | [optional] [default to null]
**LookupParam** | **string** | | [optional] [default to null]
**IsCounting** | **bool** | | [optional] [default to null]
**Label** | **string** | | [optional] [default to null]
**StatGroups** | [**[]StatGroup**](StatGroup.md) | | [optional] [default to null]
**OrgTypes** | [**[]OrganizationType**](OrganizationType.md) | | [optional] [default to null]
**HighLowTypes** | [**[]HighLowTypeEnum**](HighLowTypeEnum.md) | | [optional] [default to null]
**StreakLevels** | [**[]StreakLevelEnum**](StreakLevelEnum.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

68
api/docs/BaseballTeam.md Normal file
View File

@@ -0,0 +1,68 @@
# BaseballTeam
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**Id** | **int32** | | [optional] [default to null]
**Name** | **string** | | [optional] [default to null]
**Season** | **int32** | | [optional] [default to null]
**StrSeason** | **string** | | [optional] [default to null]
**Venue** | [***Venue**](Venue.md) | | [optional] [default to null]
**SpringVenue** | [***Venue**](Venue.md) | | [optional] [default to null]
**TeamCode** | **string** | | [optional] [default to null]
**FileCode** | **string** | | [optional] [default to null]
**Abbreviation** | **string** | | [optional] [default to null]
**FirstYearOfPlay** | **string** | | [optional] [default to null]
**TeamName** | **string** | | [optional] [default to null]
**LocationName** | **string** | | [optional] [default to null]
**Active** | **bool** | | [optional] [default to null]
**Placeholder** | **bool** | | [optional] [default to null]
**Roster** | [***BaseballRoster**](BaseballRoster.md) | | [optional] [default to null]
**NextGameSchedule** | [***BaseballSchedule**](BaseballSchedule.md) | | [optional] [default to null]
**PreviousGameSchedule** | [***BaseballSchedule**](BaseballSchedule.md) | | [optional] [default to null]
**NextSchedule** | [***BaseballSchedule**](BaseballSchedule.md) | | [optional] [default to null]
**PreviousSchedule** | [***BaseballSchedule**](BaseballSchedule.md) | | [optional] [default to null]
**Content** | [***TeamContentCms**](TeamContentCms.md) | | [optional] [default to null]
**DeviceProperties** | [***JsonNode**](JsonNode.md) | | [optional] [default to null]
**Tickets** | [**[]BaseballTicket**](BaseballTicket.md) | | [optional] [default to null]
**PlayoffInfo** | [***TeamPlayoffs**](TeamPlayoffs.md) | | [optional] [default to null]
**HomeAway** | **string** | | [optional] [default to null]
**Record** | [***BaseballTeamStandingsRecord**](BaseballTeamStandingsRecord.md) | | [optional] [default to null]
**TeamStats** | [**[]StatContainer**](StatContainer.md) | | [optional] [default to null]
**TeamLeaders** | [**[]Leaders**](Leaders.md) | | [optional] [default to null]
**OtherTeamNames** | [***OtherTeamNames**](OtherTeamNames.md) | | [optional] [default to null]
**SocialMediaInfo** | [***SocialMediaInfo**](SocialMediaInfo.md) | | [optional] [default to null]
**Twitter** | **string** | | [optional] [default to null]
**LeagueId** | **int32** | | [optional] [default to null]
**TeamDesignation** | [***TeamDesignationEnum**](TeamDesignationEnum.md) | | [optional] [default to null]
**ParentOrgId** | **int32** | | [optional] [default to null]
**ParentOrgName** | **string** | | [optional] [default to null]
**SeedNumber** | **int32** | | [optional] [default to null]
**FranchiseName** | **string** | | [optional] [default to null]
**ClubName** | **string** | | [optional] [default to null]
**Location** | [***Location**](Location.md) | | [optional] [default to null]
**SpringLeague** | [***League**](League.md) | | [optional] [default to null]
**XrefIds** | [**[]XrefId**](XrefId.md) | | [optional] [default to null]
**AllStarStatus** | [***AllStarEnum**](AllStarEnum.md) | | [optional] [default to null]
**TeamSeq** | **int32** | | [optional] [default to null]
**NameLanguageHistoryStart** | **string** | | [optional] [default to null]
**NameLanguageHistoryEnd** | **string** | | [optional] [default to null]
**CacheKey** | **string** | | [optional] [default to null]
**ShortName** | **string** | | [optional] [default to null]
**League** | [***League**](League.md) | | [optional] [default to null]
**Sport** | [***Sport**](Sport.md) | | [optional] [default to null]
**Division** | [***Division**](Division.md) | | [optional] [default to null]
**Conference** | [***Conference**](Conference.md) | | [optional] [default to null]
**HydratedSocial** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedDeviceProperties** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedGamePromotionsAtBat** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedGamePromotions** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedGameSponsorships** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedGameTickets** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**HydratedGameTicketsAtBat** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**Franchise** | [***Franchise**](Franchise.md) | | [optional] [default to null]
**UserPrivileges** | [**[]Privilege**](Privilege.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,18 @@
# BaseballTeamBoxscore
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Team** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
**TeamStats** | [***StatsRestObject**](StatsRestObject.md) | | [optional] [default to null]
**Players** | [**map[string]BaseballRosterEntryRestObject**](BaseballRosterEntryRestObject.md) | | [optional] [default to null]
**Batters** | **[]int32** | | [optional] [default to null]
**Pitchers** | **[]int32** | | [optional] [default to null]
**Bench** | **[]int32** | | [optional] [default to null]
**Bullpen** | **[]int32** | | [optional] [default to null]
**BattingOrder** | **[]int32** | | [optional] [default to null]
**Info** | [**[]BaseballBoxscoreNoteWrapRestObject**](BaseballBoxscoreNoteWrapRestObject.md) | | [optional] [default to null]
**Note** | [**[]BaseballBoxscoreNoteRestObject**](BaseballBoxscoreNoteRestObject.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,53 @@
# BaseballTeamRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Hydrations** | **[]string** | | [optional] [default to null]
**SpringLeague** | [***LeagueRestObject**](LeagueRestObject.md) | | [optional] [default to null]
**XrefIds** | [**[]XrefIdRestObject**](XrefIdRestObject.md) | | [optional] [default to null]
**AllStarStatus** | [***AllStarEnum**](AllStarEnum.md) | | [optional] [default to null]
**Id** | **int32** | | [optional] [default to null]
**Name** | **string** | | [optional] [default to null]
**Link** | **string** | | [optional] [default to null]
**Season** | **int32** | | [optional] [default to null]
**Venue** | [***VenueRestObject**](VenueRestObject.md) | | [optional] [default to null]
**SpringVenue** | [***VenueRestObject**](VenueRestObject.md) | | [optional] [default to null]
**TeamCode** | **string** | | [optional] [default to null]
**FileCode** | **string** | | [optional] [default to null]
**Abbreviation** | **string** | | [optional] [default to null]
**TriCode** | **string** | | [optional] [default to null]
**TeamName** | **string** | | [optional] [default to null]
**LocationName** | **string** | | [optional] [default to null]
**FirstYearOfPlay** | **string** | | [optional] [default to null]
**League** | [***LeagueRestObject**](LeagueRestObject.md) | | [optional] [default to null]
**Division** | [***DivisionRestObject**](DivisionRestObject.md) | | [optional] [default to null]
**Sport** | [***SportRestObject**](SportRestObject.md) | | [optional] [default to null]
**Conference** | [***ConferenceRestObject**](ConferenceRestObject.md) | | [optional] [default to null]
**Franchise** | [***FranchiseRestObject**](FranchiseRestObject.md) | | [optional] [default to null]
**TeamStats** | [**[]StatContainerRestObject**](StatContainerRestObject.md) | | [optional] [default to null]
**Roster** | [***RosterRestObject**](RosterRestObject.md) | | [optional] [default to null]
**TeamLeaders** | [**[]LeadersRestObject**](LeadersRestObject.md) | | [optional] [default to null]
**NextGameSchedule** | [***ScheduleRestObject**](ScheduleRestObject.md) | | [optional] [default to null]
**PreviousGameSchedule** | [***ScheduleRestObject**](ScheduleRestObject.md) | | [optional] [default to null]
**NextSchedule** | [***ScheduleRestObject**](ScheduleRestObject.md) | | [optional] [default to null]
**PreviousSchedule** | [***ScheduleRestObject**](ScheduleRestObject.md) | | [optional] [default to null]
**Content** | [***TeamContentCms**](TeamContentCms.md) | | [optional] [default to null]
**DeviceProperties** | [***JsonNode**](JsonNode.md) | | [optional] [default to null]
**Social** | [***SocialMediaRestObject**](SocialMediaRestObject.md) | | [optional] [default to null]
**ShortName** | **string** | | [optional] [default to null]
**Record** | [***TeamStandingsRecordRestObject**](TeamStandingsRecordRestObject.md) | | [optional] [default to null]
**PlayoffInfo** | [***TeamPlayoffs**](TeamPlayoffs.md) | | [optional] [default to null]
**HomeAway** | **string** | | [optional] [default to null]
**TeamDesignation** | **string** | | [optional] [default to null]
**ParentOrgName** | **string** | | [optional] [default to null]
**ParentOrgId** | **int32** | | [optional] [default to null]
**FranchiseName** | **string** | | [optional] [default to null]
**ClubName** | **string** | | [optional] [default to null]
**Location** | [***LocationRestObject**](LocationRestObject.md) | | [optional] [default to null]
**Active** | **bool** | | [optional] [default to null]
**Placeholder** | **bool** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,12 @@
# BaseballTeamReview
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**UsedSuccessful** | **int32** | | [optional] [default to null]
**UsedFailed** | **int32** | | [optional] [default to null]
**Remaining** | **int32** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,87 @@
# BaseballTeamStandingsRecord
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Team** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**Wins** | **int32** | | [optional] [default to null]
**Losses** | **int32** | | [optional] [default to null]
**Ties** | **int32** | | [optional] [default to null]
**GamesBack** | **string** | | [optional] [default to null]
**WildCardGamesBack** | **string** | | [optional] [default to null]
**LeagueGamesBack** | **string** | | [optional] [default to null]
**SpringLeagueGamesBack** | **string** | | [optional] [default to null]
**SportGamesBack** | **string** | | [optional] [default to null]
**DivisionGamesBack** | **string** | | [optional] [default to null]
**ConferenceGamesBack** | **string** | | [optional] [default to null]
**DivisionChamp** | **bool** | | [optional] [default to null]
**Season** | **string** | | [optional] [default to null]
**Streak** | **string** | | [optional] [default to null]
**LastUpdated** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**Home** | **string** | | [optional] [default to null]
**Away** | **string** | | [optional] [default to null]
**LastTen** | **string** | | [optional] [default to null]
**Points** | **int32** | | [optional] [default to null]
**ClinchIndicator** | **string** | | [optional] [default to null]
**DivisionRank** | **string** | | [optional] [default to null]
**ConferenceRank** | **string** | | [optional] [default to null]
**SpringLeagueRank** | **string** | | [optional] [default to null]
**LeagueRank** | **string** | | [optional] [default to null]
**SportRank** | **string** | | [optional] [default to null]
**WildCardRank** | **string** | | [optional] [default to null]
**GamesPlayed** | **int32** | | [optional] [default to null]
**Place** | **int32** | | [optional] [default to null]
**WildcardPlace** | **int32** | | [optional] [default to null]
**WildcardOdds** | **float64** | | [optional] [default to null]
**DivisionOdds** | **float64** | | [optional] [default to null]
**PlayoffOdds** | **float64** | | [optional] [default to null]
**RunsAllowed** | **int32** | | [optional] [default to null]
**RunsScored** | **int32** | | [optional] [default to null]
**HasWildcard** | **bool** | | [optional] [default to null]
**Clinched** | **bool** | | [optional] [default to null]
**EliminationNumber** | **string** | | [optional] [default to null]
**EliminationNumberSport** | **string** | | [optional] [default to null]
**EliminationNumberLeague** | **string** | | [optional] [default to null]
**EliminationNumberDivision** | **string** | | [optional] [default to null]
**EliminationNumberConference** | **string** | | [optional] [default to null]
**EliminationNumberWildcard** | **string** | | [optional] [default to null]
**MagicNumber** | **string** | | [optional] [default to null]
**HasPlayoffPoints** | **bool** | | [optional] [default to null]
**VsWest** | **string** | | [optional] [default to null]
**VsCentral** | **string** | | [optional] [default to null]
**VsEast** | **string** | | [optional] [default to null]
**VsInterleague** | **string** | | [optional] [default to null]
**VsRight** | **string** | | [optional] [default to null]
**VsRightHomeWin** | **string** | | [optional] [default to null]
**VsRightHomeLoss** | **string** | | [optional] [default to null]
**VsRightAwayWin** | **string** | | [optional] [default to null]
**VsRightAwayLoss** | **string** | | [optional] [default to null]
**VsLeft** | **string** | | [optional] [default to null]
**VsLeftHomeWin** | **string** | | [optional] [default to null]
**VsLeftHomeLoss** | **string** | | [optional] [default to null]
**VsLeftAwayWin** | **string** | | [optional] [default to null]
**VsLeftAwayLoss** | **string** | | [optional] [default to null]
**VsWinners** | **string** | | [optional] [default to null]
**ExtraInnings** | **string** | | [optional] [default to null]
**ExpectedWinLoss** | **string** | | [optional] [default to null]
**ExpectedWinLossSeason** | **string** | | [optional] [default to null]
**OneRunGames** | **string** | | [optional] [default to null]
**Turf** | **string** | | [optional] [default to null]
**Grass** | **string** | | [optional] [default to null]
**Night** | **string** | | [optional] [default to null]
**Day** | **string** | | [optional] [default to null]
**IsWildCardTeam** | **bool** | | [optional] [default to null]
**IsDivisionLeader** | **bool** | | [optional] [default to null]
**DivisionRecords** | [**[]WinLossRecord**](WinLossRecord.md) | | [optional] [default to null]
**ConferenceRecords** | [**[]WinLossRecord**](WinLossRecord.md) | | [optional] [default to null]
**LeagueRecords** | [**[]WinLossRecord**](WinLossRecord.md) | | [optional] [default to null]
**SplitRecords** | [**[]WinLossRecord**](WinLossRecord.md) | | [optional] [default to null]
**ExpectedRecords** | [**[]WinLossRecord**](WinLossRecord.md) | | [optional] [default to null]
**OverallRecords** | [**[]WinLossRecord**](WinLossRecord.md) | | [optional] [default to null]
**Conference** | [***Conference**](Conference.md) | | [optional] [default to null]
**RunDifferental** | **int32** | | [optional] [default to null]
**WildCardLeader** | **bool** | | [optional] [default to null]
**WinningPercentage** | **float64** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,13 @@
# BaseballTeamUniformRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Id** | **int32** | | [optional] [default to null]
**TeamName** | **string** | | [optional] [default to null]
**UniformAssets** | [**[]UniformRestObject**](UniformRestObject.md) | | [optional] [default to null]
**Link** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,14 @@
# BaseballTicket
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**TicketType** | **string** | | [optional] [default to null]
**TicketLink** | **string** | | [optional] [default to null]
**ScheduleId** | **int32** | | [optional] [default to null]
**OnSaleEndDate** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**HomeTicketLink** | **string** | | [optional] [default to null]
**AwayTicketLink** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,12 @@
# BaseballTicketRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**TicketType** | **string** | | [optional] [default to null]
**TicketLink** | **string** | | [optional] [default to null]
**TicketLinks** | **map[string]string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Some files were not shown because too many files have changed in this diff Show More