GET api/ActionflowBrowser/GetForWorkflow?accountID={accountID}&workflowItemID={workflowItemID}&metaValue_ActionFlowGroupID={metaValue_ActionFlowGroupID}&isAutomatic={isAutomatic}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountID

integer

Required

workflowItemID

integer

Required

metaValue_ActionFlowGroupID

integer

Required

isAutomatic

boolean

Required

Body Parameters

None.

Response Information

Resource Description

ActionflowBrowserVM
NameDescriptionTypeAdditional information
URL

string

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
{
  "URL": "sample string 1",
  "Description": "sample string 2"
}

application/xml, text/xml

Sample:
<ActionflowBrowserVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.ActionflowBrowser">
  <Description>sample string 2</Description>
  <URL>sample string 1</URL>
</ActionflowBrowserVM>