POST api/Report/GetTaskDetails
Request Information
URI Parameters
None.
Body Parameters
TaskHistoryReport| Name | Description | Type | Additional information |
|---|---|---|---|
| taskcoord | integer |
None. |
|
| ActionName | string |
None. |
|
| officer | string |
None. |
|
| task | integer |
None. |
|
| designation | integer |
None. |
|
| followedby | integer |
None. |
|
| priority | integer |
None. |
|
| Status | string |
None. |
|
| category | integer |
None. |
|
| Department | integer |
None. |
|
| SubDepartment | integer |
None. |
|
| fromdate | date |
None. |
|
| todate | date |
None. |
|
| DeadlineFromDate | date |
None. |
|
| DeadlineToDate | date |
None. |
|
| attachment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"taskcoord": 1,
"ActionName": "sample string 1",
"officer": "sample string 2",
"task": 1,
"designation": 1,
"followedby": 1,
"priority": 1,
"Status": "sample string 3",
"category": 1,
"Department": 1,
"SubDepartment": 1,
"fromdate": "2026-03-26T14:42:17.7855207-07:00",
"todate": "2026-03-26T14:42:17.7855207-07:00",
"DeadlineFromDate": "2026-03-26T14:42:17.7855207-07:00",
"DeadlineToDate": "2026-03-26T14:42:17.7855207-07:00",
"attachment": "sample string 4"
}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}