ResultsOverviewAttributes
classQuery result overview attributes
A set of attributes describing the number of events registered in regards to a given object / thing
Properties (5)
| Property | Description | Range |
|---|---|---|
| authorizationRequestEndpoint | A list of URL endpoints that can be used to request access to restricted event data. Multiple endpoints may be provided. | — |
| restrictedEventCount | Returns the number of events, that can NOT be shown in the query response message in regards to an object / thing. | — |
| restrictionReason | Returns the reason why certain events could not be shown are only listed as restricted | — |
| returnedEventCount | Returns the number of events, that can be shown in the query response message in regards to an object / thing. | — |
| totalEventCount | Returns the number of all events known in regards to an object / thing. | — |
Where used
External Vocabulary References
Loading external vocabulary...
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions//-context.jsonld",
"type": "ResultsOverviewAttributes",
"authorizationRequestEndpoint": "...",
"restrictedEventCount": "...",
"restrictionReason": "..."
}