Touchpoints
Touchpoints are the identifiable sources of all responses.
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 |
Last updated