Difference between revisions of "ChannelCount"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description=Get the quantity of channel is returned on request. |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10" {{!}}...") |
(No difference)
|
Latest revision as of 13:54, 5 September 2014
Get the quantity of channel is returned on request.
Members
Field | Data Type | Description |
---|---|---|
ChannelId | int | Unique identifier for the channel id. |
Count | int | Number of quantity of movies are found in a specific channel. |
Example
{
- "ChannelId": 141,
- "Count": 42
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |