Event Group Resources
Event groups are simply groups of events, selected by the users. A common use would be the events put on in a certain year for an annual festival.
Not all IWannaTicket customers have a need for event groups, so this feature is not available by default. If you feel you could benefit from this feature, please ask your account manager.
Get Event Group
- Description
- Gets the details of an Event Group.
- Method
- GET
- URL
- https://api.iwannaticket.com.au/api/v2/eventgroup/{id}
Output
Name | Type | Description |
---|---|---|
name | String | The name of the event group for display. |
description | String | The description of the event group for the account's own purposes. |
events | List[Ref] | The events in the event group. |
Create Event Group
- Description
- Creates a new event group.
- Method
- POST
- URL
- https://api.iwannaticket.com.au/api/v2/eventgroup
Input
Name | Type | Description |
---|---|---|
name | String | The name of the event group for display. |
description | String | The description of the event group for the account's own purposes. |
events | List[Number] | Event IDs of the events in the group. |