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
  • Get Touchpoint by id
  • Response type description
  1. REST API
  2. Touchpoints

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

Name
Type
Description

id

string

Id of the touchpoint

Headers

Name
Type
Description

Authorization

string

Authentication token to access the API eg: 'Authorization': 'ey0iuefg.834xcunerun348efnsd'

{
  "_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

Field name

Type

Example

Description

data

The array of touchpoint objects

paging

Pagination object

PreviousGET TouchpointsNextNotes

Last updated 4 years ago

[]

Pagination
Touchpoint data