post
https://api.hibob.com/v1/attendance/summaries/search
This endpoint returns aggregated attendance summary metrics for one or more employees within a specified date range. Results are returned as a summary per employee per date range and can include total worked hours, payable hours, overtime, breaks, and other attendance metrics (based on the fields you request).
This is a read operation that uses POST because it requires a structured request body (filters, field selection, and pagination parameters).
Before using this endpoint:
- Explore the Attendance API for more details on usage, rate limits, permissions, and more.
- You must provide both
dateRangeandemployeeIdfilters in the request. - Only fields mentioned in the
fieldsparameter are returned in the response. - Pagination: Use
limitandcursorparameters to paginate through results. Thecursorvalue for the next page is returned inresponse_metadata.next_cursor. To learn more, see Pagination in Bob's API.
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
