GetKycForm
Signature
query {
GetKycForm(accountId: ..., formStep: ...)
}
Retourne : [FormQuestionWithAnswer]
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
accountId | ID! | ✓ | — | — |
formStep | String! | ✓ | — | — |
investmentId | ID | — | — |
Exemple
query {
GetKycForm(
accountId: $accountId
formStep: $formStep
) {
id
formDefinition
label
tooltip
placeholder
totalLabel
helpText
append
content
applicable
validations
sortIndex
technicalCode
configurableFormStep {}
answer
width
configurableFormQuestionEntityProperties {}
nestedFormQuestions {}
openedThread {}
}
}