GET https: //apis.globalreader.eu/api/v1/operator/by_operator?operator_remote_id=operator_ID&end=1650330061&start=1650157261&token=YOUR_TOKEN

{
    "operator_uid": "154ebc4b-7231-449a-87f7-713433db3754",
    "operator_code": "OP1234",
    "shifts": [
        {
            "shift_uid": "154ebc4b-7231-449a-87f7-7134b2223754",
            "start_time": "2023-11-22T08:00:00Z",
            "end_time": "2023-11-22T16:00:00Z",
            "duration": 1740,
            "shift_name": "1. shift"
        }
    ],
    "clock_logs": [
          {
            "clock-in": timestamp,
            "clock-out": timestamp
          }
    ],
    "workstations": [
        {
            "workstation_uid": "154ebc4b-7231-449a-87f7-7134badb3754",
            "workstation_name": "Assembly Line 1",
            "workstation_code": "GJASSLSHVLE2A6C",
            "start_time": "2023-11-22T08:00:00Z",
            "end_time": "2023-11-22T16:00:00Z",
            "duration": 1740
        }
    ],
    "productions": [
        {
            "production_uid": "15rrrr4b-7231-449a-87f7-7134bwwrt3754",
            "operator_code": [],
            "order_id": 4954455,
            "order_code": 6234627,
            "order_name": "PO2456789",
            "order_remote_id": null,
            "production_status": 2,
            "quantity": 100,
            "workstation_uid": "154ebc4b-7231-449a-87f7-7134badb3754",
            "start_time": "2023-11-22T10:30:00Z",
            "end_time": "2023-11-22T12:00:00Z"
        }
    ]
}