Category Resource
Category
This resource represents an category. Events and Artists are associated with Categories.
Example
<?xml version="1.0"?>
<error>An error occurred</error>
Fields
Name | Description | Access* |
---|---|---|
children |
A collection of categories which are children of the category. |
All |
count_current_events |
The number of events happening within this category. Past events are excluded. In the case of a category with children it is the sum of the children's count_current_events. |
All |
name |
Category name. |
All |
id |
Integer uniquely representing the category. |
All |
parents |
A collection of categories which are ancestors of the category. |
All |
parent_id |
ID of the categories parent category. |
All |
url_slug |
Unique URL slug. |
All |
*Account types with access to this field, see resource documentation for more information.