Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

JSON:API Webform Submissions

Webform submission endpoints do not include the submission data, i.e the information about what was submitted.

This module adds a new field to the endpoint that contains this information.

There are limitations such as you cannot filter or sort by this data (as it is not in the database)

Requirements

How to use

  1. Install this module
  2. Navigate to: admin/config/services/jsonapi/resource_types
  3. Find a webform submission endpoint
  4. On the field submission_data go to the advance section
  5. Change Enhancer to "Webform submission data (Unserialize data)"