Update workflow details in bulk

POST https://{{base_url}}/v3/bulk/workflow

The Update workflow details in bulk request allows you to update the workflow details for multiple entries at the same time.
To configure the permissions for your application via OAuth, please include the cm.bulk-operations:workflow scope.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Update workflow details in bulk API Reference document

Request Body

{"entries"=>[{"content_type"=>"content_type_uid1", "uid"=>"entry_uid", "locale"=>"en-us"}, {"content_type"=>"content_type_uid2", "uid"=>"entry_uid", "locale"=>"en-us"}], "workflow"=>{"workflow_stage"=>{"comment"=>"Workflow-related Comments", "due_date"=>"Thu Dec 01 2018", "notify"=>false, "uid"=>"workflow_stage_uid", "assigned_to"=>[{"uid"=>"user_uid", "name"=>"user_name", "email"=>"user_email_id"}], "assigned_by_roles"=>[{"uid"=>"role_uid", "name"=>"role_name"}]}}}

HEADERS

KeyDatatypeRequiredDescription
api_keystring
authtokenstringEnter your authtoken.
authorizationstringFor this call we recommend you to use management token.
branchstringEnter your branch unique ID.
Content-Typestring