Skip to main content

Support Area (International)

Where people help people. Ask questions, find answers, and share knowledge.

Work schedule data (API)

Hello!I need to (maschine) read the information when does who have a working day. I can obtain the work schedule information via API and this is the information it shows:                 "work_schedule": {                    "label": "Work schedule",                    "value": {                        "type": "WorkSchedule",                        "attributes": {                            "id": 295076,                            "name": "Teilzeit, 32h (8:00, Mo - Do)",                            "valid_from": "2021-10-01",                            "monday": "08:00",                            "tuesday": "08:00",                            "wednesday": "08:00",                            "thursday": "08:00",                            "friday": "00:00",                            "saturday": "00:00",                            "sunday": "00:00"                        }                    },                    "type": "standard",                    "universal_id": "work_schedule"