...
Value | Value type | Description |
---|---|---|
word | string | A string to search for. |
entitytype | string | The type of the entity to search for. |
releaseid | long | The ID of the release the entity belongs to. |
zql | Boolean | Specifies whether ZQL is used. |
isascorder | Boolean | Switches the ascending order. |
order | string | The column order. For example, the parameter value can be orderId: |
firstresult | int | The starting point of the record. |
maxresults | int | The number of records to be fetched. |
is_cfield | Boolean | Custom field order. |
isOld | Boolean | Specifies whether the test case is old. |
...