v1/evaluations/{staff_shift_id}Copy Pagepost https://shyftplan.com/api/v1/evaluations/{staff_shift_id}Sets an evaluation for a StaffShiftPath Paramsstaff_shift_idint32requiredQuery Paramsevaluation_tag_ids[]array of int32sArray of EvaluationTag IDsevaluation_tag_ids[]ADD int32Body 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_idint32≥ 1ID of a shyftplan account.evaluation_ends_atdate-timerequiredEnd of the Evaluationevaluation_starts_atdate-timerequiredStart of the Evaluationevaluation_breakint32Break duration in minutesevaluation_breaksarray of objectsArray of timed breaksevaluation_breaksADD objectignore_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: minimum_breaknotestringCommentpaymentsarray of objectsArray of paymentspaymentsADD objectuntimed_breaksint32Duration of untimed breaks in minutessave_onlybooleanDefaults to falseBoolean value to only save details for the staff shift (true) or to create an evaluation on saving (false, default).truefalseResponses 201Successfully created 400evaluation_break, untimed_breaks are mutually exclusive 401Unauthorized 403forbidden 404Company not found; StaffShift not found; Couldn't find Paygrade Type 422The request is invalidUpdated 27 days ago