ListRecurringJob
Use this action to list all recurring jobs.
These names are appended to the action framework root path: "/lawson-ios/action/".
URL (general format)
SERVER:PORT/lawson-ios/action/ListRecurringJob?<parameter=key>
Optional parameter
Parameter Key | Value Type | Parameter Description |
---|---|---|
maxRecordCount | Integer |
The number of records to retrieve from the server. Minimum length for strings is 1. |
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/ListRecurringJob?filter=<filter>