Maximum file size for some endpoints was increased from 1MB to 5MB.
Now all Documents endpoints support uploads for files up to 5MB.
Maximum file size for some endpoints was increased from 1MB to 5MB.
Now all Documents endpoints support uploads for files up to 5MB.
The metadata endpoint Get all company fields now retrieves metadata for all employee fields, without requiring any permissions for the service user performing this action.
This update allows developers to seamlessly fetch all field metadata using the API, regardless of category permissions. This way, even if fields are moved between categories, developers can still view the field's category and guide the Admin on which categories the service user needs access to for fetching the actual field data.
To learn more about permissions, see API Service Users.
Field metadata sample:
{
"id": "personal.age",
"category": "personal",
"name": "Age",
"description": null,
"jsonPath": "personal.age",
"type": "number",
"typeData": {},
"historical": false
},
Changelog provides a list of all changes to the API, including new features and deprecations so you can effortlessly keep track of the latest updates and enhancements.
You can subscribe to the RSS feed, which will notify you whenever a new post in the Changelog is published. This ensures you’re always in the loop with the latest developments.
To get notified about new updates subscribe to the changelog RSS feed using your application of choice (Slack, Outlook, Chrome extension, etc.).
We have updated our documentation to include rate limits for all API endpoints
What has changed:
To learn more, see Rate limiting.
We are pleased to announce that Bob’s Webhooks now support Time Off events.
Webhooks are a way for Bob to communicate with other applications automatically. When a specific event occurs in Bob, a webhook sends real-time data to the other application through an HTTP request. This enables seamless integration and automation between different systems.
Benefits:
Supported Time Off Events:
These new webhook events help you keep your systems synchronized and ensure you have up-to-date information about employee time off statuses. To learn more, see Time off Webhooks events.
To learn more, see Time off Webhook events.
You can now retrieve specific table data for up to 200 different employees in a single API call.
Benefits:
Pagination Support:
Supported endpoints:
We are pleased to announce the release of Bob's Hiring API, designed to enhance your recruitment process.
With Bob Hiring you can promote job openings, build your candidate pipeline, and send offers. With Bob's Hiring API you can fetch the job ads from Bob's careers page and post them to your custom careers page.
Key Features:
Highlights:
To learn more about how to set up the integration, see Integrate your custom careers page with Bob Hiring.
For more detailed instructions for developers, see the Hiring reference guide
We have made some changes to the reference guide menus to improve navigation and clarity.
These enhancements aim to provide a more organized and user-friendly experience.
As of July 31st, 2024, we will be discontinuing the Read my tasks (GET api.hibob.com/v1/my/tasks
) endpoint
This change is part of our ongoing efforts to enhance security and streamline our API authentication methods. It may require some adjustments on your end, but the good news is that we have already prepared an alternative endpoint that replaces the discontinued endpoint: Read tasks of a specific employee. This endpoint provides similar functionality to the one you are currently using.
What do you need to do?
We recommend updating your code to use this endpoint before the discontinuation date to avoid any disruption in your services. If you have any questions or need further assistance, please contact our support team.
We've enhanced our document management capabilities with new endpoints. Previously, you could manage documents in either an employee's confidential or shared folders. Now, you have the flexibility to manage documents across all of an employee's folders.
The new endpoints include:
These new features provide more control and flexibility in managing employee documents. If you have any questions or need further assistance, please contact our support team.