GET hub/Equipments/{iDWorkflow}/Ending
Get url Ending Workflow Installation .SUBSCRIPTION REQUIRED.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
iDWorkflow |
Id of the workflow |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The Workflow Json Format
Collection of Flipr.Data.SQL.Automaton.WorkflowEtapesName | Description | Type | Additional information |
---|---|---|---|
workflow_Id | integer |
None. |
|
Order | integer |
None. |
|
IdSentenceName | Flipr.Data.SQL.Culture.Sentence |
None. |
|
Name | string |
None. |
|
IdSentenceValue | Flipr.Data.SQL.Culture.Sentence |
None. |
|
Value | string |
None. |
|
Background | string |
None. |
|
Icone | string |
None. |
|
PreviousStep | integer |
None. |
|
NextStep | integer |
None. |
|
urlEnteringStep | string |
None. |
|
urlEndingStep | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "workflow_Id": 2, "Order": 3, "IdSentenceName": { "Id": 1, "DefaultValue": "sample string 2", "Type": 0 }, "Name": "sample string 4", "IdSentenceValue": { "Id": 1, "DefaultValue": "sample string 2", "Type": 0 }, "Value": "sample string 5", "Background": "sample string 6", "Icone": "sample string 7", "PreviousStep": 1, "NextStep": 1, "urlEnteringStep": "sample string 8", "urlEndingStep": "sample string 9" }, { "workflow_Id": 2, "Order": 3, "IdSentenceName": { "Id": 1, "DefaultValue": "sample string 2", "Type": 0 }, "Name": "sample string 4", "IdSentenceValue": { "Id": 1, "DefaultValue": "sample string 2", "Type": 0 }, "Value": "sample string 5", "Background": "sample string 6", "Icone": "sample string 7", "PreviousStep": 1, "NextStep": 1, "urlEnteringStep": "sample string 8", "urlEndingStep": "sample string 9" } ]
text/html
Sample:
[{"workflow_Id":2,"Order":3,"IdSentenceName":{"Id":1,"DefaultValue":"sample string 2","Type":0},"Name":"sample string 4","IdSentenceValue":{"Id":1,"DefaultValue":"sample string 2","Type":0},"Value":"sample string 5","Background":"sample string 6","Icone":"sample string 7","PreviousStep":1,"NextStep":1,"urlEnteringStep":"sample string 8","urlEndingStep":"sample string 9"},{"workflow_Id":2,"Order":3,"IdSentenceName":{"Id":1,"DefaultValue":"sample string 2","Type":0},"Name":"sample string 4","IdSentenceValue":{"Id":1,"DefaultValue":"sample string 2","Type":0},"Value":"sample string 5","Background":"sample string 6","Icone":"sample string 7","PreviousStep":1,"NextStep":1,"urlEnteringStep":"sample string 8","urlEndingStep":"sample string 9"}]