Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
labelapi_docs_CONTROLLERTAG
NameSearch (Performers and Venues)
DescriptionSearches against given entitiestypes
TypeGET
URL
/search
Credential TypeAPI|User
Supports PaginationYes

Long Description

Searches against given entities.

...

types.

 

 

Parameters

Name
Description
Type
Required
types
OR
types[] 

Either a comma-separated list (preferred) or an array of entities for which you would like to get. Possible values:

  • brokerages
  • clients
  • events
  • offices
  • performers
  • venues

 


 

Info

If you use an array be sure to urlencode the square brackets. e.g.: GET /v9/search?types%5B%5D=events&types%5B%5D=performers

 

 

 

String

Required
qThe search query for suggestions.StringRequired
fuzzyIf search results are to match any instead of all words passed. Default is false.BooleanOptional
order_by_popularityIndicate if you wish to sort the results with most popular firstBooleanOptional

...