Create a create workflow

POST {{baseUrl}}/workflows/create_workflows

Create a create workflow

Request Body

{"workflow"=>{"profile_type_id"=>"33f072dd-13b4-41e1-8ea0-16f2a59b57c8", "status"=>"Enabled", "uid"=>"my_uid", "name"=>"my_workflow"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"workflow":{"id":"33f072dd-13b4-41e1-8ea0-16f2a59b57c8","uid":"nonaute veniamullamco ex ipsum q","workflow_id":"33f072dd-13b4-41e1-8ea0-16f2a59b57c8","requester_id":"33f072dd-13b4-41e1-8ea0-16f2a59b57c8","requester_type":"User","profile_id":"33f072dd-13b4-41e1-8ea0-16f2a59b57c8","profile_ids":["f7781fbc-08ef-1a67-9fc0-f97d5cbbf871","urn:uuid:9c98be71-1151-c492-6135-77b2ab79d4cd"],"status":"completed","attributes":{"text_attribute_uid":"static text","date_attribute_uid":"01/15/2020","profile_select_attribute_uid":"Profile Name","profile_search_attribute_uid":"Profile Name","multiple_profile_search_attribute_uid":"Profile Name,Second Profile Name,Third Profile Name","multiple_profile_select_attribute_uid":"Profile Name,Second Profile Name,Third Profile Name","contributor_select_attribute_uid":"User Name (user_email@test.com)","contributor_search_attribute_uid":"User Name (user_email@test.com)","multiple_contributor_search_attribute_uid":"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)","owner_select_attribute_uid":"User Name (user_email@test.com)","owner_search_attribute_uid":"User Name (user_email@test.com)","dropdown_attribute_uid":"yes, no","tags_attribute_uid":"yes, no","checkbox_attribute_uid":"yes, no","text_area_uid":"static text","radio_attribute_uid":"yes, no"}}}