POST api/Report/GetUserfrequency
Request Information
URI Parameters
None.
Body Parameters
DasboardLHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| DesignationID | integer |
None. |
|
| TaskCoordinatorID | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"DesignationID": 1,
"TaskCoordinatorID": 1,
"ModifiedBy": 1,
"FromDate": "2026-03-26T14:41:58.2376766-07:00",
"ToDate": "2026-03-26T14:41:58.2376766-07:00"
}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}