Fetch attendance summaries

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 dateRange and employeeId filters in the request.
  • Only fields mentioned in the fields parameter are returned in the response.
  • Pagination: Use limit and cursor parameters to paginate through results. The cursor value for the next page is returned in response_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.
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!