SpmSurveysApi

interface SpmSurveysApi

Functions

Link copied to clipboard
abstract suspend fun activateOrDeactivateSurvey(id: Long, command: String? = null)

Deactivate Survey

Link copied to clipboard
abstract suspend fun createSurvey(surveyData: SurveyData? = null)

Create a Survey Adds a new survey to collect client related data. Mandatory Fields countryCode, key, name, questions, responses, sequenceNo, text, description Responses:

Link copied to clipboard
abstract suspend fun editSurvey(id: Long, surveyData: SurveyData? = null): String

Responses:

Link copied to clipboard
abstract suspend fun fetchAllSurveys1(isActive: Boolean? = null): List<SurveyData>

List all Surveys

Link copied to clipboard
abstract suspend fun findSurvey(id: Long): SurveyData

Retrieve a Survey