ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/edi/inbox/route
GET
Function GET
GET
()
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
success
:
boolean
;
files
:
never
[]
;
count
:
number
;
message
:
string
;
path
:
string
;
}
,
>
|
NextResponse
<
{
success
:
boolean
;
files
:
(
|
{
name
:
string
;
size
:
number
;
sizeFormatted
:
string
;
created
:
Date
;
modified
:
Date
;
path
:
string
;
type
:
string
;
}
|
null
)
[]
;
count
:
number
;
path
:
string
;
timestamp
:
string
;
}
,
>
,
>
GET /api/edi/inbox Liste les fichiers EDI reçus dans l'inbox
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
success
:
boolean
;
files
:
never
[]
;
count
:
number
;
message
:
string
;
path
:
string
;
}
,
>
|
NextResponse
<
{
success
:
boolean
;
files
:
(
|
{
name
:
string
;
size
:
number
;
sizeFormatted
:
string
;
created
:
Date
;
modified
:
Date
;
path
:
string
;
type
:
string
;
}
|
null
)
[]
;
count
:
number
;
path
:
string
;
timestamp
:
string
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...
GET /api/edi/inbox Liste les fichiers EDI reçus dans l'inbox