---
title: "Retrieve projected annual summary by id"
method: GET
path: "/api/ProjectedAnnualSummary/{id}"
tags: ["ProjectedAnnualSummary"]
---

# Retrieve projected annual summary by id

`GET /api/ProjectedAnnualSummary/{id}`

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

## Path parameters

- `id` integer, required

## Query parameters

- `planId` string, required

## Response `200`

Success

- 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)
