Fetches holidays

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Team ID

Query Params
date

Upper bound on when the holiday starts (MM/DD/YYYY)

date

Lower bound on when the holiday starts (MM/DD/YYYY)

Responses
200

Success

Example Response

id is the Holiday ID in this case


{
  holidays: [
    {
      all_day: true,
      capacity_id: 5504,
      daily_hours: "0.0",
      deleted: false,
      end_date: "07/05/2021",
      holiday_type: 0
      id: 31,
      member_id: null,
      start_date: "07/05/2021",
      name: "Independence Day",
      work_plan_id: null,
    }
  ]
},
401

Invalid Authentication Key and/or Team ID

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!