Create Survey Template
Create a new survey template for your organization
POST
Create Survey Template
Create a new survey template with a custom configuration of questions, work mode, and optional custom fields.Work Mode Validation: The backend validates that all required steps for the selected work mode are enabled. For example,
hybrid requires telecommute, weekly_travels, daily_trips, total_km, and transport to be enabled.Request
Headers
Your API key for authentication
Your organization UUID
Body Parameters
Template name (1-255 characters)Example:
"Remote Team Survey"Template description (max 1000 characters)Example:
"Survey template for fully remote employees"Template configuration containing work mode, steps, custom fields, and branding
Work mode that determines which questions are shownAvailable values:
hybrid, in_person_only, remote_onlyArray of step configurations. Each step has
key, enabled, required, order, and optionally default_value and description.Array of custom field definitions (optional)
Template statusDefault:
"active"Available values: draft, active, archivedWhether this should be the organization’s default templateDefault:
false