API Reference

Get scroll data of Raffle

This API will help to get all the item details and raffle details of a given event URL. We need to pass an event URL to get all the item details of the Raffle.

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

Attributes

Description

currencySymbol

Selected currency symbol

moduleEnded

Shows if Raffle module is enabled or not.

displayText

Instructions for SMS displayed on the event landing page

totalFundRaised

Total amount submitted by buyers. the value will be 0 when hideItemTotals is true

moduleEndDate

End date of Raffle module. After the end date is reached, buyers can't submit raffle tickets anymore.

displayTotalTicketSubmitted

Displays the total tickets submitted on the event landing page if selected.

showTotalFundRaised

Display total fund raised total on the event landing page.

items

Contains List<RaffleScrollViewItemDetail>, and RaffleScrollViewItemDetail contains the List of below fields in JSON format:

[
{
    - *itemCode*: Code of the item
    - *itemName*: Name of the item
    - *totalTicketSubmitted*: total tickets submitted by buyer.
    - *winnerName*: name of the winner
}
]

totalTicketSubmitted

Total tickets submitted by buyer.

Language
Credentials
Header
Click Try It! to start a request and see the response here!