Discussions
Finding Empty Shifts via API
Hi,
Integration with Oracle NetSuite
Hi There - can you integrate with Oracle NetSuite? I have a prospect who is interested in integrating the 2 systems together.
What does the "Needed" parameter stand for in the shifts object?
Hi I'm a developer at the theparkplayground working on an application that's requesting data from the API of our humanity account. The goal is to automatically create shifts based on bookings from our own booking API. However shifts have an integer parameter called "needed". I can't find any documentation about this parameter, so my question is: how should I interpret it?
Double Leave
Hi Team,
confirmedhours does not appear to work correctly (API)
response_payroll = requests.get(f'https://www.humanity.com/api/v2/payroll/report?start_date=2019-09-12&end_date={today}&type=scheduledhours&access_token=accesstoken')
^^^^ works fine
Bulk adding and deleting position assignment tags
I noticed that under PUT employee there is removeschedule and addschedule. However this seems to be restricted to 1 position ID only. Is there a way to bulk add and bulk delete? Thanks!
API Documentation Clarifications
There are a few endpoints in the API v2 documentation that I have questions on and need some clarification.
Permission Levels
Does anyone know what the API permission levels actually mean on the front end? They list the levels for the various function calls as 1-7. Is 7 an Admin? A Manager? An Accounting person? The last two sections of API methods listed do not have the number, they list different permissions based of the permission name. I'm trying to align them.
DELETE Timeclock Event
I am trying to use v2.0 API to DELETE a Timeclock Event, in this case a note. Everything appears to be working properly, except it isn't actually deleting anything. Here is a var_dump of the response I get from doing a GET Timeclock Event on the entry I'm looking at deleting.
Integration to Power BI
Hey,