Articles
List survey themes
List Survey Themes
Returns a paginated list of all themes in your account's theme library.
Endpoint
GET
v5/surveytheme
Requires authentication
Path Parameters
...
Get survey theme
Get Survey Theme
Returns detailed information about a specific theme in your account's theme library.
Endpoint
GET
v5/surveytheme/{theme_id}
Requires authentication
...
Update survey theme
Update Survey Theme
Updates a specified theme in your account's theme library. Include only the fields you want to change — all parameters are optional.
Endpoint
POST
v5/surveytheme/{theme_i...
Create survey theme
Create Survey Theme
Creates a new theme in your account's theme library. All parameters are optional — omitted values fall back to system defaults.
Endpoint
PUT
v5/surveytheme
Requires...
Delete survey theme
Delete Survey Theme
Deletes a specified theme from a survey. This action is permanent and cannot be undone.
Endpoint
DELETE
v5/survey/{survey_id}/surveytheme/{theme_id}
Requires authe...