Get Fund A Need item pledge data of given item code

This API will help to get pledge details of the given item code of Fund A Need. Users need to pass item code as a path parameter to retrieve pledge details of the given item code for specific event. This API will return pledge details like donor's details, pledge amount, notes, and many more. This API can be accessed by event admin and super admin. We need to pass an authentication token to get all the items of Fund A Need.

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
fundANeedPledgeDatasIt contains a List of Fund A Need pledge data of the given item code.
  • *currency**: currency associated with event
  • *deleteEnabled**: is delete link enabled?
  • *distributed**: is item distributed?
  • *email**: email id of user
  • *firstName**: first name of user
  • *lastName**: last name of user
  • *markAsPaidEnabled**: is mark as paid link enabled
  • *markAsUnPaidEnabled**: is mark as Unpaid link enabled
  • *notes**: Notes entered by user while submitting pledge
  • *paid**: is paid?
  • *paidEnabled**: is paid link enabled?
  • *phone**: phone number of user
  • *pledgeAmount**: pledge amount donated by user while submitting pledge
  • *pledgeDate**: Date of pledge when user have submitted donation
  • *pledgeId**: unique identifier of pledge
  • *refundEnabled**: is refund enabled?
  • *requestPaymentEnabled**: is request payment enabled
Path Params
string
required

code of the item. item code will be unique per event.

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