Synchronous capture interface for multiple EPCIS events.

Multiple EPCIS events can be captured in a single request by making a POST request with a JSON array of EPCIS events on the /events/capture-multiple resource. The whole request is validated up front: if any event is invalid the entire request is rejected and nothing is captured. This is a Harmony-specific, synchronous simplification of the EPCIS /capture interface (no asynchronous capture job).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

WorkspaceId of the workspace the API call is for.

Query Params
boolean

Whether this is a request for 'Test' or 'Live' environment. True refers to the 'Test' environment, no value or False refers to the 'Live' environment.

Body Params
Headers
int32
Responses
201

All events were captured.

401

Unauthorized

403

The caller is not authorized to capture for the read point or business location of one of the events. Nothing was captured.

429

Too Many Requests

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json