SPMAPILookUpTableApi

Functions

Link copied to clipboard
abstract suspend fun createLookupTable(surveyId: Long, lookupTableData: LookupTableData? = null)

Create a Lookup Table entry Add a new entry to a survey. Mandatory Fields key, score, validFrom, validTo Responses:

Link copied to clipboard
abstract suspend fun fetchLookupTables(surveyId: Long): List<LookupTableData>

List all Lookup Table entries List all Lookup Table entries for a survey. Responses:

Link copied to clipboard
abstract suspend fun findLookupTable(surveyId: Long, key: String): LookupTableData

Retrieve a Lookup Table entry Retrieve a Lookup Table entry for a survey. Responses: