Exhibitor categories list with exhibitor count for display page

This API is used to get a list of the exhibitor categories along with a count for each exhibitor category.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response

Here is the description of response attributes, which returns to the form of JSON.

AttributesDescription
recordsTotalThis shows the Total number of records of categories.
recordsFilteredThis shows the Total numbers of records filtered based on the size passed in the query parameter.
idThis contains the unique id of the category.
nameThis contains the name of the category.
positionThis contains the position of the category.
categoryColorThis contains the color of the category.
exhibitorCountThis contains the total number of exhibitors in this category.
errorThis shows whether there is an error or not, if null then there is no error.

Error Code

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

Error CodeError Description
400The request could not be understood by the server due to malformed syntax.
401You are not authorized to view the resource
403Accessing the resource you were trying to reach is forbidden
404The resource you were trying to reach is not found
Path Params
int32
required

Unique event id of your event

Query Params
string

you can pass value on based you need to search

int32
Defaults to 0

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

int32
Defaults to 10

size of records you want to get,Default value : 10

boolean
Defaults to false
Headers
string

API Authentication Token

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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