Discussions

Ask a Question

Custom Field in Reports API

I am using the /v2/reports/custom endpoint with type=shifts. In the UI, I am able to retrieve custom fields in the report. How do I retrieve custom fields in the Reports API?

oncall shifts with overlaping Employees

We have support staff that cover multiple locations at the same time. It seems like
if an employee is scheduled at the same time at multiple location or positions, the shift endpoint with mode=oncall randomly returns only one shift.

Is there a problem with api login, 2017-09-28?

I've been connecting to the api all morning with the humanity sdk for php, but about 2 hours ago I started getting a message that the login failed. This is happening in dev and in production. The code in production hasn't been changed for at least 4 months.

Does GET Shifts return data if Position is Deleted/Inactive?

I am learning that several of the APIs do not return data if the position has been deleted; however, once it is reactivated, I can retrieve it. For the following API:

login API

We need an API to allow our employee to login to Humanity .and this API should give me the employee id to be able later to get employee shifts

Swagger file?

It looks like you used swagger to generate your API, do you expose the file so that I can generate a client for the API?

what happened to the api explorer

I used to go to shiftplanning.com/api/explorer to test an API.

ANSWERED

Use of PUT Shift to Repeat the shift

I'm attempting to use PUT Shift to repeat a shift that I've created using POST Shift and GET Publish. The intention is to have it repeat all weekdays from the date of the original shift to a specified ending date.

ANSWERED