GetConfigurableForms
Signature
query {
GetConfigurableForms
}
Retourne : [ConfigurableForm]
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
configurableFormType | ConfigurableFormType | — | — |
Exemple
query {
GetConfigurableForms {
id
technicalCode {}
label
configurableFormType {}
configurableFormHasSteps {}
configurableFormDocumentsToSign {}
mustBeReviewedBeforeSignature
canBeSignedWithSubscription
}
}