POST api/MyToDoList/getToDoList
Request Information
URI Parameters
None.
Body Parameters
getToDoListParamName | Description | Type | Additional information |
---|---|---|---|
subject | string |
None. |
|
Assigned_To | string |
None. |
|
ToDo_From | string |
None. |
|
ToDo_To | string |
None. |
|
CurrentEmployeeID | integer |
None. |
|
user_id | integer |
None. |
|
user_name | string |
None. |
|
device_id | string |
None. |
|
token | string |
None. |
|
geoLocation | string |
None. |
|
PageNo | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "subject": "sample string 1", "Assigned_To": "sample string 2", "ToDo_From": "sample string 3", "ToDo_To": "sample string 4", "CurrentEmployeeID": 5, "user_id": 6, "user_name": "sample string 7", "device_id": "sample string 8", "token": "sample string 9", "geoLocation": "sample string 10", "PageNo": 1, "PageSize": 1 }
application/xml, text/xml
Sample:
<getToDoListParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models"> <Assigned_To>sample string 2</Assigned_To> <CurrentEmployeeID>5</CurrentEmployeeID> <PageNo>1</PageNo> <PageSize>1</PageSize> <ToDo_From>sample string 3</ToDo_From> <ToDo_To>sample string 4</ToDo_To> <device_id>sample string 8</device_id> <geoLocation>sample string 10</geoLocation> <subject>sample string 1</subject> <token>sample string 9</token> <user_id>6</user_id> <user_name>sample string 7</user_name> </getToDoListParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.