ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/work-stations/route
GET
Function GET
GET
(
request
:
NextRequest
,
)
:
Promise
<
|
NextResponse
<
(
{
equipment
:
{
code
:
string
;
id
:
string
;
name
:
string
;
status
:
string
;
type
:
string
;
}
[]
;
operator
:
|
{
efficiency
:
number
|
null
;
email
:
string
;
experience
:
number
|
null
;
id
:
string
;
lastActive
:
Date
|
null
;
name
:
string
|
null
;
phone
:
string
|
null
;
skills
:
string
[]
;
}
|
null
;
}
&
{}
)
[]
,
>
|
NextResponse
<
{
error
:
string
}
>
,
>
Parameters
request
:
NextRequest
Returns
Promise
<
|
NextResponse
<
(
{
equipment
:
{
code
:
string
;
id
:
string
;
name
:
string
;
status
:
string
;
type
:
string
;
}
[]
;
operator
:
|
{
efficiency
:
number
|
null
;
email
:
string
;
experience
:
number
|
null
;
id
:
string
;
lastActive
:
Date
|
null
;
name
:
string
|
null
;
phone
:
string
|
null
;
skills
:
string
[]
;
}
|
null
;
}
&
{}
)
[]
,
>
|
NextResponse
<
{
error
:
string
}
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...