GET api/AttendanceRecords/GetAllAttendanceRecords/{Id}?startDate={startDate}&endDate={endDate}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Id | No documentation available. |
Define this parameter in the request URI. |
| startDate | No documentation available. |
Define this parameter in the request URI. |
| endDate | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"MONGODBNAME": "sample string 1",
"ATTENDANCE_DATE": "2025-12-08T13:27:45.0010217+05:30",
"CATEGID": 2,
"driverid": 3,
"driver_name": "sample string 4",
"totaldays": 5,
"Location": "sample string 6",
"CategId": 7,
"Id": 8,
"VEHICLES_ID": 9,
"CreatedBy": 10,
"CreatedDate": "2025-12-08T13:27:45.0010217+05:30",
"ModifiedBy": 12,
"ModifiedDate": "2025-12-08T13:27:45.0010217+05:30",
"Operation": 1,
"Comments": "sample string 14"
},
{
"MONGODBNAME": "sample string 1",
"ATTENDANCE_DATE": "2025-12-08T13:27:45.0010217+05:30",
"CATEGID": 2,
"driverid": 3,
"driver_name": "sample string 4",
"totaldays": 5,
"Location": "sample string 6",
"CategId": 7,
"Id": 8,
"VEHICLES_ID": 9,
"CreatedBy": 10,
"CreatedDate": "2025-12-08T13:27:45.0010217+05:30",
"ModifiedBy": 12,
"ModifiedDate": "2025-12-08T13:27:45.0010217+05:30",
"Operation": 1,
"Comments": "sample string 14"
},
{
"MONGODBNAME": "sample string 1",
"ATTENDANCE_DATE": "2025-12-08T13:27:45.0010217+05:30",
"CATEGID": 2,
"driverid": 3,
"driver_name": "sample string 4",
"totaldays": 5,
"Location": "sample string 6",
"CategId": 7,
"Id": 8,
"VEHICLES_ID": 9,
"CreatedBy": 10,
"CreatedDate": "2025-12-08T13:27:45.0010217+05:30",
"ModifiedBy": 12,
"ModifiedDate": "2025-12-08T13:27:45.0010217+05:30",
"Operation": 1,
"Comments": "sample string 14"
}
]