POST api/JsonReport/GetReport
Request Information
URI Parameters
None.
Body Parameters
ParameterReport| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskID | integer |
None. |
|
| Designation | integer |
None. |
|
| TaskCoordinator | integer |
None. |
|
| FollowedBy | integer |
None. |
|
| Priority | integer |
None. |
|
| Category | integer |
None. |
|
| Department | integer |
None. |
|
| SubDepartment | integer |
None. |
|
| DecisionFromDate | date |
None. |
|
| DecisionToDate | date |
None. |
|
| DeadlineFromDate | date |
None. |
|
| DeadlineToDate | date |
None. |
|
| Issue | string |
None. |
|
| OfficerResponsible | string |
None. |
|
| Attachment | string |
None. |
|
| Status | string |
None. |
|
| Format | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskID": 1,
"Designation": 1,
"TaskCoordinator": 1,
"FollowedBy": 1,
"Priority": 1,
"Category": 1,
"Department": 1,
"SubDepartment": 1,
"DecisionFromDate": "2026-03-26T14:46:48.0632589-07:00",
"DecisionToDate": "2026-03-26T14:46:48.0632589-07:00",
"DeadlineFromDate": "2026-03-26T14:46:48.0632589-07:00",
"DeadlineToDate": "2026-03-26T14:46:48.0632589-07:00",
"Issue": "sample string 1",
"OfficerResponsible": "sample string 2",
"Attachment": "sample string 3",
"Status": "sample string 4",
"Format": "sample string 5"
}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}