Form API - Studio Modeling - Current - Current - Ready - Hyland Experience - external

Hyland Experience Studio Modeling

Platform
Hyland Experience
Product
Studio Modeling
Release
Current
License

The following API is currently supported:

  • FormApi

You can use the following name to perform all the actions related to the API indicated above:

  • FormService: Hyland Experience Studio Modeling Form API (includes FormApi)

For example:

const formId = variables.formId;
const formService = new FormService();
const form = formService.getFormDefinition(formId);