Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 2021-11-16T16:22:09.321+01:00.

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. kilde allows you to fetch events for documents created through the webservice (INTEGRASJON), the GUI (NETTLESER) or both (ALLE). If omitted, events from both sources will be returned.

...