Skip to main content
GET
/
epcis
/
api
/
2.0
/
events
Query EPCIS events
curl --request GET \
  --url https://www.closient.com/epcis/api/2.0/events \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Query Parameters

eventType
string | null

Filter by EPCIS event type.

GE_eventTime
string<date-time> | null

Events with eventTime >= this value.

LT_eventTime
string<date-time> | null

Events with eventTime < this value.

EQ_bizStep
string | null

Filter by exact CBV business step.

EQ_disposition
string | null

Filter by exact CBV disposition.

EQ_readPoint
string | null

Filter by exact read point URI.

EQ_bizLocation
string | null

Filter by exact business location URI.

MATCH_epc
string | null

Filter events referencing this EPC.

MATCH_anyEPC
string | null

Comma-separated EPCs; matches events with any of them.

EQ_action
string | null

Filter by action: ADD, OBSERVE, or DELETE.

perPage
integer
default:30

Events per page (1-100).

Required range: 1 <= x <= 100
nextPageToken
string | null

Cursor token for the next page.

Response

200 - application/json

OK

The response is of type Response · object.