> For the complete documentation index, see [llms.txt](https://docs.feedbackly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feedbackly.com/v.5.0.2/api/touchpoints.md).

# Touchpoints

### Touchpoint data model

| Field            | Type   | Example                    | Description                                  |
| ---------------- | ------ | -------------------------- | -------------------------------------------- |
| \_id             | string | "507f191e810c19729de860ea" | Unique id                                    |
| name             | string | "Feedback terminal"        | Name of the touchpoint                       |
| teamId           | string | "507f191e810c19729de860eb" | Team id this touchpoint belongs to           |
| activeSurveyId   | string | "507f191e810c19729de860ec" | Id of the active survey on this touchpoint   |
| activeSurveyName | string | "NPS Survey"               | Name of the active survey on this touchpoint |
| lastResponse     | number | 1598017724                 | UNIX timestamp of the last response          |
| lastResponseDate | string | "2020-08-21T13:49:44.951Z" | Last response in ISO String format           |
