Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/contacts/list-contacts.query
listContacts
Variable listContacts
Const
listContacts
:
QueryProcedure
<
{
input
:
{
contactTypeId
?:
string
;
cursor
?:
number
;
limit
?:
number
;
offset
?:
number
;
search
?:
string
;
sortBy
?:
"name"
|
"created_at"
;
sortOrder
?:
"asc"
|
"desc"
;
}
;
meta
:
object
;
output
:
PaginatedResponse
<
{
contact_id
:
ContactId
;
contact_type
:
string
;
contact_type_name
:
string
;
created_at
:
DbDate
;
created_by
:
string
|
null
;
name
:
string
|
null
;
org_id
:
number
;
}
,
>
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...