Method Name | URL |
Get All Events | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery |
Get All Specific Events ( e.g. AggregationEvent ) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?eventType=AggregationEvent |
EventTime greater than or equal to specific value | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?GE_eventTime=2013-06-08T23:58:56.591-09:00 |
EventTime Lesser than specific value | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?LT_eventTime=2013-06-08T23:58:56.591-09:00 |
RecordTime greater than or equal to specific value | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?GE_recordTime=2013-06-08T23:58:56.591-09:00 |
RecordTime lesser than specific value | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?LT_recordTime=2013-06-08T23:58:56.591-09:00 |
Action | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?EQ_action=OBSERVE |
Business steps(Comma Separated Values) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?EQ_bizStep=urn:epcglobal:cbv:bizstep:receiving,urn:epcglobal:cbv:bizstep:sending |
Dispositions (Comma Separated Values) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?EQ_disposition=urn:epcglobal:cbv:disp:in_progress,urn:epcglobal:cbv:disp:completed |
Read Points (Comma Separated Values) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?EQ_readPoint=urn:epc:id:sgln:0614141.00777.0 |
Children Read Points (Comma Separated Values) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?WD_readPoint=urn:epc:id:sgln:0614141.00777 |
Business Locations (Comma Separated Values) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?EQ_bizLocation=urn:epc:id:sgln:0614141.00888.0 |
Children Business Locations (Comma Separated Values) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?WD_bizLocation=urn:epc:id:sgln:0614141.00888 |
EPCs (Comma Separated Values) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?MATCH_epc=urn:epc:id:sgtin:0614141.107346.2017 |
Parent IDs (Comma Separated Values) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?MATCH_parentID=urn:epc:id:sscc:0614141.1234567890 |
Any EPCs (Comma Separated Values) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?MATCH_anyEPC=urn:epc:id:sgtin:0614141.107346.2018 |
EPC Classes in quantity list (Comma Separated Values) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?MATCH_epcClass=urn:epc:idpat:sgtin:4012345.098765.* |
Any EPC Classes in quantity list (Comma Separated Values) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?MATCH_anyEPCClass=urn:epc:idpat:sgtin:4012345.098765.* |
BizTransaction ( given example's transaction type is urn:epcglobal:cbv:btt:po ) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?EQ_bizTransaction_urn:epcglobal:cbv:btt:po=http://transaction.acme.com/po/12345678 |
Source List ( given example's source type is urn:epcglobal:cbv:sdt:possessing_party ) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?EQ_source_urn:epcglobal:cbv:sdt:possessing_party=urn:epc:id:sgln:4012345.00001.0 |
Destination List ( given example's destination type is urn:epcglobal:cbv:sdt:owning_party ) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?EQ_destination_urn:epcglobal:cbv:sdt:owning_party=urn:epc:id:sgln:0614141.00001.0 |
Extension | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?EQ_example:ecg=11 |
LE LT GE GT Extension | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?LE_example:ecg=11 http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?LT_example:ecg=11 http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?GE_example:ecg=11 http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?GT_example:ecg=11 |
TransformationID | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?EQ_transformationID=transformationID |
Input EPC | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?MATCH_inputEPC=urn:epc:id:sgtin:4012345.011122.25 |
Output EPC | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?MATCH_outputEPC=urn:epc:id:sgtin:4012345.077889.25 |
Input EPC Class | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?MATCH_inputEPCClass=urn:epc:class:lgtin:4012345.011111.4444 |
Output EPC Class | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?MATCH_outputEPCClass=urn:epc:class:lgtin:4012345.011111.4444 |
Event Count Limit | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?eventCountLimit=1 |
Maximum Event Count ( Yield Error ) | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?maxEventCount=1 |
Order By event time with Ascending order | http://{baseURL}:{port}/epcis/Service/Poll/SimpleEventQuery?orderBy=eventTime&orderDirection=ASC |