Discussions
Integration with Intuit Online Payroll
Hi, I was looking to see if we can integrate our humanity data the timesheets /Time off policies with INTUIT ONLINE PAYROLL services.
Which api to use for Confirmed timesheets
I want to download data which is listed under Payroll > Confirmed Time Sheets
Status code 30 when trying to add break to a shift
Hi,
I am trying to use the https://www.humanity.com/api/v2/shifts/{shift_id}/shiftbreaks endpoint but it is responding with a status code 30 which does not appear to be listed in the Response Codes documentation at all.
Anyone know what this response code is?
Logic behind the Deduct Breaks Parameter
Hi,
Data from unpublished shifts
Hi,
Adding employee to a shift and publishing
When adding an employee to a shift through the API with PUT /shifts/id endpoint, using the add parameter, is the shift automatically published? It does not seem to be published.
GET Shift does not return `schedule_location_id`
If you call GET Shifts, all shift objects contain schedule_location_id
, however GET Shift (singular) does not return schedule_location_id
making it impossible to know which location the shift is for.
Ruby GEM
Is anybody aware of good open source GEM for Ruby integration of Humanity?
Ty
who can work in the period of time using API?
Can I get a list of Employees, who can work in a period of time using API?
I want to find 10 employees, who can work on 2020-10-10 from 10 AM till 12:00 AM. What API endpoint I can use?
Sorry, but I did not find an answer in API documentation
Location lat/lon and skills in GET Shifts
Hi! I'm writing an API client for Humanity and noticed that in the GET Shifts endpoint in the API Reference the fields "location.lat" and "location.lon" are always set to empty objects, but in the GET Shift for a specific Shift I do get those values back. Also, I'd like to get "skill_requirement" in GET Shifts too.