POST api/Workflows/GetWorkflow
Request Information
URI Parameters
None.
Body Parameters
WorkflowRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkflowId | integer |
None. |
|
| ClientId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WorkflowId": 1,
"ClientId": "sample string 2"
}
text/xml
Sample:
<WorkflowRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RightRez.Web.Api.Models.Workflows"> <ClientId xmlns="http://schemas.datacontract.org/2004/07/RightRez.Autobook.PNRBookingEngine">sample string 2</ClientId> <WorkflowId>1</WorkflowId> </WorkflowRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WorkflowDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| BaseTable | string |
None. |
|
| BaseTablePrimaryKey | string |
None. |
|
| Category | string |
None. |
|
| ShowCalendar | boolean |
None. |
|
| Inputs | Collection of WorkflowInputDTO |
None. |
|
| Outputs | Collection of WorkflowOutputDTO |
None. |
|
| Formatting | Collection of WorkflowFormattingDTO |
None. |
|
| ShortCircuitInputs | Collection of string |
None. |
|
| Actions | Collection of WorkflowActionDTO |
None. |
|
| Subworkflows | Collection of WorkflowDTO |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
Sample not available.