Get all raffle item list and other related details

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 - ✅

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Here is the description of response attributes, which returns to the form of JSON.

AttributesDescription
itemsitemId- represents a unique identifier of an item.
itemName- represents a name of an item.
itemCode- represents a unique code of an item.
totalTickets- represents the total number of tickets.
winnerName- represents the name of the winner.
rank- rank of the item to display.
isItemDistributed- represents if the item is distributed or not.
isModuleShow- represents if the module needs to be shown or not.
winnerAddress- represents the winner's address.
winnerUserId- represents the winner's user's unique identifier.
paid- represents if the Item is paid or not.
totalTicketPurchasedRepresents the count of total tickets purchased.
totalItemsRepresents the count of total items.
totalItemWithSubmittedTicketsRepresents the count of total submitted item tickets.
allItemsDistributedRepresents whether all items are distributed or not.
Path Params
string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json