This API will get all the items of a raffle of the event. This endpoint can be accessed by users with event admin access or greater. Users will need to pass an authentication token to authorize the user.
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 to the form of JSON.
Attributes | Description |
---|---|
items | itemId- represents a unique identifier of an item. |
totalTicketPurchased | Represents the count of total tickets purchased. |
totalItems | Represents the count of total items. |
totalItemWithSubmittedTickets | Represents the count of total submitted item tickets. |
allItemsDistributed | Represents whether all items are distributed or not. |