POST Task/GetFilter
Request Information
URI Parameters
None.
Body Parameters
TASK_QUERYName | Description | Type | Additional information |
---|---|---|---|
TASK_ID | integer |
None. |
|
KEYWORD | string |
None. |
|
TASK_STATUS_ID | string |
None. |
|
ADD_START_DATE | string |
None. |
|
ADD_END_DATE | string |
None. |
|
LAST_START_DATE | string |
None. |
|
LAST_END_DATE | string |
None. |
|
CREATOR_ID | string |
None. |
|
OWNER_ID | string |
None. |
|
SYSTEM_USER_ID | string |
None. |
|
PAGE_NO | integer |
None. |
|
PAGE_COUNT | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "TASK_ID": 1, "KEYWORD": "sample string 2", "TASK_STATUS_ID": "sample string 3", "ADD_START_DATE": "sample string 4", "ADD_END_DATE": "sample string 5", "LAST_START_DATE": "sample string 6", "LAST_END_DATE": "sample string 7", "CREATOR_ID": "sample string 8", "OWNER_ID": "sample string 9", "SYSTEM_USER_ID": "sample string 10", "PAGE_NO": 11, "PAGE_COUNT": 12 }
text/html
Sample:
{"TASK_ID":1,"KEYWORD":"sample string 2","TASK_STATUS_ID":"sample string 3","ADD_START_DATE":"sample string 4","ADD_END_DATE":"sample string 5","LAST_START_DATE":"sample string 6","LAST_END_DATE":"sample string 7","CREATOR_ID":"sample string 8","OWNER_ID":"sample string 9","SYSTEM_USER_ID":"sample string 10","PAGE_NO":11,"PAGE_COUNT":12}
application/xml, text/xml
Sample:
<TASK_QUERY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Controllers"> <ADD_END_DATE>sample string 5</ADD_END_DATE> <ADD_START_DATE>sample string 4</ADD_START_DATE> <CREATOR_ID>sample string 8</CREATOR_ID> <KEYWORD>sample string 2</KEYWORD> <LAST_END_DATE>sample string 7</LAST_END_DATE> <LAST_START_DATE>sample string 6</LAST_START_DATE> <OWNER_ID>sample string 9</OWNER_ID> <PAGE_COUNT>12</PAGE_COUNT> <PAGE_NO>11</PAGE_NO> <SYSTEM_USER_ID>sample string 10</SYSTEM_USER_ID> <TASK_ID>1</TASK_ID> <TASK_STATUS_ID>sample string 3</TASK_STATUS_ID> </TASK_QUERY>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultOfListOfTASKName | Description | Type | Additional information |
---|---|---|---|
m_cData | Collection of TASK |
None. |
|
m_cDetail | ProcessResult |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.