Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Datum

Version

Changes

09/07/2020

0.7.0.1

Status
colourRed
titleBREAKING CHANGE
in endpoint: https://private-api-gateway.beta.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:

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

alternative 2:

Code Block
[
  {
    “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.

...