**dqrfields** are returned in the same order as specified. These fields correspond to the fields stored in a DQR.
**responsetype** can be either delimited or xml. The delimiter for the ‘delimited’ responsetype is a vertical bar ‘|’.
**searchmetric** is used to limit the type of DQR to be returned. One or more metric types may be specified. The default is to return incorrect DQRs.
**sincetime** parameter can be used limit the response to DQRs that have been entered into the DQR database since the time specified. This is useful to see what has changed since the last time you checked your files. The format for the parameter is 'YYYYMMDD'.
**timeformat** can be used to change how time is reported in the response. The default 'armtime' returns seconds since 1970. Another option is 'YYYYMMDD.hhmmss' and is described as follows:
YYYY = 4 digit year, MM = 2 digit month, DD = 2 digit day
hh = 2 digit hour, mm = 2 digit minute, ss = 2 digit second