Namespace: form-builder/form
Last updated: 2.7.2020
Request-Form designed in formBuilder is used in for example EDC.
You are able to obtain specific form related to specific FORM_ID. Interested parties (e.g. Chemaxon Cloud) request specific shape of form by sending HTTP GET request to configured URL. Response is expected to contain JSON of designed form.
Application info uses form-builder/form
namespace and single url
attribute.
{
"namespace": "form-builder/form",
"attributes": {
"url": "https://form-builder-dev.ctea.cxcloud.io/api/form/v1/{FORM_ID}"
}
}