ChannelCount
Jump to navigation
Jump to search
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 |