ListQueuedJobs
Lists the jobs in the waiting queue.
URL (general format)
SERVER:PORT/lawson-ios/action/ListQueuedJobs? <parameter=key>
Optional Parameter
| Parameter Key | Value Type | Parameter Description |
|---|---|---|
| filter | Alphanumeric string |
The filter to be used when retrieving a list of job queues. The format is {FIELD} {OPERATOR} {VALUE}. |
| filter FIELD | Description |
|---|---|
| jobQueue |
Filter using the jobQueue field. * - An asterisk functions as a wildcard, which is used to match any character. ********** - Ten asterisks function as literal characters, which is the default job queue value. |
| filter OPERATOR | Description |
|---|---|
| EQ | Equals |
Example URL
/lawson-ios/action/ListQueuedJobs?filter=<filter>