MinimalSurveyRead
idId (integer)required
title object
anyOf
- string
- null
string
typeSurveyType (string)required
Possible values: [survey, widget]
content object
anyOf
- object
- undefined[]
- null
object
createdAtstring<date-time>required
updatedAtstring<date-time>required
themeId object
anyOf
- integer
- null
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?