...
Criteria | Example | Note(s) |
---|---|---|
cx_scope | ALL | Means return any matching result the current user can access |
cx_regtype | DEF,GEN,RFI | A single entry or comma separated list of form types to search against |
cx_projects | PSDEMO,DFDEMO | A single entry or comma separated list of projects to search against |
cx_status | FOR REVIEW | A single entry or comma separated list of form statuses to search against |
cx_timestamp | 637053676201363162 | Only return results which have been modified after this. (C# = DateTime.Now.Ticks) |
cx_reference | DEF#0170 | Only return results which match this reference. |
cx_text | Example Text | Text Contains: Example Text |
usr_{code} | "USR_LOC": "/Z2/A02" | Only return results which match this user field value. In this example a select user field option code. |
...