GET api/WFM/GetWorkFlowById?WorkFlowID={WorkFlowID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
WorkFlowID

string

Required

Body Parameters

None.

Response Information

Resource Description

clsWorkFlow
NameDescriptionTypeAdditional information
RespCode

string

None.

RespStatus

string

None.

RespMessage

string

None.

Ischecked

boolean

None.

UserId

string

None.

WorkFlowID

string

Required

WorkFlowName

string

Required

AppointmentScheduling

string

None.

AgentScripting

string

None.

BrochurePresentation

string

None.

ProductVideoPresentation

string

None.

Illustration

string

None.

CoBrowse

string

None.

Whiteboard

string

None.

ExpertIntervention

string

None.

PaymentProcessing

string

None.

DocumentSubmission

string

None.

AppointmentSchedulingInt

integer

None.

AgentScriptingInt

integer

None.

BrochurePresentationInt

integer

None.

ProductVideoPresentationInt

integer

None.

IllustrationInt

integer

None.

CoBrowseInt

integer

None.

WhiteboardInt

integer

None.

ExpertInterventionInt

integer

None.

PaymentProcessingInt

integer

None.

DocumentSubmissionInt

integer

None.

CreatedDate

string

None.

CreatedBy

string

None.

ModifiedDate

string

None.

ModifiedBy

string

None.

InUse

string

None.

Response Formats

application/json, text/json

Sample:
{
  "RespCode": "sample string 1",
  "RespStatus": "sample string 2",
  "RespMessage": "sample string 3",
  "Ischecked": true,
  "UserId": "sample string 5",
  "WorkFlowID": "sample string 6",
  "WorkFlowName": "sample string 7",
  "AppointmentScheduling": "sample string 8",
  "AgentScripting": "sample string 9",
  "BrochurePresentation": "sample string 10",
  "ProductVideoPresentation": "sample string 11",
  "Illustration": "sample string 12",
  "CoBrowse": "sample string 13",
  "Whiteboard": "sample string 14",
  "ExpertIntervention": "sample string 15",
  "PaymentProcessing": "sample string 16",
  "DocumentSubmission": "sample string 17",
  "AppointmentSchedulingInt": 18,
  "AgentScriptingInt": 19,
  "BrochurePresentationInt": 20,
  "ProductVideoPresentationInt": 21,
  "IllustrationInt": 22,
  "CoBrowseInt": 23,
  "WhiteboardInt": 24,
  "ExpertInterventionInt": 25,
  "PaymentProcessingInt": 26,
  "DocumentSubmissionInt": 27,
  "CreatedDate": "sample string 28",
  "CreatedBy": "sample string 29",
  "ModifiedDate": "sample string 30",
  "ModifiedBy": "sample string 31",
  "InUse": "sample string 32"
}

application/xml, text/xml

Sample:
<clsWorkFlow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WFM_WebAPI.Models">
  <AgentScripting>sample string 9</AgentScripting>
  <AgentScriptingInt>19</AgentScriptingInt>
  <AppointmentScheduling>sample string 8</AppointmentScheduling>
  <AppointmentSchedulingInt>18</AppointmentSchedulingInt>
  <BrochurePresentation>sample string 10</BrochurePresentation>
  <BrochurePresentationInt>20</BrochurePresentationInt>
  <CoBrowse>sample string 13</CoBrowse>
  <CoBrowseInt>23</CoBrowseInt>
  <CreatedBy>sample string 29</CreatedBy>
  <CreatedDate>sample string 28</CreatedDate>
  <DocumentSubmission>sample string 17</DocumentSubmission>
  <DocumentSubmissionInt>27</DocumentSubmissionInt>
  <ExpertIntervention>sample string 15</ExpertIntervention>
  <ExpertInterventionInt>25</ExpertInterventionInt>
  <Illustration>sample string 12</Illustration>
  <IllustrationInt>22</IllustrationInt>
  <InUse>sample string 32</InUse>
  <Ischecked>true</Ischecked>
  <ModifiedBy>sample string 31</ModifiedBy>
  <ModifiedDate>sample string 30</ModifiedDate>
  <PaymentProcessing>sample string 16</PaymentProcessing>
  <PaymentProcessingInt>26</PaymentProcessingInt>
  <ProductVideoPresentation>sample string 11</ProductVideoPresentation>
  <ProductVideoPresentationInt>21</ProductVideoPresentationInt>
  <RespCode>sample string 1</RespCode>
  <RespMessage>sample string 3</RespMessage>
  <RespStatus>sample string 2</RespStatus>
  <UserId>sample string 5</UserId>
  <Whiteboard>sample string 14</Whiteboard>
  <WhiteboardInt>24</WhiteboardInt>
  <WorkFlowID>sample string 6</WorkFlowID>
  <WorkFlowName>sample string 7</WorkFlowName>
</clsWorkFlow>