Checklists Admin Question Dependencies
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/checklists-admin-question-dependencies/ |
List Checklists Admin Question Dependencies |
| GET | /api/checklists-admin-question-dependencies/{uuid}/ |
Retrieve |
| POST | /api/checklists-admin-question-dependencies/ |
Create |
| PUT | /api/checklists-admin-question-dependencies/{uuid}/ |
Update |
| PATCH | /api/checklists-admin-question-dependencies/{uuid}/ |
Partial Update |
| DELETE | /api/checklists-admin-question-dependencies/{uuid}/ |
Delete |
List Checklists Admin Question Dependencies
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
checklists_admin_question_dependencies_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
depends_on_question_uuid |
string (uuid) | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
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) | |
question |
string (uri) | |
question_name |
string | |
depends_on_question |
string (uri) | |
depends_on_question_name |
string | |
required_answer_value |
any | The answer value(s) that make this question visible |
operator |
string | Enum: equals, not_equals, contains, in, not_in |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
checklists_admin_question_dependencies_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) | |
question |
string (uri) | |
question_name |
string | |
depends_on_question |
string (uri) | |
depends_on_question_name |
string | |
required_answer_value |
any | The answer value(s) that make this question visible |
operator |
string | Enum: equals, not_equals, contains, in, not_in |
Create
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
- Model Source:
QuestionDependencyRequest - API Source:
checklists_admin_question_dependencies_create
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |
| Field | Type | Required | Description |
|---|---|---|---|
question |
string (uri) | ✓ | |
depends_on_question |
string (uri) | ✓ | |
required_answer_value |
any | ✓ | The answer value(s) that make this question visible |
operator |
string | Enum: equals, not_equals, contains, in, not_in |
201 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
question |
string (uri) | |
question_name |
string | |
depends_on_question |
string (uri) | |
depends_on_question_name |
string | |
required_answer_value |
any | The answer value(s) that make this question visible |
operator |
string | Enum: equals, not_equals, contains, in, not_in |
Update
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
- Model Source:
QuestionDependencyRequest - API Source:
checklists_admin_question_dependencies_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
question |
string (uri) | ✓ | |
depends_on_question |
string (uri) | ✓ | |
required_answer_value |
any | ✓ | The answer value(s) that make this question visible |
operator |
string | Enum: equals, not_equals, contains, in, not_in |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
question |
string (uri) | |
question_name |
string | |
depends_on_question |
string (uri) | |
depends_on_question_name |
string | |
required_answer_value |
any | The answer value(s) that make this question visible |
operator |
string | Enum: equals, not_equals, contains, in, not_in |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
PatchedQuestionDependencyRequest - API Source:
checklists_admin_question_dependencies_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) | ||
depends_on_question |
string (uri) | ||
required_answer_value |
any | The answer value(s) that make this question visible | |
operator |
string | Enum: equals, not_equals, contains, in, not_in |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
question |
string (uri) | |
question_name |
string | |
depends_on_question |
string (uri) | |
depends_on_question_name |
string | |
required_answer_value |
any | The answer value(s) that make this question visible |
operator |
string | Enum: equals, not_equals, contains, in, not_in |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
checklists_admin_question_dependencies_destroy
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
204 - No response body