Last modified: Aug 15, 2024

Dialog

Reference information about the dialog aggregate root

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.

This section is incomplete

While we're working on it, contributions are also very welcome. Hit "Edit this page on GitHub" on the bottom of this page to get started.

Dialog entity for end-users

Details

This is the entity returned in the end-user API when fetching details for a single dialog

This is the entity returned in the end-user API when searching for dialogs

Dialog entity for service owners

Details

This is the entity returned in the service owner API when fetching details for a single dialog

Search

This is the entity returned in the service owner API when searching for dialogs

Create (POST)

This is the entity expected as input in the service owner API when creating a new dialog

Update (PUT)

This is the entity expected as input in the service owner API when updating a new dialog

Update (PATCH)

Dialogporten supports RFC 6902 JSON Patch. A patch document should be constructed based on the PUT entity described above.

Note that the list of transmissions and activities are immutable; so replace/remove operations are not accepted on those properties.

See also