ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/production/tools/route
GET
Function GET
GET
(
request
:
NextRequest
,
)
:
Promise
<
|
NextResponse
<
{
tools
:
(
{
createdBy
:
{
id
:
string
;
name
:
string
|
null
}
|
null
;
currentLocation
:
{
id
:
string
;
name
:
string
}
|
null
;
warehouse
:
{
id
:
string
;
name
:
string
}
|
null
;
}
&
{}
)
[]
;
pagination
:
{
page
:
number
;
limit
:
number
;
total
:
number
;
pages
:
number
}
;
}
,
>
|
NextResponse
<
{
error
:
string
}
>
,
>
Parameters
request
:
NextRequest
Returns
Promise
<
|
NextResponse
<
{
tools
:
(
{
createdBy
:
{
id
:
string
;
name
:
string
|
null
}
|
null
;
currentLocation
:
{
id
:
string
;
name
:
string
}
|
null
;
warehouse
:
{
id
:
string
;
name
:
string
}
|
null
;
}
&
{}
)
[]
;
pagination
:
{
page
:
number
;
limit
:
number
;
total
:
number
;
pages
:
number
}
;
}
,
>
|
NextResponse
<
{
error
:
string
}
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...