Retrieves one or more items of a channel's metadata that are stored in a channel.
Note: See this page to learn more about differences among data properties.
The following table lists the parameters that this action supports.
Parameters
Required | Type | Description |
---|---|---|
channel_type | string | Specifies the type of a channel. Acceptable values are open_channels and group_channels. |
channel_url | string | Specifies the URL of a channel. |
Optional | Type | Description |
---|---|---|
key | string | Specifies the key of a metadata item. If not specified, all items of the metadata are returned. If specified, only the item that matches the parameter value is returned. Urlencoding a key is recommended. |
keys | array of strings | In a query string, specifies an array of one or more keys of the metadata items. If not specified, all items of the metadata are returned. If specified, only the items that match the parameter values are returned. Urlencoding each key is recommended (for example, |
If successful, this action returns the stored metadata in the response body.
In the case of an error, an error object is returned. A detailed list of error codes is available here.