API Reference

Get Raffle Item Details based on item code

Get the Item Details by passing the item code, event URL, and authorization token as path param. This API can be accessed by event admin and super admin. It will return item details like item name, item description, images uploaded in items, and many more.

Here is the description of response attributes, which returns to the form of JSON.
It will return a success message if API will execute successfully.

Attribute

Description

description

Item description

itemShortName

Item Short Name

category

Item category

itemShow

Will the item show on the event landing page?

categories

List of item categories

images

This will show:

  • *id**: Image ID
  • *imageUrl**: URL of the image
  • *position**: Position of image

numberOfPledges

Number of pledges that can be accepted

marketValue

Market value of the item

numberOfWinners

Number of winners allowed per item

Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error Code

Error Description

200

OK

4040300

Item Not Found

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