# GetAutotradeStats

Request the historical Autotraded accounts statistics. Non-paginated endpoint.

Endpoint: GET /Autotrade/GetAutotradeStats
Version: v4
Security: 

## Query parameters:

  - `WhiteLabelSiteId` (integer,null)
    The WhiteLabelSiteId (optional)

  - `GeoSite` (string)
    The GeoSite (optional)

  - `BrokerId` (integer,null)
    The BrokerId (optional)

  - `SecurityType` (string)
    SecurityType filter. e.g. 'CS', 'FUT', 'OPT', 'FOR' (optional)

  - `Disabled` (boolean,null)
    Autotrade is disabled filter (optional)

  - `AutoSync` (boolean,null)
    AutoSync filter (optional)

  - `ManualConfirmation` (boolean,null)
    ManualConfirmation filter (optional)

  - `BrokerEnabled` (boolean,null)
    BrokerEnabled filter (optional)

  - `StartDate` (string)
    StartDate (optional)

  - `EndDate` (string)
    EndDate (optional)

## Response 200 fields (application/json):

  - `Results` (array,null)
    Result array

  - `Results.Id` (integer)
    The row ID

  - `Results.DateUtc` (string)

  - `Results.Account` (string,null)

  - `Results.PersonId` (integer)

  - `Results.BrokerId` (integer)

  - `Results.IB` (integer)

  - `Results.SalesRep` (integer)

  - `Results.WhiteLabelSiteId` (integer,null)

  - `Results.GeoSiteId` (string,null)

  - `Results.NetLiquidationValue` (number,null)

  - `Results.LastBrokerNetLiquidationUpdateUtc` (string,null)

  - `Results.FirstBrokerActivationDateUTC` (string,null)

  - `Results.AutotradedStocksStrategies` (integer)

  - `Results.AutotradedFuturesStrategies` (integer)

  - `Results.AutotradedOptionsStrategies` (integer)

  - `Results.AutotradedForexStrategies` (integer)

  - `Results.AutotradedCryptoStrategies` (integer)

  - `Results.UniqueAutotradedStrategies` (integer)

  - `Results.BrokertransmitStocksStrategies` (integer)

  - `Results.BrokertransmitFuturesStrategies` (integer)

  - `Results.BrokertransmitOptionsStrategies` (integer)

  - `Results.BrokertransmitForexStrategies` (integer)

  - `Results.BrokertransmitCryptoStrategies` (integer)

  - `Results.UniqueBrokertransmitStrategies` (integer)

  - `Results.PlatformtransmitStocksStrategies` (integer)

  - `Results.PlatformtransmitFuturesStrategies` (integer)

  - `Results.PlatformtransmitOptionsStrategies` (integer)

  - `Results.PlatformtransmitForexStrategies` (integer)

  - `Results.PlatformtransmitCryptoStrategies` (integer)

  - `Results.UniquePlatformtransmitStrategies` (integer)

  - `Results.IsSyncEnabled` (boolean)

  - `Results.IsManualConfirmationEnabled` (boolean)

  - `Results.IsDisabled` (boolean)

  - `Results.Currency` (string,null)

  - `Results.Email` (string,null)

  - `Results.FirstName` (string,null)

  - `Results.LastName` (string,null)

  - `Results.IsBrokerEnabled` (boolean)

  - `ResponseStatus` (object)

  - `ResponseStatus.ErrorCode` (string,null)
    The HTTP error code. Please see https://api-docs.collective2.com/guides/error-codes#http-errors.

  - `ResponseStatus.Message` (string,null)
    The human-readable meaning of the ErrorCode.

  - `ResponseStatus.Errors` (array,null)

  - `ResponseStatus.Errors.ErrorCode` (string,null)
    The C2 error code. Please see https://api-docs.collective2.com/guides/error-codes#c2-errors.

  - `ResponseStatus.Errors.FieldName` (string,null)
    The affected parameter.

  - `ResponseStatus.Errors.Message` (string,null)
    More details about the ErrorCode.

## Response 400 fields (application/json):

  - `ErrorCode` (string,null)
    The HTTP error code. Please see https://api-docs.collective2.com/guides/error-codes#http-errors.

  - `Message` (string,null)
    The human-readable meaning of the ErrorCode.

  - `Errors` (array,null)

  - `Errors.ErrorCode` (string,null)
    The C2 error code. Please see https://api-docs.collective2.com/guides/error-codes#c2-errors.

  - `Errors.FieldName` (string,null)
    The affected parameter.

  - `Errors.Message` (string,null)
    More details about the ErrorCode.

