Category
A category that contains and orders channels.
A category can only exist inside a sphere.
Field | Type | Description |
---|---|---|
id | Number | The ID of this category. |
name | String | The name of this category. |
position | Number | This category’s position inside of its sphere. |
channels | Array of SphereChannels | The channels that belong to this category. |
Example
{
"id": 4080402038798,
"sphere_id": 4080402038786,
"name": "channels (shocker)",
"position": 5
}