POST api/Awaitingforapproval/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. |
|
| fromdate | date |
None. |
|
| todate | date |
None. |
|
| DeadlineFromDate | date |
None. |
|
| DeadlineToDate | date |
None. |
|
| attachment | string |
None. |
|
| CompleteTypeId | integer |
None. |
|
| StatusApproval | integer |
None. |
|
| ApprovedDate | date |
None. |
|
| ApprovedFromDate | date |
None. |
|
| ApprovedToDate | date |
None. |
|
| IsActive | 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,
"fromdate": "2025-11-07T23:45:37.5230565-08:00",
"todate": "2025-11-07T23:45:37.5230565-08:00",
"DeadlineFromDate": "2025-11-07T23:45:37.5230565-08:00",
"DeadlineToDate": "2025-11-07T23:45:37.5230565-08:00",
"attachment": "sample string 4",
"CompleteTypeId": 1,
"StatusApproval": 1,
"ApprovedDate": "2025-11-07T23:45:37.5230565-08:00",
"ApprovedFromDate": "2025-11-07T23:45:37.5230565-08:00",
"ApprovedToDate": "2025-11-07T23:45:37.5230565-08:00",
"IsActive": "sample string 5"
}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}