## Response 401 fields (application/json):

  - `ErrorCode` (string,null)
    The HTTP error code. Please see https://api-docs.collective2.com/guides/error-codes#http-errors.

  - `Message` (string,null)
    The human-readable meaning of the ErrorCode.

  - `Errors` (array,null)

  - `Errors.ErrorCode` (string,null)
    The C2 error code. Please see https://api-docs.collective2.com/guides/error-codes#c2-errors.

  - `Errors.FieldName` (string,null)
    The affected parameter.

  - `Errors.Message` (string,null)
    More details about the ErrorCode.

## Response 403 fields (application/json):

  - `ErrorCode` (string,null)
    The HTTP error code. Please see https://api-docs.collective2.com/guides/error-codes#http-errors.

  - `Message` (string,null)
    The human-readable meaning of the ErrorCode.

  - `Errors` (array,null)

  - `Errors.ErrorCode` (string,null)
    The C2 error code. Please see https://api-docs.collective2.com/guides/error-codes#c2-errors.

  - `Errors.FieldName` (string,null)
    The affected parameter.

  - `Errors.Message` (string,null)
    More details about the ErrorCode.

## Response 404 fields (application/json):

  - `ErrorCode` (string,null)
    The HTTP error code. Please see https://api-docs.collective2.com/guides/error-codes#http-errors.

  - `Message` (string,null)
    The human-readable meaning of the ErrorCode.

  - `Errors` (array,null)

  - `Errors.ErrorCode` (string,null)
    The C2 error code. Please see https://api-docs.collective2.com/guides/error-codes#c2-errors.

  - `Errors.FieldName` (string,null)
    The affected parameter.

  - `Errors.Message` (string,null)
    More details about the ErrorCode.

## Response 406 fields (application/json):

  - `ErrorCode` (string,null)
    The HTTP error code. Please see https://api-docs.collective2.com/guides/error-codes#http-errors.

  - `Message` (string,null)
    The human-readable meaning of the ErrorCode.

  - `Errors` (array,null)

  - `Errors.ErrorCode` (string,null)
    The C2 error code. Please see https://api-docs.collective2.com/guides/error-codes#c2-errors.

  - `Errors.FieldName` (string,null)
    The affected parameter.

  - `Errors.Message` (string,null)
    More details about the ErrorCode.

## Response 409 fields (application/json):

  - `ErrorCode` (string,null)
    The HTTP error code. Please see https://api-docs.collective2.com/guides/error-codes#http-errors.

  - `Message` (string,null)
    The human-readable meaning of the ErrorCode.

  - `Errors` (array,null)

  - `Errors.ErrorCode` (string,null)
    The C2 error code. Please see https://api-docs.collective2.com/guides/error-codes#c2-errors.

  - `Errors.FieldName` (string,null)
    The affected parameter.

  - `Errors.Message` (string,null)
    More details about the ErrorCode.

## Response 429 fields (application/json):

  - `ErrorCode` (string,null)
    The HTTP error code. Please see https://api-docs.collective2.com/guides/error-codes#http-errors.

  - `Message` (string,null)
    The human-readable meaning of the ErrorCode.

  - `Errors` (array,null)

  - `Errors.ErrorCode` (string,null)
    The C2 error code. Please see https://api-docs.collective2.com/guides/error-codes#c2-errors.

  - `Errors.FieldName` (string,null)
    The affected parameter.

  - `Errors.Message` (string,null)
    More details about the ErrorCode.

## Response 500 fields (application/json):

  - `ErrorCode` (string,null)
    The HTTP error code. Please see https://api-docs.collective2.com/guides/error-codes#http-errors.

  - `Message` (string,null)
    The human-readable meaning of the ErrorCode.

  - `Errors` (array,null)

  - `Errors.ErrorCode` (string,null)
    The C2 error code. Please see https://api-docs.collective2.com/guides/error-codes#c2-errors.

  - `Errors.FieldName` (string,null)
    The affected parameter.

  - `Errors.Message` (string,null)
    More details about the ErrorCode.

## Response 503 fields (application/json):

  - `ErrorCode` (string,null)
    The HTTP error code. Please see https://api-docs.collective2.com/guides/error-codes#http-errors.

  - `Message` (string,null)
    The human-readable meaning of the ErrorCode.

  - `Errors` (array,null)

  - `Errors.ErrorCode` (string,null)
    The C2 error code. Please see https://api-docs.collective2.com/guides/error-codes#c2-errors.

  - `Errors.FieldName` (string,null)
    The affected parameter.

  - `Errors.Message` (string,null)
    More details about the ErrorCode.


## Response 304 fields
