Last modified: Apr 23, 2026

Activity

Reference information about the dialog activity entity

Select environment: Help
This dropdown lets you select which Dialogporten environment the content of this page should be based on. If unsure, use the default "Staging (TT02)", as this is the environment you would normally test against when integrating Dialogporten.

For bleeding edge, select "Dev", as this contains the most recent unreleased changes to the Dialogporten API. Select "Local dev" if you want to test changes to Dialogporten itself running locally.

The schema below shows the end-user activity entity returned from dialog details.

Activities are immutable timeline entries attached to a dialog. They are used to record state changes and notable events around the dialog and, optionally, around a specific transmission.

An activity contains:

  • id
  • createdAt
  • type
  • optional extendedType
  • optional transmissionId
  • performedBy
  • description, which is only populated for Information

See the schema below for the authoritative list of activity types.

Activities complement transmissions. A transmission records the communication unit itself, while an activity records that something happened to the dialog or transmission.

Activity creation also feeds other Dialogporten features, including Altinn Events and the notification-condition APIs.