This is the response received on success of the getChannels method call. If there are no channels in your vhost you will be returned an empty XML response.
| Name | Type | Description | Possible Values |
|---|
| id | INT | The current channel ID. | INT channel ID |
| created | YYYY-MM-DD HH:MM:SS | The date the channel was created. | YYYY-MM-DD HH:MM:SS |
| vhost | INT | The vhost ID. | INT |
| name | STRING | The channel name defined in MediaFactory. | STRING |
| shortname | STRING | The given short given retrieved in MediaFactory. By Default this is the channel name, all lowercase and have spaces " " replaced by underscores "_". | STRING |
| parentchannel | INT | The ID of the current channel's parent. This is for nested channel lists. | INT |
| thumburl | STRING | OBSOLETE | STRING |
| status | INT | The moderation status of the current channel. | 0,1,2,3,4 |
| description | STRING | A short summary for the purpose of the channel. This is defined in MediaFactory. | STRING |
| readonly | INT | OBSOLETE | 0/1 |
| disableembed | INT | DEPRECATED | 0/1 |
| modemailaccepted | INT | The ID of the email to use for Media approved in the channel. | 0/1 |
| modemaildenied | INT | The moderation email ID of the email to use for Media denied in the channel. | 0/1 |
| emailaddress | STRING | Email address to be used for media intake through email. Leave empty to disable, must be unique. | STRING |
| defaultsort | STRING | The default sort order of the media within the channel | 'name ASC', 'name DESC', 'shortname ASC', 'shortname DESC', 'id ASC', 'id DESC', 'createdDate ASC', 'createdDate DESC' |
| visibility | STRING | The current visibility of the channel | SHOWN, HIDDEN |
| geoblocking | STRING | A list of accepted country codes for the channel to display content from. This value is set in the channel settings. | CA,US,AU |
| groupid | DEPRECATED | DEPRECATED | DEPRECATED |
| groupname | DEPRECATED | DEPRECATED | DEPRECATED |