kustomer-client
Preparing search index...
KustomerApi
getForwardAttachments
Function getForwardAttachments
getForwardAttachments
<
ThrowOnError
extends
boolean
=
true
>
(
options
:
Options
<
GetForwardAttachmentsData
,
ThrowOnError
>
,
)
:
RequestResult
<
{
data
:
{
attributes
:
{
contentLength
:
number
;
contentType
:
string
;
name
:
string
;
}
;
id
:
string
;
links
:
{
self
:
string
}
;
relationships
:
{
forward
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
org
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
}
;
}
;
type
:
string
;
}
[]
;
links
:
{
first
:
string
;
next
:
null
|
string
;
prev
:
null
|
string
;
self
:
string
;
}
;
meta
:
{
page
:
number
;
pageSize
:
number
}
;
}
,
unknown
,
ThrowOnError
,
>
Get forward attachments Retrieves all forward attachments.
Type Parameters
ThrowOnError
extends
boolean
=
true
Parameters
options
:
Options
<
GetForwardAttachmentsData
,
ThrowOnError
>
Returns
RequestResult
<
{
data
:
{
attributes
:
{
contentLength
:
number
;
contentType
:
string
;
name
:
string
;
}
;
id
:
string
;
links
:
{
self
:
string
}
;
relationships
:
{
forward
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
org
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
}
;
}
;
type
:
string
;
}
[]
;
links
:
{
first
:
string
;
next
:
null
|
string
;
prev
:
null
|
string
;
self
:
string
;
}
;
meta
:
{
page
:
number
;
pageSize
:
number
}
;
}
,
unknown
,
ThrowOnError
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
kustomer-client
Loading...
Get forward attachments Retrieves all forward attachments.