Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of flows.
Collection of Pico.Flow| Name | 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. |
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"
},
{
"code": "sample String 1",
"description": "sample String 2",
"externalDescriptionTemplate": "sample String 3",
"showOnlyOnce": true,
"tier": 5,
"title": "sample String 6",
"id": "7"
}
]
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"},{"code":"sample String 1","description":"sample String 2","externalDescriptionTemplate":"sample String 3","showOnlyOnce":true,"tier":5,"title":"sample String 6","id":"7"}]
application/xml, text/xml
Sample:
<ArrayOfFlow xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Flow>
<Code>sample String 1</Code>
<Description>sample String 2</Description>
<ExternalDescriptionTemplate>sample String 3</ExternalDescriptionTemplate>
<ShowOnlyOnce>true</ShowOnlyOnce>
<Tier>5</Tier>
<Title>sample String 6</Title>
<FlowId>7</FlowId>
</Flow>
<Flow>
<Code>sample String 1</Code>
<Description>sample String 2</Description>
<ExternalDescriptionTemplate>sample String 3</ExternalDescriptionTemplate>
<ShowOnlyOnce>true</ShowOnlyOnce>
<Tier>5</Tier>
<Title>sample String 6</Title>
<FlowId>7</FlowId>
</Flow>
</ArrayOfFlow>