---
title: "Retrieve Account Violations Summary"
method: GET
path: "/accounts/{accountID}/summary/violations"
tags: ["Violations"]
---

# Retrieve Account Violations Summary

`GET /accounts/{accountID}/summary/violations`

Retrives Account Violations Summary details by accountID.

## Path parameters

- `accountID` string, required — The user's unique account identifier.

## Response `200`

Retrieving an Account Violations Summary details by accountID was Successful.

- ViolationListRes
  - `accountID` string — The user's unique account identifier.
  - `accountNo` string — The user's unique account number, that is human readable.
  - `tradingType` 'CASH' | 'MARGIN' — The type of trading the account will participate in.
  - `updated` string — Time of last update.
  - `violations` ViolationsObj
    - `goodFaithViolations` object
      - `count` number — The total number of good faith violations.
    - `patternDayTrades` object
      - `count` number — The total number of pattern day trades.
    - `details` string — A string containing the direct path to the [violations API](https://developer.drivewealth.com/apis/reference/get_accounts-accountid-violations) for further detail

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
