...
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>} |
...