Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/superadmin/templates/list-for-export.query
listForExport
Variable listForExport
Const
listForExport
:
QueryProcedure
<
{
input
:
{
createdAtDateRange
?:
{
from
:
string
;
to
:
string
}
;
createdByIds
?:
string
[]
;
orgIds
?:
number
[]
;
search
?:
string
;
}
;
meta
:
object
;
output
:
{
created_at
:
DbDate
;
custom_review_criteria_prompt
:
string
|
null
;
custom_summary_prompt
:
string
|
null
;
description
:
string
|
null
;
id
:
AuditTemplateId
;
name
:
string
|
null
;
questions
:
{
additional_instructions
:
string
|
null
;
id
:
AuditQuestionId
;
manual
:
boolean
;
question
:
string
|
null
;
question_order
:
number
|
null
;
question_type
:
"summary"
|
"pass_fail"
;
}
[]
;
}
[]
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...