Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/templates/list.query
list
Variable list
Const
list
:
QueryProcedure
<
{
input
:
{
cursor
?:
number
;
limit
?:
number
;
offset
?:
number
;
search
?:
string
;
sortBy
?:
"title"
|
"last_updated"
;
sortOrder
?:
"asc"
|
"desc"
;
}
;
meta
:
object
;
output
:
PaginatedResponse
<
{
check_cpt
:
boolean
|
null
;
check_dsm_5
:
boolean
|
null
;
check_icd_10
:
boolean
|
null
;
created_by
:
string
&
{
__brand
:
"UserId"
}
|
null
;
created_by_circle
:
boolean
|
null
;
id
:
TemplateId
;
is_allow_bullet_points
:
boolean
|
null
;
is_unstructured_narrative
:
boolean
|
null
;
last_updated
:
DbDate
|
null
;
last_used
:
string
&
{
__brand
:
"DbDate"
}
|
null
;
original_template_id
:
string
&
{
__brand
:
"TemplateId"
}
|
null
;
section_count
:
number
|
null
;
shared_with_org_id
:
number
&
{
__brand
:
"EntityId"
}
|
null
;
title
:
string
;
}
,
>
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...