{
"uid": "string",
"name": "string",
"description": "string",
"formType": "eventType",
"displayType": "private",
"status": "enable",
"color": "string",
"coverImage": "string",
"listViewType": "list",
"answerCount": 0,
"answerUpdatedAt": "string",
"isEventTypeValid": true,
"createdAt": "string",
"updatedAt": "string",
"workflows": [
{
"uid": "string",
"workflowType": 1,
"question": "string",
"isRequired": true,
"choices": [
{
"uid": "string",
"value": "string"
}
],
"hasOtherChoice": true,
"placeholder": "string",
"description": "string",
"validateFormatType": 0,
"maxLength": 0,
"minLength": 0,
"customProps": {
"dateFormatType": 0,
"fileExtensions": "string",
"maxFileCount": 0,
"maxFileSize": 0,
"addressCountryInputType": 0,
"addressCountryCode": "string"
}
}
],
"visualViewType": "normal",
"isEnableGuestUpdate": true
}