ScoreCardApi

interface ScoreCardApi

Functions

Link copied to clipboard
abstract suspend fun createScorecard1(surveyId: Long, scorecardData: ScorecardData? = null)

Create a Scorecard entry Add a new entry to a survey. Mandatory Fields clientId, createdOn, questionId, responseId, staffId Responses:

Link copied to clipboard
abstract suspend fun findByClient1(clientId: Long): List<ScorecardData>

Responses:

Link copied to clipboard
abstract suspend fun findBySurvey(surveyId: Long): List<Scorecard>

List all Scorecard entries List all Scorecard entries for a survey. Responses:

Link copied to clipboard
abstract suspend fun findBySurveyAndClient(surveyId: Long, clientId: Long): List<ScorecardData>

Responses: