Versions Compared

Key

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

...

request response
batches 

JSON list of {"batch-id": <id>, "events": {"event<event-idid>": <event id>, {"succes": <boolean result of the event>, "details": <details string>}}}

batches/{id} {"batch-id": <id>, "events": {"event<event-idid>": <event id>, {"succes": <boolean result of the event>, "details": <details string>}}}
batches/{id}/{event id} 

{"batch-id": <bid>, "event-id": <eid>, "success": <boolean result of the event>}

...