v1/shifts/{id}/cloneCopy Pagepost https://shyftplan.com/api/v1/shifts/{id}/cloneClone a shift with associations: employee assignments, timed breaks, qualifications, tags, evaluation tags, settingsPath Paramsidint32requiredBody Paramsuser_emailstringrequiredThis is a testing sandbox. We advise against using credentials for production accounts here. E-mail address of the API user.authentication_tokenstringrequiredThis is a testing sandbox. We advise against using credentials for production accounts here. Authentication token - can be fetched by login action.company_idint32required≥ 1ID of a shyftplan account.datedate-timerequiredDate to which shift is cloned to, in ISO 8601 format with time and UTC offset (time is nullified)connectbooleanDefaults to falseConnect new shift with original shift?truefalseignore_conflictsstringDefaults to falseEither true to ignore all conflicts listed below or an Array of specific conflicts to ignore. Only warnings can be ignored, enforced conflicts will persist. Possible values are: shifts_collisionabsences_collisionlocations_position_changedminimum_breakmaximum_working_hoursminimum_restmaximum_earningoutside_employment_periodmaximum_consecutive_working_daysrestricted_shift_presetsunavailablenot_availableminimum_qualification_levelnot_in_shift_presetResponses 201Successfully cloned 400The date is outside of shiftplan time frame\nThe date is on the same day as the original shift 401Unauthorized 403forbidden 404Couldn't find Company\nCouldn't find Shift\nShift-system Group Not Found\nAssignment Group not found 422Employee assignment has conflictsUpdated 6 months ago