Discussions

Ask a Question

Get Postion updated_at not working

I'm trying to get Postions after a given date. I have provided a date to the 'updated_at' query parameter. The date I tried was '2024-01-01' and many other dates. I have tried to do this through my python code, also through Postman application, and also through your online portal <https://platform.humanity.com/reference/get-positions> This is the result I'm getting. > { > "status": 15, > "data": "Get Failed - Your GET request failed", > "error": "updated_at is not a valid date.", > "token": "23440a874073893713455aeab5ba12e6b9213709" > } Please let me know if I'm doing something wrong or if there is an issue on your end. Thanks... Steve.

Syncing Schedule

Hi, I am trying to see if I can sync my exchange calendar with Humanity calendar for a user. How do I do that?

Finding position and skill association via API

Hi, I am trying to verify that all positions or shifts have a particular set of skills associated with them. Initially I used the endpoint: <https://www.humanity.com/api/v2/shifts?mode=overview&start_date=2019-01-01&end_date=2019-03-20&filter_by_skill=82456,82457&access_token=><my-token> But the results fetched here do not match or get confirmation with our team working on Humanity UI and they show me the skill association page as per following snapshot. Is there any endpoint or some way to see which positions have what skill associated with them or something like this. ![](https://files.readme.io/8b1e24a-image.png) Thanks in Advance.

I have 2 jobs that both use humanity

Is there a way I can have two accounts for humanity

Salesforce Integration

Hi i am wondering are there any integrations between humanity and salesforce objects. I have a number of people scheduled for hours on campaigns in Humanity but would like a way of getting this information in realtime through to how many hours is scheduled into salesforce?

Can the API rate limit be increased?

We are creating shifts for an entire year at once via the API, which causes a "Throttle exceeded" error sometimes. Is it possible to increase our rate limit?

Web hooks on road map?

After reviewing the reference materials I don't see support for Web Hooks. This would be a great feature to offer and probably not a huge level of effort to implement Our use case requirement is for confirmed (approved) timesheets. I time sheet approval would trigger a call to an endpoint (RestFul URI) where we implement payroll processing actions. Thanks for your consideration Joe

How do I integrate humanity on my website?

Hi there, I want to integrate humanity on to my [website](https://wetrackcourier.com/saia-tracking/). Which will enable the customers to access humanity platform seamlessly from the site. Can some one let me know how to do that?

different response formats in messages>receivers>individuals

Messages endpoint, the example in the docs state the receivers>individuals is supposed to be an array of strings. When querying however, it is returning a mix of string arrays and keyvaluepair objects. "individuals": [ "######", "######" ] "individuals": { "0": "######", "1": "######", "2": "######", "3": "######" } What's the difference between these two response types?

How to access the project attached to a subrental

Hi There, If we have a subrental that is attached to a project, how can we use the API to get the project for a given subrental ID? Thanks, - Kye