REST web service interface

GET events/{id}/stats

Updated, 2012-06-19 14:28

Returns the statistics for an event

Resource Information

Rate Limited? No
Authentication Optional
Response Formats json,xml
HTTP Methods GET
Response Object Stats

Resource URL

https://ecommerce.dexero.com/service/rest/2/merchant/catalog/events/{id}/stats.format

Parameters

Parameter Description
id The system identifier of the event.
Example Values : 381

Example Request

https://ecommerce.dexero.com/service/rest/2/merchand/catalogue/events/2/stats.json

Example Response

XML JSON
{
  "stats" : {
    "attende_count" : 3,
    "checkedin_count" : 0,
    "percent" : "0.00%"
  }
}

Response Object "Stats"

Field Data type Description
attende_count long The number of participants.
checkedin_count string The number of participants already registered.
percent string The percentage of participants already registered.