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.

Response

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

AttributesDescription
recordsTotal This shows the Total number of records of categories.
recordsFiltered This shows the Total numbers of records filtered based on the size passed in the query parameter.
id This contains the unique id of the category.
name This contains the name of the category.
position This contains the position of the category.
categoryColor This contains the color of the category.
exhibitorCount This contains the total number of exhibitors in this category.
error This 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
Language
Click Try It! to start a request and see the response here!