Every major change on a document is recorded as an event (hendelse). For monitoring a portfolio of document, events should be used in stead of polling for status on each document. Event monitoring is available in beta and production using the webservice HendelseWs (currently in version 6).
...
Parameter | Purpose | Description |
---|---|---|
fraHendelsesId | Set the starting point The eventId of your last received event. required | Will return only newer eventsevents with eventId greater than or equal to this value. |
fraTidspunkt | Set the starting point | Only retrieve events having created timestamp newer or equal to this. ISO timestamp format. Example value |
maxAntall | Limit the number of events | Maximum number of events to return. |
statuser | Filter events | Only fetch events for this list of document statuses. See below for example statuses. |
typer | Filter events | Only fetch events for these event types. See below for example event types |
kilde | Filter events | Some customers use both the webservice and GUI in Etinglysing. |
...