Discussions

Ask a Question

Integration with Power BI

Hello,
I'm developing a reporting solution for a client using Power BI and would like to know if there's a connector with Humanity.
If not, any suggestions or ideas about how to get started? I'm new to Humanity.
Thank you.

Avalability and Future Availability all users in one request

I am in need of getting the availability for all our active users. Currently the api shows only per user availability. This is very very slow on our ends, because requesting 10 users at the time takes minutes. So i need to know how to pull all the users in one request and cache it locally for a certain amount of time.
P.S. Doing a cache for 500+ users with the current api does not seem a way to go.

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.