Get Item Details based on item code

Get the Item Details by passing the item code, and authorization token. 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.

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.
It will return a success message if API will execute successfully.

AttributeDescription
descriptionitem description
itemShortNameitem Short Name
categoryitem category
itemShowThis is whether the item will show on the event landing page.
categoriesList of item categories
imagesimages contain ItemImageDto
  • *id**: image Id
  • *imageUrl**: URL Of the image
  • *position**: position of image
numberOfPledgesnumber of pledges can be accepted

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

Error CodeError Description
200OK
4040300Item Not Found
Path Params
string
required

code of item

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