Survey Answers (Legacy) appear on and can be responded to through surveys. Survey Answers (Legacy) are required to have a value for the answer (i.e. answers must have at least one choice selected or a non-null value). Additionally, only one value type can be specified for the answer (e.g. specifying a date value as well as choice values is invalid).
Note: This feature requires the Surveys (Legacy) account add-on. This feature is unrelated to Pulse surveys.
This endpoint returns structured Survey Answer objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the survey_answers
top-level JSON key.
Please see our Response Format section for more information.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "survey_answers": {
- "property1": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "survey_question_id": "string",
- "survey_response_id": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "survey_question_id": "string",
- "survey_response_id": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "external_references": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "external_link": "string",
- "external_message": "string",
- "external_status": "string",
- "last_synced_at": "2019-08-24T14:15:22Z",
- "locked": true,
- "service_model": "string",
- "service_model_ref": "string",
- "service_name": "string",
- "status": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "external_link": "string",
- "external_message": "string",
- "external_status": "string",
- "last_synced_at": "2019-08-24T14:15:22Z",
- "locked": true,
- "service_model": "string",
- "service_model_ref": "string",
- "service_name": "string",
- "status": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "survey_questions": {
- "property1": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "question_type": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "question_type": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "survey_responses": {
- "property1": {
- "close_date": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "open_date": "2019-08-24",
- "owner_id": "string",
- "respondent_id": "string",
- "status": "string",
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "survey_answer_ids": [
- "string"
], - "survey_template_id": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}, - "property2": {
- "close_date": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "open_date": "2019-08-24",
- "owner_id": "string",
- "respondent_id": "string",
- "status": "string",
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "survey_answer_ids": [
- "string"
], - "survey_template_id": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}
}
}
This endpoint returns structured Survey Answer objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the survey_answers
top-level JSON key.
Please see our Response Format section for more information.
object | |||||||||||||||||
|
{- "survey_answer": {
- "survey_response_id": 0,
- "survey_question_id": 0,
- "date_value": "2019-08-24",
- "string_value": "string",
- "integer_value": 0,
- "decimal_value": 0,
- "choice_values": [
- "string"
], - "choice_ids": [
- 0
]
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "survey_answers": {
- "property1": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "survey_question_id": "string",
- "survey_response_id": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "survey_question_id": "string",
- "survey_response_id": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "external_references": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "external_link": "string",
- "external_message": "string",
- "external_status": "string",
- "last_synced_at": "2019-08-24T14:15:22Z",
- "locked": true,
- "service_model": "string",
- "service_model_ref": "string",
- "service_name": "string",
- "status": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "external_link": "string",
- "external_message": "string",
- "external_status": "string",
- "last_synced_at": "2019-08-24T14:15:22Z",
- "locked": true,
- "service_model": "string",
- "service_model_ref": "string",
- "service_name": "string",
- "status": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "survey_questions": {
- "property1": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "question_type": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "question_type": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "survey_responses": {
- "property1": {
- "close_date": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "open_date": "2019-08-24",
- "owner_id": "string",
- "respondent_id": "string",
- "status": "string",
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "survey_answer_ids": [
- "string"
], - "survey_template_id": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}, - "property2": {
- "close_date": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "open_date": "2019-08-24",
- "owner_id": "string",
- "respondent_id": "string",
- "status": "string",
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "survey_answer_ids": [
- "string"
], - "survey_template_id": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}
}
}
This endpoint returns structured Survey Answer objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the survey_answers
top-level JSON key.
Please see our Response Format section for more information.
object | |||||||||||||
|
{- "survey_answer": {
- "date_value": "2019-08-24",
- "string_value": "string",
- "integer_value": 0,
- "decimal_value": 0,
- "choice_values": [
- "string"
], - "choice_ids": [
- 0
]
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "survey_answers": {
- "property1": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "survey_question_id": "string",
- "survey_response_id": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "survey_question_id": "string",
- "survey_response_id": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "external_references": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "external_link": "string",
- "external_message": "string",
- "external_status": "string",
- "last_synced_at": "2019-08-24T14:15:22Z",
- "locked": true,
- "service_model": "string",
- "service_model_ref": "string",
- "service_name": "string",
- "status": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "external_link": "string",
- "external_message": "string",
- "external_status": "string",
- "last_synced_at": "2019-08-24T14:15:22Z",
- "locked": true,
- "service_model": "string",
- "service_model_ref": "string",
- "service_name": "string",
- "status": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "survey_questions": {
- "property1": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "question_type": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "question_type": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "survey_responses": {
- "property1": {
- "close_date": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "open_date": "2019-08-24",
- "owner_id": "string",
- "respondent_id": "string",
- "status": "string",
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "survey_answer_ids": [
- "string"
], - "survey_template_id": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}, - "property2": {
- "close_date": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "open_date": "2019-08-24",
- "owner_id": "string",
- "respondent_id": "string",
- "status": "string",
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "survey_answer_ids": [
- "string"
], - "survey_template_id": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}
}
}
The response will contain no content and an HTTP 204 status code if the request was successful, or a standard Kantata OX error message explaining why the object could not be deleted.
Survey Answer has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}