Circle V2 API Docs
Preparing search index...
@repo/db
ListContactsParams
Type Alias ListContactsParams
type
ListContactsParams
=
{
contactTypeId
?:
string
;
entityId
:
EntityId
;
limit
?:
number
;
offset
?:
number
;
search
?:
string
;
sortBy
?:
"name"
|
"created_at"
;
sortOrder
?:
"asc"
|
"desc"
;
}
Index
Properties
contact
Type
Id?
entity
Id
limit?
offset?
search?
sort
By?
sort
Order?
Properties
Optional
contact
Type
Id
contactTypeId
?:
string
entity
Id
entityId
:
EntityId
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
search
search
?:
string
Optional
sort
By
sortBy
?:
"name"
|
"created_at"
Optional
sort
Order
sortOrder
?:
"asc"
|
"desc"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
contact
Type
Id
entity
Id
limit
offset
search
sort
By
sort
Order
Circle V2 API Docs
Loading...