Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/audit-templates/list.query
list
Variable list
Const
list
:
QueryProcedure
<
{
input
:
{
cursor
?:
number
;
limit
?:
number
;
offset
?:
number
;
search
?:
string
;
sortBy
?:
"name"
|
"created_at"
;
sortOrder
?:
"asc"
|
"desc"
;
}
;
meta
:
object
;
output
:
PaginatedResponse
<
{
created_at
:
DbDate
;
created_by
:
string
&
{
__brand
:
"UserId"
}
|
null
;
custom_review_criteria_prompt
:
string
|
null
;
custom_summary_prompt
:
string
|
null
;
description
:
string
|
null
;
id
:
AuditTemplateId
;
name
:
string
|
null
;
org_id
:
number
&
{
__brand
:
"EntityId"
}
|
null
;
question_count
:
number
|
null
;
share_with_org
:
boolean
|
null
;
}
,
>
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...