Skip to main content

SurveyRead

idId (integer)required
title object
anyOf
string
typeSurveyType (string)required

Possible values: [survey, widget]

content objectrequired
anyOf
object
createdAtstring<date-time>required
updatedAtstring<date-time>required
themeId object
anyOf
integer
theme object
anyOf
idId (integer)required
departmentIdstring<uuid>required
themeobjectrequired
nameName (string)required
isPublicIspublic (boolean)required
SurveyRead
{
"id": 0,
"title": "string",
"type": "survey",
"content": {},
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z",
"themeId": 0,
"theme": {
"id": 0,
"departmentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"theme": {},
"name": "string",
"isPublic": true
}
}
Was this page helpful?