This command gathers system queue events based upon the given credentials. Something similar to the following XML should be passed to dispatchMBAPI() when you want to call the GetSystemQueue command:
<mbapi> <command><!-- None --></command> <showXMLHeader><!-- None --></showXMLHeader> <params> <systemQueueID><!-- int --></systemQueueID> <systemQueueParentID><!-- int --></systemQueueParentID> <systemQueueCommand><!-- string --></systemQueueCommand> <systemQueueStatus><!-- int --></systemQueueStatus> <systemQueueMinute><!-- int --></systemQueueMinute> <systemQueueHour><!-- int --></systemQueueHour> <systemQueueDay><!-- int --></systemQueueDay> <systemQueueMonth><!-- int --></systemQueueMonth> <systemQueueYear><!-- int --></systemQueueYear> <systemQueueIsRecurring><!-- int --></systemQueueIsRecurring> <systemQueueDateToRun><!-- int --></systemQueueDateToRun> <systemQueueDateToRunLessThan><!-- None --></systemQueueDateToRunLessThan> <systemQueueDateToRunGreaterThan><!-- None --></systemQueueDateToRunGreaterThan> <systemQueueDateCreated><!-- int --></systemQueueDateCreated> <systemQueueDateCreatedLessThan><!-- None --></systemQueueDateCreatedLessThan> <systemQueueDateCreatedGreaterThan><!-- None --></systemQueueDateCreatedGreaterThan> <systemQueueDateStarted><!-- int --></systemQueueDateStarted> <systemQueueDateStartedLessThan><!-- None --></systemQueueDateStartedLessThan> <systemQueueDateStartedGreaterThan><!-- None --></systemQueueDateStartedGreaterThan> <systemQueueDateFinished><!-- int --></systemQueueDateFinished> <systemQueueDateFinishedLessThan><!-- None --></systemQueueDateFinishedLessThan> <systemQueueDateFinishedGreaterThan><!-- None --></systemQueueDateFinishedGreaterThan> <getSystemQueueLogData><!-- int --></getSystemQueueLogData> <sortDir><!-- None --></sortDir> <sortColumn><!-- None --></sortColumn> <recordOffset><!-- None --></recordOffset> <numRecords><!-- None --></numRecords> </params> </mbapi>
None
mbapi
command
showXMLHeader
params
systemQueueID
The ID of the system queue record to fetch.
systemQueueParentID
The ID of the PARENT system queue record(s) to fetch.
systemQueueCommand
The name of the system queue command to fetch.
systemQueueStatus
The status of the system queue command to fetch. 0, 1, 2, 4
systemQueueMinute
The minute the system queue is going to run on.
systemQueueHour
The hour the system queue is going to run on.
systemQueueDay
The day the system queue is going to run on.
systemQueueMonth
The month the system queue is going to run on.
systemQueueYear
The year the system queue is going to run on.
systemQueueIsRecurring
The recurring flag for a system queue record. Values: 1 or 0
systemQueueDateToRun
When the system queue is going to run.
systemQueueDateToRunLessThan
systemQueueDateToRunGreaterThan
systemQueueDateCreated
When the system queue was created.
systemQueueDateCreatedLessThan
systemQueueDateCreatedGreaterThan
systemQueueDateStarted
When the system queue started running.
systemQueueDateStartedLessThan
systemQueueDateStartedGreaterThan
systemQueueDateFinished
When the system queue finished.
systemQueueDateFinishedLessThan
systemQueueDateFinishedGreaterThan
getSystemQueueLogData
The flag for returning system queue logs. Values: 1 or 0
sortDir
sortColumn
recordOffset
numRecords