Discussions
Webhook Projects
In some moment, will you expose some webhook for get one or all projects? I saw a webhook for employees, but I didn't for the projects.
Webhhok Trigger
I set up a webhook (Employees::Events::EmployeeUpdated), but I'm receiving updates late at night, even though no one is actively updating user data at that time. Could you help me understand why the webhook is being triggered like this?
Get expense categories
Is possible to get the full list of all the categories that can be associated to an expense?
Get Employees by company
Is there a way to consult employees by company?
Planning breaks for shifts
When i insert a shift, i want to insert it with a non-paid lunch break, is there a way i could do that?
Edición de fichajes o creación por otro usuario
Hola! ¿Se puede ver para un fichaje si está editado o creado por otro usuario con campos tipo fecha de creación, modificación y usuario que lo hace?
"Try it!" function not working.
Dear Factorial,
Error en endpoint reference_contracts
Hola. Al parecer recientemente habéis realizado algún cambio en vuestra API que ha impactado el endpoint https://api.factorialhr.com/api/v1/payroll/reference_contracts, desde entonces al hacer uso de la misma, no está devolviendo datos como los recibia anteriormente y en su lugar devuelve:
Sample Payload Webhook Employees::Events::EmployeeUpdated
What information does the webhook Employees::Events::EmployeeUpdated convey? Can we see old and new values?
Filter received employee fields
As an admin, I get too much information from employees for some of the uses we make of the /core/employees
enpoint, which in a distributed system with full monitoring is a problem when it comes to maintaining data privacy. It would be great to add a fields
column where to indicate a list of the necessary fields, which in our case, most of the requests to this endpoint only need first_name
, last_name
and email
.