Skip to main content

Holidays

Represents the holidays of the organization.

holidays object[]

The general holidays of the organization.

  • Array [
  • creationDatestring<date-time>

    The date when the holiday was created.

    Example: 2016-09-06T13:37:50+03:00
    datestring<date>

    The date the holiday takes place.

    Example: 1987-04-26
    encodedKeystring

    The encoded key of the entity, generated, globally unique

    idinteger<int64>

    The ID of the holiday.

    isAnnuallyRecurringboolean

    TRUE if a holiday is annually recurring, FALSE otherwise.

    namestring

    The name of the holiday.

  • ]
  • nonWorkingDaysstring[]

    The non-working days of the organization.

    Possible values: [MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY]

    Holidays
    {
    "holidays": [
    {
    "creationDate": "2016-09-06T13:37:50+03:00",
    "date": "1987-04-26",
    "encodedKey": "string",
    "id": 0,
    "isAnnuallyRecurring": true,
    "name": "string"
    }
    ],
    "nonWorkingDays": [
    "MONDAY"
    ]
    }