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 GetWizardQuestions command:
<mbapi> <command><!-- None --></command> <showXMLHeader><!-- None --></showXMLHeader> <params> <questionID><!-- int --></questionID> <questionDisplayName><!-- int --></questionDisplayName> <stepID><!-- int --></stepID> <questionOrder><!-- string --></questionOrder> <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.
questionDisplayName
The display name of the question to fetch.
stepID
The ID of the step for which to fetch questions.
questionOrder
The order in which the question is displayed.
sortDir
sortColumn
recordOffset
numRecords