ResultsOverviewAttributes

class

Query result overview attributes

A set of attributes describing the number of events registered in regards to a given object / thing

URI:https://gs1-epcis-reg.org/rail/voc/data#ResultsOverviewAttributes

Properties (5)

PropertyDescriptionRange
authorizationRequestEndpointA list of URL endpoints that can be used to request access to restricted event data. Multiple endpoints may be provided.
restrictedEventCountReturns the number of events, that can NOT be shown in the query response message in regards to an object / thing.
restrictionReasonReturns the reason why certain events could not be shown are only listed as restricted
returnedEventCountReturns the number of events, that can be shown in the query response message in regards to an object / thing.
totalEventCountReturns the number of all events known in regards to an object / thing.

External Vocabulary References

Loading external vocabulary...

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions//-context.jsonld",
  "type": "ResultsOverviewAttributes",
  "authorizationRequestEndpoint": "...",
  "restrictedEventCount": "...",
  "restrictionReason": "..."
}