> 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-states.md).

# Feedback States

#### Feedback state model

```
{
    id: 1,
    caption: "Unprocessed"
}
```

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

```
Unprocessed = 1,
Processed = 2
```
