Preparing search index...
The search index is not available
@verdocs/js-sdk - v3.10.30
@verdocs/js-sdk
Envelopes
Envelopes
IListEnvelopesParams
Interface IListEnvelopesParams
interface
IListEnvelopesParams
{
ascending
?:
boolean
;
created_at
?:
ITimeRange
;
is_owner
?:
boolean
;
page
?:
number
;
q
?:
string
;
rows
?:
number
;
sort_by
?:
"name"
|
"status"
|
"created_at"
|
"updated_at"
|
"canceled_at"
;
status
?:
string
[]
;
template_id
?:
string
;
view
?:
"waiting"
|
"action"
|
"completed"
|
"inbox"
|
"sent"
;
}
Index
Properties
ascending?
created_
at?
is_
owner?
page?
q?
rows?
sort_
by?
status?
template_
id?
view?
Properties
Optional
ascending
ascending
?:
boolean
Optional
created_
at
created_
at
?:
ITimeRange
Optional
is_
owner
is_
owner
?:
boolean
Optional
page
page
?:
number
Optional
q
q
?:
string
Optional
rows
rows
?:
number
Optional
sort_
by
sort_
by
?:
"name"
|
"status"
|
"created_at"
|
"updated_at"
|
"canceled_at"
Optional
status
status
?:
string
[]
Optional
template_
id
template_
id
?:
string
Optional
view
view
?:
"waiting"
|
"action"
|
"completed"
|
"inbox"
|
"sent"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
ascending
created_
at
is_
owner
page
q
rows
sort_
by
status
template_
id
view
@verdocs/js-sdk - v3.10.30
Loading...