get https://api.accelevents.com/rest/event//sponsors
This API will help to get all sponsors of event. We need to pass eventId in param to get particular event's sponsors. We are also using pagination and searching functionality for get records.
Here is the description of response attributes, which returns to the form of JSON.
Attributes | Description |
---|---|
id | This should be sponsor's unique id. |
sponsorName | This should be sponsor's name. |
sponsorLogo | This should be sponsor's uploaded logo. |
sponsorSize | This should be sponsor's size. We have provided three type of size SMALL, MEDIUM and LARGE. |
sponsorUrl | This is sponsor url. When we click on sponsor logo that it redirect as per enter url. |
eventId | This should be event id. |
position | This is position to show all sponsors order. |
includeInLobbyCarousel | This is boolean value. If value true for sponsor then we will show sponsor logo on lobby chat else we are not show. |
carouselLogoSliderDelaySeconds | This is time to delay to show carousel logo on lobby chat. |
shortDescription | This is short description to show for sponsor. |
sponsorCardImage | This is sponsor card background image. |
colorConfig | It's contain color configuration of sponsor name, description and categoryColor. |
cardTag | This is card tag for sponsor. |
exhibitorId | It's contain exhibitor id to identify sponsor will created with same name of exhibitor when exhibitor created. |
error | Error display if getting any error while get records. |
recordsTotal | Total records of sponsors. |
recordsFiltered | Filter records from get all sponsors. |
Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | Error Description |
---|---|
200 | OK. |
401 | You are not authorized to view the resource. |
403 | Accessing the resource you were trying to reach is forbidden. |
404 | The resource you were trying to reach is not found. |
4040200 | Event Not Found |