Feedbackly
v. 5.0.3
v. 5.0.3
  • Getting started
  • Fetch 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
    • Unsubscriptions
      • GET Unsubscriptions
      • GET Unsubscriptions by Channel id
    • Notes
      • Entity relationships
      • Pagination
      • Question types
  • Dispatch API
    • Authentication
    • Preparing Campaign
    • Sending Surveys
      • POST Trigger
  • Website widgets
    • Getting started
    • Attaching custom metadata to responses
    • Triggering surveys via custom properties
    • Widget Hooks
    • Setting the language
    • Debugging website widgets
Powered by GitBook
On this page
  • Get Unsubcriptions
  • Response type description
  1. Fetch API
  2. Unsubscriptions

GET Unsubscriptions

Get Unsubcriptions

GET https://api.feedbackly.com/v5.0.3/unsubcriptions

This endpoint allows you to access Unsubscribed contacts objects from Feedbackly.

Query Parameters

Name
Type
Description

startDate

string

Filter by unix timestamp, starting at given value (optional)

endDate

number

Filter by unix timestamp, ending at given value (optional)

skip

String

No. of documents to skip from the start (optional)

requiredFields

Array

Fields to append to received contact object. Options: "email", "phone", "touchpointId" and "createdAt". (optional)

Headers

Name
Type
Description

Authorization*

string

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

{
  "data": [
    {
      "_id": "5dc57703b7c935069aef31c5",
      "name": "Feedback terminal 1",
      "teamId": "5dc57703b7c935069aef31c1",
      "activeSurveyId": "5dc57703b7c935069aef31a2",
      "activeSurveyName": "NPS Survey",
      "lastResponse": 159801789,
      "lastResponseDate": "2020-08-21T13:52:01.606Z"
    },
    {
      
      "_id": "5dc57703b7c935069aef31c6",
      "name": "Web widget home page",
      "teamId": "5dc57703b7c935069aef31c2",
      "activeSurveyId": "5dc57703b7c935069aef31a1",
      "activeSurveyName": "CES Survey",
      "lastResponse": 159801789,
      "lastResponseDate": "2020-08-21T13:52:01.606Z"
    }
  ],
  "paging": {
    "next": "https://api.feedbackly.com/v5.0.2/touchpoints?skip=200",
    "previous": "https://api.feedbackly.com/v5.0.2/touchpoints?skip=0"
  }
}

Response type description

Field name

Type

Example

Description

data

The array of Unsubscribed contact objects

paging

Pagination object

PreviousUnsubscriptionsNextGET Unsubscriptions by Channel id

Last updated 2 years ago

[]

Unsubsribed contact
Pagination