GET api/Todo/Index?moduleCode={moduleCode}&OrderBy={OrderBy}&RecordCount={RecordCount}&PageIndex={PageIndex}&PageSize={PageSize}&PageCount={PageCount}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| moduleCode | string |
Required |
|
| OrderBy | string |
None. |
|
| RecordCount | integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageCount | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
CallResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Object |
None. |
|
| Exception | Exception |
None. |
|
| Message | Message |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": {},
"exception": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"message": 0
}