api-docs-icon

Get Flow

GET
/ api/ v1/ flow/ {endpointId}

Gets the specified flow

endpointId
string
required

EndpointId of the flow to retrieve.

Response

OK

application/json
object
contactListId
integer (int32)

The id of the contactlist associated with this flow.

Example:
10142067
createDate
string (date-time)

The date and time when the flow was created.

Example:
1999-02-19T12:00:00.00:00
endpointId
string
nullable

The endpointId of the flow.

Example:
10142067
flowId
integer (int32)

The id of the flow.

Example:
10142067
isActive
boolean

Active status of the flow. 1 = published and active, 0 = draft mode

Example:
1
lastModifiedDate
string (date-time)

The date and time when the flow was last modified.

Example:
1999-02-19T12:00:00.00:00
name
string
nullable

The name of the flow.

Example:
Keymaker

Code Examples

Response