---
title: "Returns a list of goal adjustment restrictions."
method: GET
path: "/api/GoalAdjustments/Restrictions"
tags: ["GoalAdjustments"]
---

# Returns a list of goal adjustment restrictions.

`GET /api/GoalAdjustments/Restrictions`

This function returns a list of adjustment restrictions for all goals.

## Query parameters

- `clientId` string
- `planId` string, required

## Response `200`

Restrictions successfully retrieved.

- AdvicentNaviPlanRestApiGoalAdjustmentsModelsRestrictionsResultModel
  - `educationRestrictions` AdvicentNaviPlanRestApiGoalAdjustmentsModelsRestrictionsEducationRestriction[]
    - `canChangeDuration` boolean
    - `goalId` integer

## Other responses

- `400` — Invalid request
- `401` — Unauthorized for plan data access
- `404` — Object not found
- `503` — Unable to acquire a NaviPlan engine

---

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