GET api/ActionflowPrompt/GetForWorkflow?accountID={accountID}&workflowItemID={workflowItemID}&metaValue_ActionFlowGroupID={metaValue_ActionFlowGroupID}&isAutomatic={isAutomatic}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountID | integer |
Required |
|
| workflowItemID | integer |
Required |
|
| metaValue_ActionFlowGroupID | integer |
Required |
|
| isAutomatic | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
ActionflowPromptVM| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountID | integer |
None. |
|
| Message | string |
None. |
|
| TemplateName | string |
None. |
|
| ActionflowPromptResult | ActionflowPromptResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"AccountID": 1,
"Message": "sample string 1",
"TemplateName": "sample string 2",
"ActionflowPromptResult": 1
}
application/xml, text/xml
Sample:
<ActionflowPromptVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.ActionflowPrompt"> <AccountID>1</AccountID> <ActionflowPromptResult>Read</ActionflowPromptResult> <Message>sample string 1</Message> <TemplateName>sample string 2</TemplateName> </ActionflowPromptVM>