Skip to main content

Get some basic general Ticket Type data

GET 

/statistics/tickets/:company_guid

Get all Ticket Types of a Company based on input from ElasticSearch with aggregations.

Request

Path Parameters

    company_guid uuidrequired

    The guid of the Company.

Body

Input data

    offset integerrequired

    From which Order to start with returning.

    limit integerrequired

    The maximum number of Orders to return.

    start ISO 8601

    The start time of the data.

    end ISO 8601

    The end time of the data.

    filters string

    The filters that will be applied to the query.

    sorting string

    The keys with their direction for which sorting should be applied to the query.

Responses

All Orders directly from Elasticsearch.

Loading...