Skip to main content

MinimalSurveyRead

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

Possible values: [survey, widget]

content object
anyOf
object
createdAtstring<date-time>required
updatedAtstring<date-time>required
themeId object
anyOf
integer
MinimalSurveyRead
{
"id": 0,
"title": "string",
"type": "survey",
"content": {},
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z",
"themeId": 0
}
Was this page helpful?