---
title: "GET /feedback_portal/{portalId}/importances"
method: GET
path: "/feedback_portal/{portalId}/importances"
tags: ["Feedback Portals"]
---

# GET /feedback_portal/{portalId}/importances

`GET /feedback_portal/{portalId}/importances`

Get the list of the feedback portal importances.

## Path parameters

- `portalId` string, required

## Response `200`

A list of importances in a feedback portal

- PortalImportance[]
  - `id` string, required
  - `name` string, required
  - `isDefault` boolean — True when this importance is the portal's default — used by create_feedback when `importanceId` is omitted.

## Other responses

- `401` — No access to account
- `403` — Access denied
- `422` — Invalid portal ID
- `500` — An error occurred while fetching importances in a feedback portal

---

[API](https://skmtc.net/craft/apis/craft-io-public-api.md) · [All operations](https://skmtc.net/craft/apis/craft-io-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/craft/craft-io-public-api/revisions/2d001661c781/schema)
