Skip to content

Event Get APIs

Santanu edited this page Jun 1, 2014 · 1 revision

There are a couple of very simple APIs that can be used to get events if the event ID is known.

  • /foxtrot/v1/document/{id} - GET

    • Query Params: None
    • Content-type: application/json
    • Returns: HTTP 200/OK with event as the response body
  • /foxtrot/v1/document - GET

    • Query Params: id=event_id (Can be provided multiple times with different event ids to get multiple events)
    • Content-type: application/json
    • Returns: HTTP 200/OK with array of events as the response body