---
title: "GET /api/Accounts/{accountId}/SavingsStrategies/{id}"
method: GET
path: "/api/Accounts/{accountId}/SavingsStrategies/{id}"
tags: ["Accounts"]
---

# GET /api/Accounts/{accountId}/SavingsStrategies/{id}

`GET /api/Accounts/{accountId}/SavingsStrategies/{id}`

Get a specific savings strategy for an account

## Path parameters

- `accountId` integer, required
- `id` integer, required

## Response `200`

Success

- SavingsStrategyWithIdModel
  - `accountId` integer
  - `employerSavingsAmount` number, double
  - `employerSavingsAmountType` 'Dollar' | 'Percent' | 'Max'
  - `endDate` string, date-time
  - `externalDestinationId` string
  - `frequencyId` integer
  - `mandatoryAmount` number, double
  - `mandatoryAmountType` 'Dollar' | 'Percent' | 'Max'
  - `postTaxSavingsAmount` number, double
  - `postTaxSavingsAmountType` 'Dollar' | 'Percent' | 'Max'
  - `preTaxSavingsAmount` number, double
  - `preTaxSavingsAmountType` 'Dollar' | 'Percent' | 'Max'
  - `savingsStrategyId` integer
  - `startDate` string, date-time

## Other responses

- `400` — The request is invalid.
- `401` — Unauthorized for Account data access.
- `403` — Request is restricted for access to Account.
- `404` — Account not found.

---

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