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