Clone a channel
POST/v3/channels/:id/clone
Clone a channel
Request
Path Parameters
id numberrequired
Id of the channel
- application/json
Body
survey_id numberrequired
Id of the survey
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...