> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/faq/reference/endpoints/increase-view-count-for-topic.md).

# Increase View Count for Topic

{% hint style="warning" %}
All API requests should contain [authorization headers](/docs/apis/tickets/authorization-headers.md).
{% endhint %}

#### Request

```
POST faq/{faqName}/topics/{id}/IsViewed
```

#### Query Parameters

<table><thead><tr><th>Name</th><th width="100">Type</th><th width="100">Required</th><th>Comments</th></tr></thead><tbody><tr><td>faqName</td><td>string</td><td>yes</td><td>The name of the FAQ instance for the request</td></tr><tr><td>id</td><td>integer</td><td>yes</td><td>The id of the topic you wish to add a new vote to</td></tr></tbody></table>

#### Response

The request does not have a body response.
