Timeoff
List Requests
GET
/
staff
/
timeoff
/
{workspaceId}
/
requests
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
workspaceId
string
requiredQuery Parameters
page
number
Response
200 - application/json
_id
string
requiredend
string
requiredstart
string
requiredtype
string
requirednotes
string
requireduser
string
requiredcreatedAt
string
requiredstatus
enum<string>
requiredAvailable options:
pending
, approved
, denied
, cancelled