POST Flow/GetChatbotFlowList
Request Information
URI Parameters
None.
Body Parameters
DataTableRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| draw | integer |
None. |
|
| start | integer |
None. |
|
| length | integer |
None. |
|
| FilterText | string |
None. |
|
| UserId | integer |
None. |
|
| Mode | string |
None. |
|
| ParentId | integer |
None. |
|
| Token | integer |
None. |
|
| ActivityId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"draw": 1,
"start": 2,
"length": 3,
"FilterText": "sample string 4",
"UserId": 5,
"Mode": "sample string 6",
"ParentId": 7,
"Token": 8,
"ActivityId": 9
}
text/html
Sample:
{"draw":1,"start":2,"length":3,"FilterText":"sample string 4","UserId":5,"Mode":"sample string 6","ParentId":7,"Token":8,"ActivityId":9}
application/xml, text/xml
Sample:
<DataTableRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModKit19_BO.Common"> <ActivityId>9</ActivityId> <FilterText>sample string 4</FilterText> <Mode>sample string 6</Mode> <ParentId>7</ParentId> <Token>8</Token> <UserId>5</UserId> <draw>1</draw> <length>3</length> <start>2</start> </DataTableRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |