Flow
|
Element |
Type |
Description |
|---|---|---|
|
createdDate |
Integer |
Date the flow was created in UTC_MILLISEC format. |
|
sources |
Array of NetworkObject (see NetworkObject ) |
The flow's sources. |
|
flowType |
String |
The flow's type. |
|
templateID |
String |
ID of template. |
|
customFields |
Array of CustomFieldInfo (see CustomFieldInfo ) |
The flow's custom fields and their values. |
|
lastUpdateDate |
Integer |
Date the flow was last updated in UTC_MILLISEC format. |
|
destinations |
Array of NetworkObject (see NetworkObject ) |
The flow's destinations. |
|
name |
String |
The flow's name. |
|
subscribedApplication |
String |
The flow's subscribed application. |
|
comment |
String |
The flow's comment. |
|
services |
Array of NetworkService (see NetworkService ) |
The flow's services. |
|
flowID |
Integer |
The flow's ID. |
|
connectivityStatus |
String |
The flow's connectivity status. |
â See also: