Survey Execution
Advertencia
Esta página aún no se encuentra traducida al español.
Description
The COTSurveyExecution data model is found within COTEvent objects sent to external servers via webhooks. COTSurveyExecution contains submitted survey data in the form of COTMessage objects.
JSON Sample
{
"surveyId": "627acd7e58a77633efc55b69",
"group": "627acd8437cc96869d805470",
"surveyData": [
"627acdb064399b2d607d69a0",
"627acdbc7bbc2a5c8102c7e9",
"627acdc90e3dfdafb11a59d7",
"627acdd173275a80b642c368"
]
}
Fields
Field | Description | Type | Note |
---|---|---|---|
surveyId | The ObjectId of the submitted survey. | ObjectId<COTSurvey> | |
group | The ObjectId of the group in which the submitted survey is found. | ObjectId<COTGroup> | |
surveyData | An array of the COTMessage objects that constitute the submitted survey. | COTMessage[ ] |
Additional Resources
- Webhooks Section: Administrative Panel Settings
- Webhook REST API Documentation: Webhook API requests
Help
- Cotalker Platform Community: post your questions or search for previous answers given in the forum