Get a channel
GET/v3/channels/:id
Get a channel
Request
Path Parameters
id numberrequired
Id of the channel
Query Parameters
survey_id numberrequired
Responses
- 200
 
Successful
- */*
 
- Schema
 - Example (from schema)
 
Schema
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
{
  "data": {
    "id": 1,
    "name": "Email share 1",
    "status": "ACTIVE",
    "type": "EMAIL",
    "properties": {}
  }
}
Loading...