KG15 API Changelog

Date

Ref

Description

13.09.2019 QO

Added IdentChip model and IdentChipsController

Added IdentCustomer model and IdentCustomersController

03.11.2016 YB

Added Orders module

Added CustomerId and Timestamp properties where needed

21.01.2016 QO

Fixed the behavior of the timestamps

Added functions perVehicle and perPeriod in the MeasuresController

Added functions perPeriod in the EventsController

23.11.2015 QO Added a tab for EventCodes and EventIcons in the demo application
20.11.2015 QO

Added the model and controller for Rinces

Added Rinces documentation to the User Guide

02.11.2015 QO

Added the models and controllers for EventCode and EventCodeIcon

Removed the Measure property "changes" (unused)

19.10.2015 QO KG15 API published in productive environment
10.09.2015 QO Added a function to create measures in the demo application
04.08.2015 QO Added the event codes table in the User Guide
03.08.2015 QO

Bug fixed:

  • All not mandatory properties can be left empty
  • A ChipLink can have linkedFrom and linkedTo set to the same day
  • Measures/FromId and Events/FromId both returns a list excluding the given ID
31.07.2015 QO Added the Measure quality description in the User Guide
23.07.2015 QO

GET/PUT/DELETE actions on UserAccessesController are now disabled

Added a function to retrieve all UserAccesses of a User and his children

See the User Guide for more details

14.07.2015 QO

Added an action on the following controllers to retrieve models according to their timestamp.

  • AdressesController
  • MeasuresController
  • EventsController
  • UsersController
  • UserAccessesController
  • ProductsController
  • ChipsController
  • ChipLinksController
  • VehiclesController

See the User Guide for more details

08.07.2015 QO

Changes made on the demo application:

  • Improved the error messages
  • Added columns for the models that have a timestamp
  • Added a tab to see the Events
30.06.2015 QO Added new unit tests
26.06.2015 QO

Added the timestamp property to the following models: Address, Measure, User, UserAccess, Product, Chip, ChipLink, Vehicle.

Black, UserType, ChipType, GarbageType, ContainerType and Wash don't need a timestamp because they are either enumerations or track records.

EventsController added (see API Documentation for more details)

19.06.2015 QO oldCustomerNumber in Address can be used as an external customer ID, it's not the previous KG15 customer ID
12.06.2015 QO Correction of a few reported bugs (Measure model unstable, countryCode in Address updated, error messages)
08.05.2015 QO First deployment of the sandbox environment
Back