Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Datum

Version

Changes

09/07/2020

0.7.0.1

BREAKING CHANGE in endpoint: https://api-gateway.beta.gipod.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.

  • No labels