Examples

[]
[
  {
    "id": 1,
    "name": "Swedish employees",
    "labor_agreement": {
      "working_hours_per_week": "40.0",
      "working_weekdays": [0, 1, 2, 3, 4],
      "vacation_days_per_year": 25,
      "vacation_year_start": "1970-01-01"
    },
    "long_absence_types": [
      {
        "id": 17,
        "name": "Parental leave"
      }
    ],
    "absence_approval_settings": [
      {
        "id": 51,
        "absence_type": "Vacation",
        "absence_subtype_id": null,
        "absence_subtype_name": null,
        "approval_type": "user_approver",
        "approver_ids": []
      },
      {
        "id": null,
        "absence_type": "SickLeave",
        "absence_subtype_id": null,
        "absence_subtype_name": null,
        "approval_type": "none",
        "approver_ids": []
      },
      {
        "id": 52,
        "absence_type": "LongAbsence",
        "absence_subtype_id": 17,
        "absence_subtype_name": "Parental leave",
        "approval_type": "custom_set",
        "approver_ids": [1789]
      }
    ]
  }
]