Get metadata
This action retrieves one or more key-value items used to store additional information about a channel.
Note: See this page to learn more about differences among data properties.
HTTP request
Parameters
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 |
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. URL encoding 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. URL encoding each key is recommended. |
Responses
If successful, this action returns the stored metadata in the response body.
Error
In the case of an error, an error object like below is returned. See the error codes section for more details.