List channel settings for all custom channel types
You can retrieve a list of settings for all custom channel types using this API.
HTTP Request
Parameters
The following table lists the parameters that this action supports.
Optional
Parameter name | Type | Description |
---|---|---|
token | string | Specifies a page token that indicates the starting index of results to retrieve. If not specified, the index is set as |
limit | int | Specifies the number of results to return per page. Acceptable values are |
Responses
If successful, this action returns a list of settings for channels with the custom types in the response body.
List of response properties
Property name | Type | Description |
---|---|---|
channel_custom_type_settings | string | A list of the settings per custom channel type. |
next | string | The value for the |
Error
In the case of an error, an error object like below is returned. See the error codes section for more details.