SF-008 Forms of type

    Namespace: form-builder/forms-of-type

    Last updated: 2.7.2020

    Introduction

    Request-form of type designed in formBuilder is used in for example EDC.

    Usage

    You are able to obtain specific type of form related to specific FORM_ID. Interested parties (e.g. Chemaxon Synergy) request specific shape of form by sending HTTP GET request to configured URL. Response is expected to contain JSON of designed form.

    Configuration

    Application info uses form-builder/forms-of-type namespace and single url attribute. Example

    {
        namespace: "form-builder/forms-of-type",
        attributes: {
        url: "https://form-builder-dev.ctea.cxcloud.io/api/form/v1/{FORM_TYPE}"
        }
    }