"workflowsteptype" MDO List
Some tooltip text!
• 1 minute to read
• 1 minute to read
MDO provider for the WorkflowStepType enum
Implemented by the
Sample Request
GET /api/v1/MDOList/workflowsteptype
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *
Sample Code
var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("workflowsteptype", forceFlatList: true);
foreach (var item in listProvider.RootItems) {
Console.WriteLine("{0} {1} {2} {3}",
item.Id, ResourceManager.ParseInlineResources(item.Name), item.StyleHint, item.ExtraInfo);
}
Sample Output
Id | Name | StyleHint | ExtraInfo |
---|---|---|---|
1 | Send e-mail | ||
2 | Send SMS | ||
3 | Wait time | ||
4 | Wait for action | ||
5 | Split | ||
6 | Update contact | ||
7 | Add to selection/project | ||
8 | Remove from selection/project | ||
9 | Create request | ||
10 | Create follow-up | ||
11 | Create sale | ||
14 | Run script | ||
12 | Notify by e-mail | ||
13 | Notify by SMS |
Related MDO Lists
- "workflowsteptypeheadings"
- "workflowsteptypeheadingswithallitem"
- "workflowsteptypeheadingswithallitemwithnoselection"
- "workflowsteptypeheadingswithnoselection"
- "workflowsteptypewithallitem"
- "workflowsteptypewithallitemwithnoselection"
- "workflowsteptypewithnoselection"