---
title: "Retrieve projected annual summaries"
method: GET
path: "/api/ProjectedAnnualSummary"
tags: ["ProjectedAnnualSummary"]
---

# Retrieve projected annual summaries

`GET /api/ProjectedAnnualSummary`

This operation retrieves an object containing annual summary information 
              for each year of the projected plan.

## Query parameters

- `planId` string, required

## Response `200`

Success

- ProjectedAnnualSummariesModel
  - `links` ObjectLink[]
    - `href` string
    - `rel` string
  - `projections` ProjectedAnnualSummaryModel[]
    - `annualSummary` ProjectedAnnualSummary
      - `cashFlow` CashFlowSummary
        - `surplusDeficit` number, double
        - `totalIncome` number, double
        - `totalOutflowsWithTaxes` number, double
        - `totalOutflowsWithoutTaxes` number, double
        - `totalTaxes` number, double
      - `clientAge` integer
      - `coClientAge` integer
      - `netWorth` NetWorthSummary
        - `totalAssets` number, double
        - `totalLiabilities` number, double
        - `totalNetWorth` number, double
      - `year` integer
    - `links` ObjectLink[]
      - `href` string
      - `rel` string

## Other responses

- `202` — Plan migration is processing
- `400` — Invalid request
- `401` — Unauthorized for plan data access
- `404` — Object not found

---

[API](https://skmtc.net/naviplancentral/apis/plan.md) · [All operations](https://skmtc.net/naviplancentral/apis/plan/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/naviplancentral/plan/versions/97b0a0a95023/schema)
