GET Touchpoint by id

Get Touchpoint by id

GET https://api.feedbackly.com/v5.0.2/touchpoints/:id

This endpoint allows you to access Touchpoint objects by id from Feedbackly.

Path Parameters

Headers

{
  "_id": "5dc57703b7c935069aef31c5",
  "name": "Feedback terminal 1",
  "teamId": "5dc57703b7c935069aef31c1",
  "activeSurveyId": "5dc57703b7c935069aef31a2",
  "activeSurveyName": "NPS Survey",
  "lastResponse": 159801789,
  "lastResponseDate": "2020-08-21T13:52:01.606Z",
}

Response type description

Last updated