Get sponsors details for session.

This API will help to get sponsors of session. We need to pass eventId and sessionId in param to get particular session's sponsors. We are also using pagination and searching functionality for get records.

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
idThis should be sponsor's unique id.
sponsorNameThis should be sponsor's name.
sponsorLogoThis should be sponsor's uploaded logo.
sponsorSizeThis should be sponsor's size. We have provided three type of size SMALL, MEDIUM and LARGE.
sponsorUrlThis is sponsor url. When we click on sponsor logo that it redirect as per enter url.
eventIdThis should be event id.
positionThis is position to show all sponsors order.
includeInLobbyCarouselThis is boolean value. If value true for sponsor then we will show sponsor logo on lobby chat else we are not show.
carouselLogoSliderDelaySecondsThis is time to delay to show carousel logo on lobby chat.
shortDescriptionThis is short description to show for sponsor.
sponsorCardImageThis is sponsor card background image.
colorConfigIt's contain color configuration of sponsor name, description and categoryColor.
cardTagThis is card tag for sponsor.
exhibitorIdIt's contain exhibitor id to identify sponsor will created with same name of exhibitor when exhibitor created.
errorError display if getting any error while get records.
recordsTotalTotal records of sponsors.
recordsFilteredFilter 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 CodeError Description
200OK.
403Accessing the resource you were trying to reach is forbidden.
404The resource you were trying to reach is not found.
4040200No Event could be found.
Path Params
int64
required

This should be event id.

int64
required

Session id to get sponsors which associate with this session.

Query Params
string

Get filter sponsors records according to search value passing in request

int32
Defaults to 0

Pages are zero indexed, thus providing 0 for page will return the first page.

int32
Defaults to 10

Size will returns number of records when call api default will returns 10 records

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json