Discussions
Changes in API V1 ?!
about 6 years ago by Thomas BArbut
Hello,
We are pulling some data from the V1 API, which worked fine for a very long time.
Somehow in the last 1-2 months it keeps changing the responses.
Last month it changed the order of the columns in the JSON response.
Example:
Instead of ID, Location, Date we get ID, Date, Location.
We were able to fix this last month.
Now we are facing a new challenge. The employees array within the schedule.shifts response had only one employee before. Now we are having multiple employees in the employees array. (per shift ID)
Are there some recent changes? If so, could be please somehow get an access to the prior version?
We heavily rely on this integration.