POST /work-requestsAsk AIpost https://api.cmp.optimizely.com/v3/work-requestsExperimental Create a work request.Body ParamsPayload to create a work requesttemplate_idstringrequiredThe template on which the work request should be createdassigneesarray of stringslength ≥ 1List of assigned users to the work requestassignees stringADD stringform_fieldsarrayrequiredlength ≥ 1Form fields from the work request template to populate in the work request. NOTE You must provide values for all the required form fields.form_fields* objectbriefcheckboxcurrency_numberdatedropdownfilelabelradio_buttonpercentage_numberrichtextsimple_numbertexttext_areaidentifierstringrequiredIdentifier of the form field collected from the template form fieldtypestringrequiredType of the form fieldvaluesarrayrequiredlength ≤ 1Array of brief valuesvalues*ADD WorkRequestTextBriefRequest | WorkRequestAttachmentBriefRequestADD BriefTypeFormFieldRequest | DateTypeFormFieldRequest | FileTypeFormFieldRequest | MultiChoiceTypeFormFieldRequest | NumberTypeFormFieldRequest | RadioButtonTypeFormFieldRequest | TextTypeFormFieldRequestResponses 201Created work request 401Authorization error 403Permission error 422Unprocessable entity errorUpdated 7 months ago