Skip to main content
_id
string

An unique identifier for the flow record, often used for database or system reference.

organizationId
string

Identifier for the organization or company that owns or manages the flow.

name
string

The name of flow. Name must be unique at organization. When creating a flow, you cannot use the flow with the name Handover because it has been used as a reserved key.

pages
object[]

Settings that will define the detail information of flow structure.

configurations
object[]

An object containing various configuration settings for advance setting of the flow.

isDefault
boolean

Indicating whether the flow is marked as default (false means it's not default).

orderIndex
integer

Identifier to order flow. User can define it by number value.

version
integer

Version of flow. The version will increase when the user makes changes to the flow.

createdBy
string

A user email, representing the user who created flow.

updatedBy
string

A user email, representing the user who updated flow.

createdTime
string<date-time>

Timestamp represents the date and time when this flow data was initially created.

updatedTime
string<date-time>

Timestamp represents the last time the flow data was updated. It includes date and time information.