Discussions
API V2 STATUS CODE
Hello
With Api v1 there is a clear documentation of error code.
Does API v2 follow the same status code definition as in (https://humanity-v2-publicapi.readme.io/v1.0/docs/rest-requests)
Facing Issue while implementing API
Actually I am trying to UPDATE the "Clock_Out" for particular employee but I continuously getting the following error :
"Authentication Failed - You do not have permissions to access the service" ,
"error": "Incorrect Access Attempt: TimeClock" .
Is there stable PHP SDK available for V2.0?
Hello,
Resource Inquiry
Hello,
Humanity Api V1
Hi , while using api v1 i am not able to get the json response , it always return Html page of v1, below is my query.
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
Updating positions during employee's daily shift
Is there a way for Humanity's API (v1.0 or 2.0) to be able to update multiple positions per employee per working day if you adjust one position? I have a situation where employees that work a 8h shift have multiple positions and making a change to one position for an employee means making multiple changes and I am trying to see how this can be improved. In my opinion, the API should be able to understand that:
Get Leave ID
Hi Guys,
date id format
I'm using the python SDK, when I call the get_wall_messages() method I get back all wall messages as desired, my confusion lies in the date property.
Get Position using version 2, using PHP
Need to get the positions from version 2.0 API, Can you please provide code using PHP.