...
request | response | |
---|---|---|
batches | JSON list of {"batch-id": <id>, "events": {"event-id": <event id>, "succes": <boolean result of the event>}} | |
batches/{id} | {"batch-id": <id>, "events": {"event-id": <event id>, "succes": <boolean result of the event>}} | |
batches/{id}/{event id} | JSON list of {"eventbatch-id": <id><bid>, "batches": {"batchevent-id": <batch id><eid>, "successuccess": <boolean result of the event>}} |
All three URIs can have a details parameter which has the default value of false. When details is true each of the above requests will return a detailed response. The content of this detail is to be decided.
...