Get scroll data of Fund A Need

This API will help to get all the item details and pledge details of Fund A Need of a given event URL. We need to pass an event URL to get all the item details of Fund A Need.

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

AttributesDescription
currencySymbolCurrency symbol
isModuleEndedIs Fund A Need module enabled?
displayTexttext for SMS displayed on the event landing page
totalRaisedThis is the total amount submitted by donors. the value will be 0 when hideItemTotals is true
moduleEndDateEnd date of Fund A Need module. After the end date reaches, donors can't submit pledges.
showItemTotalsDisplay total items on the event landing page?
showTotalFundRaisedDisplay total fund raised total on the event landing page.
itemsIt contains List and FundANeedScrollViewItemDetail contains the List of below field in form of JSON

[{
itemCode: Code of the item
itemName: Name of the item
minimumPledge: minimum pledge amount
totalAmountPledged: displays total amount pledge by donors.
}]
Language
Authorization
Header
Click Try It! to start a request and see the response here!