Namespace: synergy/form-types
Request-form of type designed in formBuilder is used in for example EDC.
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.
Application info uses synergy/forms-types
namespace and single url
attribute.
Example
{
"namespace" : "synergy/form-types",
"attributes" : {
"url" : "https://edc-api.cxcloud.io/api/form/v1/types"
}