Get some basic general Order data
POST/statistics/orders/:company_guid
Get all Orders of a Company based on input from ElasticSearch with aggregations.
Request​
Responses​
- 200
- 403
- 404
- 406
- 500
All Orders directly from Elasticsearch.
Unauthorized. You do not have permission to retrieve the Company Orders.
Company not found.
Request is invalid, see error context for validation errors.
Internal server error. The input json is malformed.