Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties
labelapi_docs_events


Name

Events / Stats

Description

Display statistics about a specified Event.

Type

GET

URL

/v9/events/:event_id/stats

Credential Type

API|User

Supports Pagination

N/A


Long Description

Display statistics about statistics about a specified Event.


Parameters

Name

Description

Type

Presence

Location

event_id

The ID of the specific Event

Integer

Required

URI

Examples

Request

Response

/v9/events/982604/stats

Code Block
language
ruby
json
themeConfluence
{
  "id": 982604,
  "url": "/events/982604",
  "name": "Test Event Taxable (Test Purchases Only)",
  "occurs_at": "2023-02-28T19:00:00Z",
  "popularity_score": 0.1,
  "state": "shown",
  "ticket_groups_count": 209,
  "tickets_count": 20703,
  "wholesale_price_avg": 99.61,
  "wholesale_price_sum": 2062240.15,
  "wholesale_price_min": 10.11,
  "wholesale_price_max": 9000,
  "retail_price_avg": 140.73,
  "retail_price_sum": 2913609.
9000000004
90,
  "retail_price_min": 30.11,
  "retail_price_max": 11250
}