post
https://api.hibob.com/v1/attendance/projects/search
Retrieve project data based on specified filters. This endpoint requires body parameters, which is why it uses a POST request for a read operation.
Before using this endpoint:
- Explore the Attendance API for more details on usage, rate limits, permissions, and more.
- Only project fields mentioned in the
fieldsparameter are returned. Use the project metadata endpoint to get the field IDs. - Pagination note: Pagination parameters are currently accepted
but not enforced. The response includes all matching results regardless
of the
limitorcursorvalues. Pagination will be implemented in a future version to limit results per page. To learn more, see Pagination in Bob's API.
