> For the complete documentation index, see [llms.txt](https://help.prodcamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.prodcamp.com/api/feedback/feedback-types.md).

# Feedback Types

#### Feedback type model

```
{
    id: 4,
    caption: "Customer Interview"
}
```

#### Feedback types enum (each numeric value can be used as a type ID in requests)&#x20;

```
SurveyFeedback = 1,
Widget = 2,
NPS = 3,
CustomerInterview = 4,
VoteFeedback = 5, 
FeatureProposal = 6,
External = 7,
Email = 8
```
