Skip to main content

Get all channels

GET 

/v3/channels

Get all channels

Request

Query Parameters

    survey_id numberrequired
    limit number

    Possible values: >= 1 and <= 100

    Default value: 50

    page number

    Possible values: >= 1

    type string

    Possible values: [EMAIL, LINK, EMBED, QR_CODE, SMS, WHATSAPP, KIOSK, SOCIAL_GOOGLE, SOCIAL_TWITTER, SOCIAL_FACEBOOK, OFFLINE, EMAIL_EMBED, INAPP, MOBILE_SDK, SYSTEM, SLACK, TEAMS, INTERCOM, PORTAL, SPOTCHECK]

Responses

Successful

Schema

    has_next_page boolean

    More items in the collection?

    data

    object[]

  • Array [

  • id number

    Id of channel

    name string

    Name of channel

    status string

    Status of the share

    type string

    Type of channel

    properties object
  • ]

Loading...