You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current EPCIS v2.0 PDF, Chapter 12, REST, Binding p275 states the the REST endpoint GET /epcs/{epc} "Returns resource events"? What does this mean?
Aside: intuition says that this should or plausible could return the EPC, any ILMD, and any current dispositions attached to it. But I don't think this is the intent. For one this would strongly imply the EPCIS repository event-sources a view of the current state of items associated with EPCs. The existence of GET /epcs suggests this too. But the is no (?) language in the spec about EPCIS repositories maintaining auxiliary databases to support queries (it would actually be helpful if that was at least discussed).
The text was updated successfully, but these errors were encountered:
Current EPCIS v2.0 PDF, Chapter 12, REST, Binding p275 states the the REST endpoint
GET /epcs/{epc}
"Returns resource events"? What does this mean?Aside: intuition says that this should or plausible could return the EPC, any ILMD, and any current dispositions attached to it. But I don't think this is the intent. For one this would strongly imply the EPCIS repository event-sources a view of the current state of items associated with EPCs. The existence of
GET /epcs
suggests this too. But the is no (?) language in the spec about EPCIS repositories maintaining auxiliary databases to support queries (it would actually be helpful if that was at least discussed).The text was updated successfully, but these errors were encountered: