ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/hr/time-tracking/export/excel/route
GET
Function GET
GET
(
req
:
NextRequest
,
)
:
Promise
<
|
NextResponse
<
{
success
:
boolean
;
data
:
{
"N° Employé"
:
string
;
Nom
:
string
;
Email
:
string
;
Poste
:
string
;
"Département"
:
string
;
Date
:
string
;
"Heure Arrivée"
:
string
;
"Heure Départ"
:
string
;
"Temps Travail"
:
string
;
"Temps Pause"
:
string
;
"Temps Travail (min)"
:
number
;
"Temps Pause (min)"
:
number
;
Statut
:
string
;
Lieu
:
string
;
Notes
:
string
;
}
[]
;
metadata
:
{
total
:
number
;
startDate
:
string
|
null
;
endDate
:
string
|
null
;
generatedAt
:
string
;
}
;
}
,
>
|
NextResponse
<
{
error
:
string
}
>
,
>
Parameters
req
:
NextRequest
Returns
Promise
<
|
NextResponse
<
{
success
:
boolean
;
data
:
{
"N° Employé"
:
string
;
Nom
:
string
;
Email
:
string
;
Poste
:
string
;
"Département"
:
string
;
Date
:
string
;
"Heure Arrivée"
:
string
;
"Heure Départ"
:
string
;
"Temps Travail"
:
string
;
"Temps Pause"
:
string
;
"Temps Travail (min)"
:
number
;
"Temps Pause (min)"
:
number
;
Statut
:
string
;
Lieu
:
string
;
Notes
:
string
;
}
[]
;
metadata
:
{
total
:
number
;
startDate
:
string
|
null
;
endDate
:
string
|
null
;
generatedAt
:
string
;
}
;
}
,
>
|
NextResponse
<
{
error
:
string
}
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...