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

# GET /feedback_portal/{portalId}/feedback_items

`GET /feedback_portal/{portalId}/feedback_items`

Get the list of your feedback portal's items

## Path parameters

- `portalId` string, required

## Query parameters

- `workspaceId` string
- `page` number, double
- `limit` number, double
- `keyword` string
- `shortId` string
- `fields` string
- `ids` string
- `status` string
- `internalStatus` string
- `importance` string
- `category` string
- `company` string
- `labels` string
- `hasLinkedItems` boolean
- `postedBy` string
- `created_from` string, date-time
- `created_to` string, date-time
- `customFields` string

## Response `200`

A list of items in a feedback portal

- FeedbackItemsPaginatedFeedbackItem
  - `items` FeedbackItem[], required
    - `id` string, required
    - `portalId` string
    - `shortId` string
    - `title` string
    - `description` string
    - `creationTime` string, date-time
    - `updateTime` string, date-time
    - `category` Category
      - `id` string, required
      - `name` string, required
    - `company` Entity
      - `id` string
      - `name` string, nullable
    - `owner` Person
      - `id` string
      - `name` string, nullable
      - `email` string
    - `createdBy` Person
      - `id` string
      - `name` string, nullable
      - `email` string
    - `status` Entity
      - `id` string
      - `name` string, nullable
    - `internalStatus` Entity
      - `id` string
      - `name` string, nullable
    - `importance` Entity
      - `id` string
      - `name` string, nullable
    - `labels` string[]
    - `customFields` CustomFieldValue[]
      - `id` string, required
      - `name` string
      - `value` union
        - string
        - number, double
      - `values` string[], nullable
      - `label` string
    - `linkedItems` LinkedItem[], nullable
      - `id` string
      - `shortId` string
      - `title` string
      - `webUrl` string — Direct link to the linked work item in the Craft.io app.
    - `commentCount` number, double
    - `comments` ItemComment[]
      - `id` string
      - `author` Entity
        - `id` string
        - `name` string, nullable
      - `createdAt` string, nullable
      - `body` string
      - `parentId` string, nullable
    - `internalNoteCount` number, double
    - `internalNotes` ItemComment[]
      - `id` string
      - `author` Entity
        - `id` string
        - `name` string, nullable
      - `createdAt` string, nullable
      - `body` string
      - `parentId` string, nullable
    - `webUrl` string — Direct link into the feedback portal for this feedback item.
  - `metadata` PaginationMetadata, required
    - `currentPage` number, double, required
    - `perPage` number, double, required
    - `totalPages` number, double, required
    - `totalRecords` number, double, required

## Other responses

- `401` — No access to account
- `403` — Access denied
- `422` — Invalid portal ID
- `500` — An error occurred while fetching ideas 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)
