API endpoints for managing flows. Flows are JSON (JavaScript Object Notation) files that, among other things, help determine the look and feel of the user experience.
Endpoint | Methods |
---|---|
List Your Flows/config/{appId}/flowsView information about your flows. |
|
View a Flow/config/{appId}/flows/{flow}Returns information about the specified flow. |
|
Modify a Flow/config/{appId}/flows/{flow}Updates or replaces the userData objects or entity types referenced in a flow. |
|
Copy a Flow/config/{appId}/flows/{flow}/copyCreate a new flow by copying an existing flow. |
|
Promote a Flow/config/{appId}/flows/{flow}/promote"Promotes" (i.e., copies) a flow from one application to another. |
|
List Flow Versions/config/{appId}/flows/{flow}/versionsView versions (and change data) for the specified flow. |
|
View a Specific Flow Version/config/{appId}/flows/{flow}/versions/{versionId}Returns information about the specified version of a flow.. |
|
Restore a Specific Flow Version/config/{appId}/flows/{flow}/versions/{versionId}Restores a flow to the specified version number. |
|