Known limitations
Parameters and search structure
| Parameter | Type and Constrins | Usable in search structure | Description | Available for |
|---|---|---|---|---|
minChanged |
DateTime ISO 8601 |
X |
Filters for minimum changed date (inclusive bound) |
Process, ProcessGroup |
maxChanged |
DateTime ISO 8601 |
X |
Filters for maximum changed date (inclusive bound) |
Process, ProcessGroup |
minCreated |
DateTime ISO 8601 |
X |
Filters for minimum created date (inclusive bound) |
Process, ProcessGroup |
maxCreated |
DateTime ISO 8601 |
X |
Filters for maximum created date (inclusive bound) |
Process, ProcessGroup |
minProcessNo |
Integer, max 40 digits |
X |
Filters for the minimal process number of processes to find |
Process |
maxProcessNo |
Integer, max 40 digits |
X |
Filters for the maximum process number of processes to find |
Process |
processNos |
Array of ProcessNumbers |
X |
Returns specific list of processes identified by their processNumbers |
Process |
processIds |
Array of Process Ids |
X |
Returns specific list of processes identified by their id |
Process, ProcessGroup |
start |
Integer, default = 0 |
Number of first record to return, zero-based |
Process, ProcessGroup |
|
count |
Integer, default = 100, max = 1000 |
Number of records to return |
Process, ProcessGroup |
|
sort |
string, default = +ProcessNumber |
Sort expression |
Process, ProcessGroup |
|
totalItemcount |
bool, default = false |
The total item count (e.g. for paging) |
Process, ProcessGroup |
|
name |
Process name to be searched for. Accepts wildcard at the end of the value. Wildcard character: * Must be combined with accept-languages heade |
X |
Filters for the name of a process (for given culture). |
Process, ProcessGroup |
text |
Text to be search for in relevant data fields. Accepts wildcard at the end of the value. Wildcard character: * Must be combined with accept-languages header |
X |
Filters for a particular text in some of the data fields of processes (for given culture). |
Process |