Skip to main content

SurveyResponseRead

idstring<uuid>required
statusSurveyResponseStatus (string)required

Possible values: [CREATED, IN_PROGRESS, COMPLETED, PENDING_REVIEW, REVIEWED, ARCHIVED, CANCELLED, EXPIRED]

contactId object
anyOf
integer
collectorId object
anyOf
string
expireIn object
anyOf
string
content object
anyOf
object
maxScore object
anyOf
integer
totalScore object
anyOf
integer
dynamicParameters object
anyOf
object
duration object
anyOf
integer
surveyIdSurveyid (integer)required
createdAtstring<date-time>required
updatedAtstring<date-time>required
contact object
anyOf
idId (integer)required
firstName object
anyOf
string
lastName object
anyOf
string
email object
anyOf
string
phone object
anyOf
string
externalId object
anyOf
string
departmentId object
anyOf
string<uuid>
SurveyResponseRead
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "CREATED",
"contactId": 0,
"collectorId": "string",
"expireIn": "string",
"content": {},
"maxScore": 0,
"totalScore": 0,
"dynamicParameters": {},
"duration": 0,
"surveyId": 0,
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z",
"contact": {
"id": 0,
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string",
"externalId": "string",
"departmentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}
Was this page helpful?