Feedbackly
v.5.0.2
v.5.0.2
  • Getting started
  • REST API
    • Authentication
    • Responses
      • GET Responses
      • GET Response by id
    • Response chains
      • GET Response-chains
      • GET Response-chain by id
    • Questions
      • GET Questions
      • GET Question by id
    • Surveys
      • GET Surveys
      • GET Surveys by id
    • Touchpoints
      • GET Touchpoints
      • GET Touchpoint by id
    • Notes
      • Entity relationships
      • Pagination
      • Question types
  • Website widgets
    • Getting started
    • Attaching custom metadata to responses
    • Triggering surveys via custom properties
    • Debugging website widgets
Powered by GitBook
On this page
  1. REST API

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

PreviousGET Surveys by idNextGET Touchpoints

Last updated 4 years ago