POST api/v1/Census/getdashboardcensusactivitylog
Get Dashboard Census Activity Log data . This is an asynchronous service.
Request Information
URI Parameters
None.
Body Parameters
ManageCensusRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentIds | Collection of integer |
Required |
|
| PartOfDayIds | Collection of integer |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"DepartmentIds": [
1,
2
],
"PartOfDayIds": [
1,
2
],
"StartDateTime": "2026-01-02T15:25:18.9987363-06:00",
"EndDateTime": "2026-01-02T15:25:18.9987363-06:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.