Onboarding Question Metadata
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/onboarding-question-metadata/ |
List Onboarding Question Metadata |
| GET | /api/onboarding-question-metadata/{uuid}/ |
Retrieve |
| POST | /api/onboarding-question-metadata/ |
Create |
| PUT | /api/onboarding-question-metadata/{uuid}/ |
Update |
| PATCH | /api/onboarding-question-metadata/{uuid}/ |
Partial Update |
| DELETE | /api/onboarding-question-metadata/{uuid}/ |
Delete |
List Onboarding Question Metadata
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
onboarding_question_metadata_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
checklist_uuid |
string (uuid) | Checklist uuid |
intent_field |
string | |
maps_to_customer_field |
string | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
question_description |
string | |
question_uuid |
string (uuid) |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
checklist_name |
string | |
question |
string (uri) | |
question_uuid |
string (uuid) | |
question_description |
string | |
maps_to_customer_field |
string | Customer model field name to map this answer to (e.g., 'registration_code', 'email', 'vat_code') |
intent_field |
string | Type of intent/purpose field (e.g., 'intent', 'registration_purpose') - stays with verification |
created |
string (date-time) | |
modified |
string (date-time) |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
onboarding_question_metadata_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
checklist_name |
string | |
question |
string (uri) | |
question_uuid |
string (uuid) | |
question_description |
string | |
maps_to_customer_field |
string | Customer model field name to map this answer to (e.g., 'registration_code', 'email', 'vat_code') |
intent_field |
string | Type of intent/purpose field (e.g., 'intent', 'registration_purpose') - stays with verification |
created |
string (date-time) | |
modified |
string (date-time) |
Create
1 2 3 4 5 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
- Model Source:
OnboardingQuestionMetadataRequest - API Source:
onboarding_question_metadata_create
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Field | Type | Required | Description |
|---|---|---|---|
question |
string (uri) | ✓ | |
maps_to_customer_field |
string | Customer model field name to map this answer to (e.g., 'registration_code', 'email', 'vat_code') | |
intent_field |
string | Type of intent/purpose field (e.g., 'intent', 'registration_purpose') - stays with verification |
201 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
checklist_name |
string | |
question |
string (uri) | |
question_uuid |
string (uuid) | |
question_description |
string | |
maps_to_customer_field |
string | Customer model field name to map this answer to (e.g., 'registration_code', 'email', 'vat_code') |
intent_field |
string | Type of intent/purpose field (e.g., 'intent', 'registration_purpose') - stays with verification |
created |
string (date-time) | |
modified |
string (date-time) |
Update
1 2 3 4 5 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
- Model Source:
OnboardingQuestionMetadataRequest - API Source:
onboarding_question_metadata_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
question |
string (uri) | ✓ | |
maps_to_customer_field |
string | Customer model field name to map this answer to (e.g., 'registration_code', 'email', 'vat_code') | |
intent_field |
string | Type of intent/purpose field (e.g., 'intent', 'registration_purpose') - stays with verification |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
checklist_name |
string | |
question |
string (uri) | |
question_uuid |
string (uuid) | |
question_description |
string | |
maps_to_customer_field |
string | Customer model field name to map this answer to (e.g., 'registration_code', 'email', 'vat_code') |
intent_field |
string | Type of intent/purpose field (e.g., 'intent', 'registration_purpose') - stays with verification |
created |
string (date-time) | |
modified |
string (date-time) |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
PatchedOnboardingQuestionMetadataRequest - API Source:
onboarding_question_metadata_partial_update
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
question |
string (uri) | ||
maps_to_customer_field |
string | Customer model field name to map this answer to (e.g., 'registration_code', 'email', 'vat_code') | |
intent_field |
string | Type of intent/purpose field (e.g., 'intent', 'registration_purpose') - stays with verification |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
checklist_name |
string | |
question |
string (uri) | |
question_uuid |
string (uuid) | |
question_description |
string | |
maps_to_customer_field |
string | Customer model field name to map this answer to (e.g., 'registration_code', 'email', 'vat_code') |
intent_field |
string | Type of intent/purpose field (e.g., 'intent', 'registration_purpose') - stays with verification |
created |
string (date-time) | |
modified |
string (date-time) |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
onboarding_question_metadata_destroy
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
204 - No response body