POST AddOn/GetEventDetailList
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. |
|
| FlowId | 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,
"FlowId": 6,
"Mode": "sample string 7",
"ParentId": 8,
"Token": 9,
"ActivityId": 10
}
text/html
Sample:
{"draw":1,"start":2,"length":3,"FilterText":"sample string 4","UserId":5,"FlowId":6,"Mode":"sample string 7","ParentId":8,"Token":9,"ActivityId":10}
application/xml, text/xml
Sample:
<DataTableRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kit19BO_V2.Common"> <ActivityId>10</ActivityId> <FilterText>sample string 4</FilterText> <FlowId>6</FlowId> <Mode>sample string 7</Mode> <ParentId>8</ParentId> <Token>9</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. |