List audits based on filter criteriaCopy Pagepost https://api.brellium.com/v1/auditsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body ParamsFilter to retrieve audits withverbosestring | nullenumcontrols the level of detail in the responsetruefalseAllowed:truefalsestatusarray of strings | nullaudit statuses to includestatusADD stringset_idstringquestion set iddocumentsarray of strings | nulldocument ids that the audits were made fordocumentsADD stringsessionStartDatedate-time | nullstart date of the session in ISO format.sessionEndDatedate-time | nullend date of the session in ISO formatauditStartDatedate-time | nullstart date of the audit in ISO formatauditEndDatedate-time | nullend date of the audit in ISO formatscoreLowerBoundfloat | null0 to 100lower bound for the audit scorescoreUpperBoundfloat | null0 to 100upper bound for the audit scorelastUpdatedStartDatedate-time | nullstart date of the audit's latest update in ISO formatlastUpdatedEndDatedate-time | nullend date of the audit's latest update in ISO formatpageinteger | null≥ 1page numberpageSizeinteger | null1 to 1000number of audits per pageincludeDisplayInfostring | nullenuminclude display infotruefalseAllowed:truefalseincludePeoplestring | nullenuminclude peopletruefalseAllowed:truefalseincludeTestAuditsstring | nullenumif true only test audits are returned, if false or null only non-test audits are returnedtruefalseAllowed:truefalseincludeQuestionIdsstring | nullenuminclude question ids in the responsetruefalseAllowed:truefalseincludeLastReviewedstring | nullenuminclude last reviewed timestamp in the response - N/A if never reviewedtruefalseAllowed:truefalseflagsarray of strings | nullflags to filter byflagsADD stringResponse 200List of audits. The structure of the returned audits depends on the 'verbose', 'includeDisplayInfo', and 'includePeople' flags in the request. If 'verbose' is true, full audit details are returned (Audit schema). If 'verbose' is false, a reduced audit object is returned (AuditInfo schema). If 'includeDisplayInfo' and 'includePeople' are true, the returned audits will include display info and people respectively. Both 'verbose' and one of the other two flags can be used together.Updated about 1 year ago