get https://api.accelevents.com/rest/host/event//category
This API will get all categories details of the recently visited event for the passed data type.
Path Parameters
eventUrl - It contains event url
Body Parameters
Not Required
Response
Details / Check response object
Authentication required - ✅
Role wise accessibility
Super Admin - ✅
Admin - ✅
Staff - ❌
Attendee - ❌
Exhibitor - ❌
Speaker - ❌
Modules
Display - ❌
Portal - ❌
Host - ✅
Here is the description of response attributes, which returns in the form of a JSON array.
Attribute | Description |
---|---|
id | Represents the unique identifier of seating categories. |
name | Represents the name of a seating category. |
havingVariations | Represents if a ticket has variation or not. |
color | Represents the seating category color code. |
imageUrl | Represents the seating category image URL. |
quantity | Represents the total quantity of tickets for the category. |
eventId | A number that represents a unique identifier for an event. |
position | Represents the position value of the category. |
dataType | Represents the ticket type, value can be TICKET or ADDON. |
ticketType | Represents ticket type, value can be FREE, PAID or DONATION. |