Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
flowId |
The flow identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A flow.
Nano.FlowName | Description | Type | Additional information |
---|---|---|---|
code |
Gets or sets the code. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
externalDescriptionTemplate |
Gets or sets the external description template. |
string |
None. |
showOnlyOnce |
Gets or sets a value indicating whether show only once is true or false. |
boolean |
None. |
tier |
Gets or sets the tier. |
integer |
None. |
title |
Gets or sets the title. |
string |
None. |
id |
Gets or sets the flow identifier. |
integer |
None. |
actions |
Gets or sets the action identifiers. |
Collection of integer |
None. |
verificationDocumentTypes |
Gets or sets the verification document type identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": "sample String 1", "description": "sample String 2", "externalDescriptionTemplate": "sample String 3", "showOnlyOnce": true, "tier": 5, "title": "sample String 6", "id": 7, "actions": [ "1", "2" ], "verificationDocumentTypes": [ "1", "2" ] }
text/html
Sample:
{"code":"sample String 1","description":"sample String 2","externalDescriptionTemplate":"sample String 3","showOnlyOnce":true,"tier":5,"title":"sample String 6","id":7,"actions":["1","2"],"verificationDocumentTypes":["1","2"]}
application/vnd.api+json
Sample:
Sample not available.