retrieve All Holidays
abstract suspend fun retrieveAllHolidays(officeId: Long? = null, fromDate: String? = null, toDate: String? = null, locale: String? = null, dateFormat: String? = null): List<GetHolidaysResponse>
List Holidays Example Requests: holidays?officeId=1 Responses:
200: OK
Return
kotlin.collections.List
Parameters
office Id
officeId (optional)
from Date
fromDate (optional)
to Date
toDate (optional)
locale
locale (optional)
date Format
dateFormat (optional)