Discussions
Issue creating user with API
Hello, I've had a fully functional tool I've developed that with other functions include creating accounts to our Shiftplanning domain.
reports.custom API
I am using the reports.custom module to pull a timesheet report. I would like to add the id and positions field to the request. However, it is not a field that is listed in the API documentation. The following works but only includes the fields listed below (the only fields that I see in the API documentation).
Access API as an employee
Is there no way to access this API as an emply of an organization?
What is the difference between timesheets and confirmedtimesheets?
What is the difference between type=timesheets and type=confirmedtimesheets apart from the fields in GET Custom Report API?
SDK's Available?
Are there any plans to make a C# SDK for the v2.0 api?
how to generate report for BreakIn BreakOut time per employee?
How to generate the same report that I am able to generate from Humanity UX payroll> Confirmed Time Sheets with option Deduct Breaks and Show Break In/Out Times via API ?
Constructing the custom fields array in php
Greetings, I have a question regarding working with custom fields using the php SDK.
Availability
I need to get employees availability on a certain date and certain interval. I am using the php sdk but that feature is not present in the code. I can craft my code based on your api v2 but when I looked into https://platform.humanity.com/v2.0/reference#get-weekly-availability the query params make no sense to me.
What does the following means and where to get them:
Can you provide example for GET Publish V2.
what happened to the api explorer
I used to go to shiftplanning.com/api/explorer to test an API.