Requests Query Interface160 Netscape Certificate Management System Customization Guide • October 2001ResponseThe default response template is queryReq.template. The base JavaScript forresponses is inserted in place of the tag.For each request returned, a record object is created. Some of the record objectfields listed below may not apply to some requests; for example, a pending orrejected enrollment request will have no certificate subject.The Requests Query interface adds the JavaScript variables listed in the followingtable.seqNumFrom numberSpecifies the lowest request identification number to retrieve. This parameter isuseful when the number of requests is more than maxCount and another pageof data can be requested: set seqNumFrom to one more than the last requestdisplayed on the current page and repost the request.templateName stringFilename relative to the template directory (web/ee, web/agent/ca,web/agent/kra, or web/agent/ra) of a file to use as the response template.This template will be used for any response, overriding default templatesettings.totalRecordCount numberThe total number of requests that match the criteria. This is, of course, notknown until at least one page of requests have been retrieved. Requests to seemore data can pass this number along so that the total number of matchingrequests can be displayed on every page (otherwise the total would decrease assubsequent requests used higher values for seqNumFrom). If this parameter isnot passed, the total will be calculated on the CMS server, and the responsetable will include the total in the result.header.totalRecordCountvariable.Table 6-34 Variables Returned by the Requests Query InterfaceVariable Descriptionresult.header variables Variables added to the header object.Table 6-33 Parameters Accepted by the Requests Query Interface (Continued)Parameter Format and Description