---
title: "# Summary Overall"
method: POST
path: "/v1/summary/overall"
tags: ["Summary"]
---

# # Summary Overall

`POST /v1/summary/overall`

This endpoint is used to get the overall summary of the account.

## Request body

- object
  - `periodType` string — period type
  - `simulationIds` integer[] — simulation ids

## Response `200`

SummaryResponse

- object
  - `summary` SummaryOverallResponse
    - `detection` DetectionSummary
      - `alertedThreat` OccurenceRate
        - `change` integer
        - `count` integer
      - `loggedThreat` OccurenceRate
        - `change` integer
        - `count` integer
      - `notAlertedThreat` OccurenceRate
        - `change` integer
        - `count` integer
      - `notLoggedThreat` OccurenceRate
        - `change` integer
        - `count` integer
      - `score` integer
      - `threatCount` integer
    - `prevention` PreventionSummary
      - `objectives` ObjectiveSummary
        - `achieved` OccurenceRate
          - `change` integer
          - `count` integer
        - `count` integer
        - `notAchieved` OccurenceRate
          - `change` integer
          - `count` integer
        - `notTested` integer
      - `score` integer
      - `threats` ThreatSummary
        - `blocked` OccurenceRate
          - `change` integer
          - `count` integer
        - `count` integer
        - `notBlocked` OccurenceRate
          - `change` integer
          - `count` integer
        - `notTested` integer

## Other responses

- `422` — validationErrorSwagger is represents the erroneous cases
- `default` — genericErrorSwagger is represents the erroneous cases

---

[API](https://skmtc.net/picussecurity/apis/picus-rest-api.md) · [All operations](https://skmtc.net/picussecurity/apis/picus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/picussecurity/picus-rest-api/versions/cb0d02ee28f8/schema)
