getQuestionResponsesForGridListing()
Overview
public struct function getQuestionResponsesForGridListing(
required string questionId
, numeric startRow = 1
, numeric maxRows = 10
, string orderBy = ""
, string searchQuery = ""
, string sFilterExpression = ""
, string savedFilterExpIdLists = ""
)
Returns question responses in a result format that is ready for display in grid table
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| questionId | string | Yes | |
| startRow | numeric | No (default=1) | Start row of recordset (for pagination) |
| maxRows | numeric | No (default=10) | Max rows to fetch (for pagination) |
| orderBy | string | No (default="") | Order by field |
| searchQuery | string | No (default="") | Search query with which to filter |
| sFilterExpression | string | No (default="") | |
| savedFilterExpIdLists | string | No (default="") |