SF-007 Form

    Namespace: form-builder/form

    Last updated: 2.7.2020

    Introduction

    Request-Form designed in formBuilder is used in for example EDC.

    Usage

    You are able to obtain specific 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/form namespace and single url attribute. Example

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