Discussions

Ask a Question

Running Post Shift & Get Publish not working properly

We are currently doing an integration into Humanity but it appears that the publish API is temperamental. At times it does it properly so when you go into the UI the Publish button is greyed out and at other times it has the "Update & Publish" button clickable. This is causing a lot of major issues downstream. Any advice on how to deal with this issue?

Powershell and API

I'm trying to generate a token through powershell and so far - I'm getting the status code of 200 no matter what I type in.

Error in API call

The error status received in APIs Will that be consistent?

Is there stable PHP SDK available for V2.0?

Hello,

Hello, support. How to get Shifts api (GET) by key?

https://www.humanity.com/api/v2/shifts?access_token=xxxxxxx
This is url for call curl.
Can you explain me how to use in php?
Thanks

Cost Centres

Hello,

API v2 Leaves Endpoint

Hiya,

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.

TLS 1.0 /1.1/ 1.2 Support

We recently made changes to our allowable cipher list. Now, after years of flawless integration, we can no longer access your API service.

GET TimeClocks events with negative event types and out of order ID's/timestamps

The issue we are facing is with negative event types and out of order ID’s/Timestamps. We currently do not understand why there would ever be a negative event type and need to understand it deeper so we can make proper sense of our data. As for the out of order event ID’s and timestamps, on the event data array, we’d assume the id’s would be in sequential order, but they jump around a bit and the timestamps follow suit. Our initial assumption is that the order of ID’s/Timestamps should be sequential for any given timeclock_id, so we need to know more about what it means when they are out of order.