get https://api-sandbox.seamlesshr.app/v1/attendances
This endpoint can be used to retrieve all attendance records for all employees. You can use the search param to filter the records returned by any employee name that matches the keyword supplied. To filter the records by date, the dateType parameter needs to be passed. This can be any of these values: week, month, and custom. When the dateType is set to custom, the startDate and endDate are required. When the dateType is set to week, the records returned will be between the start & end of the current week. This also applies to when the dateType is set to month