Skip to main content

Search for Events and/or Companies

POST 

/statistics/companies/events/search

Returns a list of Companies and Events based on the search query.

Request

Body

Input data

    search string

    Search query

Responses

Companies and Events lists

Schema

  • Array [

  • :company_guid

    object

    company

    object

    guid uuid

    The guid of the Company.

    name string

    The name of the Company.

    events

    object[]

  • Array [

  • guid uuid

    The guid of the Event.

    name string

    The name of the Event.

    start ISO 8601

    The start of the Event.

    end ISO 8601

    The end of the Event.

  • ]

  • ]

Loading...