---
title: "Post feedback"
method: POST
path: "/rest/servicedeskapi/request/{requestIdOrKey}/feedback"
tags: ["Request"]
---

# Post feedback

`POST /rest/servicedeskapi/request/{requestIdOrKey}/feedback`

This method adds a feedback on an request using it's `requestKey` or `requestId`

**[Permissions](#permissions) required**: User must be the reporter or an Atlassian Connect app.

## Path parameters

- `requestIdOrKey` string, required

## Request body

- CSATFeedbackFullDTO
  - `comment` AdditionalCommentDTO
    - `body` string — Content of the comment.
  - `rating` integer — A numeric representation of the rating, this must be an integer value between 1 and 5.
  - `type` string — Indicates the type of feedback, supported values: `csat`.

## Response `201`

Returns the comment.

- CSATFeedbackFullDTO
  - `comment` AdditionalCommentDTO
    - `body` string — Content of the comment.
  - `rating` integer — A numeric representation of the rating, this must be an integer value between 1 and 5.
  - `type` string — Indicates the type of feedback, supported values: `csat`.

## Other responses

- `400` — Returned if the HTTP request is invalid.
- `401` — Returned if no logged in user/app.
- `403` — Returned if the user/app does not have permission to complete this request.
- `404` — Returned if the customer request does not exist.
- `500` — Internal Server Error.

---

[API](https://skmtc.net/atlassian/apis/service-management-public-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/service-management-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/service-management-public-rest-api/versions/d1dc1a13b783/schema)
