This command is used to fetch wizard steps. Something similar to the following XML should be passed to dispatchMBAPI() when you want to call the GetWizardQuestionParams command:
<mbapi> <command><!-- None --></command> <showXMLHeader><!-- None --></showXMLHeader> <params> <questionID><!-- int --></questionID> <stepID><!-- int --></stepID> <questionOrder><!-- string --></questionOrder> <getParamValues><!-- int --></getParamValues> <sortDir><!-- None --></sortDir> <sortColumn><!-- None --></sortColumn> <recordOffset><!-- None --></recordOffset> <numRecords><!-- None --></numRecords> </params> </mbapi>
None
mbapi
command
showXMLHeader
params
questionID
The ID of the question to fetch. This will always select at most 1 question.
stepID
The ID of the step for which to fetch questions.
questionOrder
The order in which the question is displayed.
getParamValues
Set to 1 to retrieve all param values associated with the selected questions.
sortDir
sortColumn
recordOffset
numRecords