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
- 200
Successful
- */*
- Schema
- Example (from schema)
Schema
Array [
]
has_next_page boolean
More items in the collection?
data
object[]
id number
Id of channel
name string
Name of channel
status string
Status of the share
type string
Type of channel
properties object
{
"has_next_page": true,
"data": [
{
"id": 1,
"name": "Email share 1",
"status": "ACTIVE",
"type": "EMAIL",
"properties": {}
}
]
}
Loading...