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