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 GetSteps command:
<mbapi> <command><!-- None --></command> <showXMLHeader><!-- None --></showXMLHeader> <params> <stepID><!-- int --></stepID> <stepName><!-- string --></stepName> <sortDir><!-- None --></sortDir> <sortColumn><!-- None --></sortColumn> <recordOffset><!-- None --></recordOffset> <numRecords><!-- None --></numRecords> </params> </mbapi>
None
mbapi
command
showXMLHeader
params
stepID
The ID of the step to fetch. This will always select at most 1 step.
stepName
The name of the step to fetch.
sortDir
sortColumn
recordOffset
numRecords