Document toolboxDocument toolbox

Hotfixes 0.7.0.0

Datum

Version

Changes

Datum

Version

Changes

09/07/2020

0.7.0.1

BREAKING CHANGE in endpoint: https://private-api.gipod.beta-vlaanderen.be/api-documentation.html#operation/RegisterMobilityHindrance

Property “publicDomainOccupancyId” renamed to “isConsequenceOfId” and is a collection. For the moment the collection can only contain one public domain occupancy id.

16/07/2020

0.7.0.2

PATCH endpoints: possible to use single values instead of arrays as a value in a key-value pair.

Eg:

alternative 1:

[ { “key“:”CausingGroundworks”, “value“: [984574] } ]

alternative 2:

[ { “key“:”CausingGroundworks”, “value“: 984574 } ]

16/07/2020

0.7.0.3

Fixed: issue closing trench synergy request launched from a groundwork which was removed afterwards.