Last updated 1 year ago
Retrieves a list of all resources from the service.
Number of results to return
Number of results to skip
Query parameters
GET /events HTTP/1.1 Host: Accept: */*
success
[ { "id": "text", "experiment_id": "text", "event_name": "text", "properties": {} } ]
Creates a new resource with data.
POST /events HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 60 { "experiment_id": "text", "event_name": "text", "properties": {} }
created
{ "id": "text", "experiment_id": "text", "event_name": "text", "properties": {} }