SurveyResponseRead
idstring<uuid>required
statusSurveyResponseStatus (string)required
Possible values: [CREATED, IN_PROGRESS, COMPLETED, PENDING_REVIEW, REVIEWED, ARCHIVED, CANCELLED, EXPIRED]
contactId object
anyOf
- integer
- null
integer
collectorId object
anyOf
- string
- null
string
expireIn object
anyOf
- string
- null
string
content object
anyOf
- object
- undefined[]
- null
object
maxScore object
anyOf
- integer
- null
integer
totalScore object
anyOf
- integer
- null
integer
dynamicParameters object
anyOf
- object
- null
object
duration object
anyOf
- integer
- null
integer
surveyIdSurveyid (integer)required
createdAtstring<date-time>required
updatedAtstring<date-time>required
contact object
anyOf
- ContactRead
- null
idId (integer)required
firstName object
anyOf
- string
- null
string
lastName object
anyOf
- string
- null
string
email object
anyOf
- string
- null
string
phone object
anyOf
- string
- null
string
externalId object
anyOf
- string
- null
string
departmentId object
anyOf
- string<uuid>
- null
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?