retrieveAllHolidays

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

officeId

officeId (optional)

fromDate

fromDate (optional)

toDate

toDate (optional)

locale

locale (optional)

dateFormat

dateFormat (optional)