POST api/workflows?id={id}&location={location}&workflow={workflow}&comment={comment}&creator={creator}&clone={clone}
Sends a form on a workflow.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of the form |
integer |
Required |
location |
The ID of the destination / parent location for the workflow. |
integer |
Required |
workflow |
The GUID, or exact name of the workflow. |
string |
Required |
comment |
An optional comment to be added to the audit history. |
string |
Default value is |
creator |
The username of the user who will be marked as the initiator of this workflow. |
string |
Default value is |
clone |
Flag indicating if this is a clone action. |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
WorkflowResponseName | Description | Type | Additional information |
---|---|---|---|
i_node | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "i_node": 1 }