GetWizardQuestionParams

Description

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:

Attributes

package
modernbill
subpackage
mbapi
author
Ben Woolley

Example Request

	<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>

		

Example Response

None
		

Request Elements

mbapi
Type
None
Description
None
Children
command
Type
None
Description
None
showXMLHeader
Type
None
Description
None
params
Type
None
Description
None
Children
questionID
Type
int
Description

The ID of the question to fetch. This will always select at most 1 question.

stepID
Type
int
Description

The ID of the step for which to fetch questions.

questionOrder
Type
string
Description

The order in which the question is displayed.

getParamValues
Type
int
Description

Set to 1 to retrieve all param values associated with the selected questions.

sortDir
Type
None
Description
None
sortColumn
Type
None
Description
None
recordOffset
Type
None
Description
None
numRecords
Type
None
Description
None

Response Elements

None