Discussions

Ask a Question
Back to All

confirmedhours does not appear to work correctly (API)

response_payroll = requests.get(f'https://www.humanity.com/api/v2/payroll/report?start_date=2019-09-12&end_date={today}&type=scheduledhours&access_token=accesstoken')
^^^^ works fine

When I try to change the type to confirmedhours like in the docs, I get nothing back. I have been in humanity and there are confirmedhours, it should be getting me something.