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