Skip to main content
GET
List employee schedule template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

employeeId
string<uuid>
required

Employee ID

Query Parameters

from
string<date>
required
to
string<date>
required
limit
integer

Limit results

page
integer

Request a specific page

Response

200 - application/json

List of employee to schedule templates

data
object[]
meta
object